diff --git a/docs/start/themes.md b/docs/extend/themes.md similarity index 100% rename from docs/start/themes.md rename to docs/extend/themes.md diff --git a/mkdocs.yml b/mkdocs.yml index dd7707f..6ef815e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -20,6 +20,7 @@ theme: repo: fontawesome/brands/github features: - tabs + - toc.autohide edit_uri: "" # Disable "Edit" button extra_css: - stylesheets/extra.css @@ -28,15 +29,15 @@ extra_javascript: # Navigation nav: - - Home: index.md - - Contribute: contribute.md + - InvenTree: + - About InvenTree: index.md + - Contribute: contribute.md - Getting Started: - Installation: start/install.md - Configuration: start/config.md - Deploying: start/deploy.md - Updating: start/update.md - Migrating: start/migrate.md - - Color Themes: start/themes.md - Parts: - Parts: part/part.md - Part Views: part/views.md @@ -69,6 +70,7 @@ nav: - API: extend/api.md - Python Interface: extend/python.md - Plugins: extend/plugins.md + - Themes: extend/themes.md - Third-Party: extend/integrate.md # Plugins