diff --git a/mkdocs.yml b/mkdocs.yml index 14c1268c..b36da049 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,6 @@ site_name: Home Assistant Octopus Energy repo_url: https://github.com/bottlecapdave/homeassistant-octopusenergy docs_dir: _docs -strict: true nav: - Home: index.md @@ -72,4 +71,17 @@ theme: primary: light blue toggle: icon: material/brightness-4 - name: Switch to light mode \ No newline at end of file + name: Switch to light mode + +strict: true + +validation: + nav: + omitted_files: warn + not_found: warn + absolute_links: warn + links: + not_found: warn + anchors: warn + absolute_links: warn + unrecognized_links: warn \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index f1a3e0c8..3297719f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.5.27 +mkdocs-material==9.5.49 mike==2.0.0 # mkdocs-git-committers-plugin-2==2.3.0 mkdocs-git-authors-plugin==0.9.0 \ No newline at end of file