docs: introduce 'Design Documents' category

These documents provide context for various application aspects.

This commit also fixes the indentation and missing lists in the mkdocs config.

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2023-03-12 19:55:59 +01:00
parent e01628cfb0
commit 8bb39b8c6d

View file

@ -8,23 +8,24 @@ edit_uri: https://github.com/hedgedoc/hedgedoc/edit/master/docs/content/
nav: nav:
- Home: index.md - Home: index.md
- Configuration: - Configuration:
- Configuration: config/index.md - Configuration: config/index.md
- Media: - Media:
- Azure: config/media/azure.md - Azure: config/media/azure.md
- Filesystem: config/media/filesystem.md - Filesystem: config/media/filesystem.md
- imgur: config/media/imgur.md - imgur: config/media/imgur.md
- S3: config/media/s3.md - S3: config/media/s3.md
- WebDAV: config/media/webdav.md - WebDAV: config/media/webdav.md
- Interface: - Interface:
Toolbar: interface/toolbar.md - Toolbar: interface/toolbar.md
- References: - References:
'HedgeDoc Flavored Markdown': references/hfm.md - 'HedgeDoc Flavored Markdown': references/hfm.md
- Developer: - Development:
- '2.0 Development': dev/2.0.md - '2.0 Development': dev/2.0.md
- Design Documents:
- Notes: dev/notes.md - Notes: dev/notes.md
- 'User Profiles & Authentication': dev/authentication.md - 'User Profiles & Authentication': dev/user_profiles.md
- Configuration: dev/config.md - Configuration: dev/config.md
- 'Documentation': dev/documentation.md - 'Writing Docs': dev/documentation.md
- FAQ: https://hedgedoc.org/faq - FAQ: https://hedgedoc.org/faq
markdown_extensions: markdown_extensions:
- toc: - toc: