diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 2ded808..6c96ddd 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -15,9 +15,10 @@ markdown_extensions: - markdown_include.include: base_path: . - admonition +docs_dir: 'files' nav: - - Home: 'files/index.md' - - User Guide: 'files/usage.md' - - Data for nerds: 'files/data.md' - - License: 'files/license.md' + - Home: 'index.md' + - User Guide: 'usage.md' + - Data for nerds: 'data.md' + - License: 'license.md' copyright: 'Copyright © 2023 Lucy Joshua and friends, under the GNU GPLv3.' \ No newline at end of file