mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 02:22:26 -05:00
Update docs with better config + installation instructions (#300)
* start reworking some documentation * fuller documentation + better docs structure
This commit is contained in:
parent
38e100a7a4
commit
d81a123473
21 changed files with 718 additions and 331 deletions
33
mkdocs.yml
33
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue