From d81a123473c20af8e83b0c78986b199d55bfeb91 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 14 Nov 2021 16:54:23 +0100 Subject: Update docs with better config + installation instructions (#300) * start reworking some documentation * fuller documentation + better docs structure --- mkdocs.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index a32c50381..c61e0f132 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,3 +10,36 @@ extra_javascript: extra_css: - assets/css/swagger-ui.css + +nav: + - "Home": "index.md" + - "Installation Guide": + - "installation_guide/index.md" + - "installation_guide/binary.md" + - "installation_guide/docker.md" + - "Configuration": + - "configuration/index.md" + - "configuration/general.md" + - "configuration/database.md" + - "configuration/template.md" + - "configuration/accounts.md" + - "configuration/media.md" + - "configuration/storage.md" + - "configuration/statuses.md" + - "configuration/letsencrypt.md" + - "configuration/oidc.md" + - "configuration/smtp.md" + - "Admin": + - "admin/admin_panel.md" + - "admin/cli.md" + - "admin/backup_and_restore.md" + - "User Guide": + - "user_guide/posts.md" + - "user_guide/password_management.md" + - "Federation": + - "federation/index.md" + - "federation/security.md" + - "federation/behaviors/outbox.md" + - "federation/behaviors/conversation_threads.md" + - "API Documentation": + - "api/swagger.md" -- cgit v1.3