diff options
| author | 2021-11-14 16:54:23 +0100 | |
|---|---|---|
| committer | 2021-11-14 16:54:23 +0100 | |
| commit | d81a123473c20af8e83b0c78986b199d55bfeb91 (patch) | |
| tree | 74c13ccdd96b5506bb61afe50c437b5e950856f9 /mkdocs.yml | |
| parent | update drone file (#299) (diff) | |
| download | gotosocial-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.yml | 33 |
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" |
