summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-11-14 16:54:23 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-14 16:54:23 +0100
commitd81a123473c20af8e83b0c78986b199d55bfeb91 (patch)
tree74c13ccdd96b5506bb61afe50c437b5e950856f9 /mkdocs.yml
parentupdate drone file (#299) (diff)
downloadgotosocial-d81a123473c20af8e83b0c78986b199d55bfeb91.tar.xz
Update docs with better config + installation instructions (#300)
* start reworking some documentation * fuller documentation + better docs structure
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml33
1 files changed, 33 insertions, 0 deletions
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"