diff options
| author | 2022-08-26 17:40:54 +0200 | |
|---|---|---|
| committer | 2022-08-26 17:40:54 +0200 | |
| commit | 4c60a142f8386b4c56b76c101baa583b8a18272c (patch) | |
| tree | b09d61628cb2a427b1f8d69870bb5b6e9252c54c /mkdocs.yml | |
| parent | [bugfix] Check the length of form.MediaIDs instead of just checking for null ... (diff) | |
| download | gotosocial-4c60a142f8386b4c56b76c101baa583b8a18272c.tar.xz | |
[docs] Add user settings panel docs, other small updates (#768)
* add more links to markdown section
* update password management
* add user settings panel documentation
* move the user guide higher up in the docs
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mkdocs.yml b/mkdocs.yml index 074381f15..353c7761a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,6 +13,10 @@ extra_css: nav: - "Home": "index.md" + - "User Guide": + - "user_guide/posts.md" + - "user_guide/user_panel.md" + - "user_guide/password_management.md" - "Installation Guide": - "installation_guide/index.md" - "installation_guide/binary.md" @@ -41,9 +45,6 @@ nav: - "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/glossary.md" |
