added all necessary configs to use structor

see https://github.com/traefik/structor

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares
2021-01-03 22:15:12 +01:00
parent 55d653a1a2
commit 0911bf96e9
6 changed files with 42 additions and 9 deletions

View File

@@ -1,8 +1,11 @@
site_name: HedgeDoc
site_url: https://docs.hedgedoc.org
repo_url: https://github.com/hedgedoc/hedgedoc
site_description: 'HedgeDoc Documentation'
site_author: 'HedgeDoc Developers'
nav:
- Home: index.md
- Setup:
- Installation:
- 'Manual Installation': setup/manual-setup.md
- 'Reverse Proxy': setup/reverse-proxy.md
- Docker: setup/docker.md
@@ -35,4 +38,20 @@ nav:
- 'Developer Notes': dev/getting-started.md
- 'Operational Transformation': dev/ot.md
- Webpack: dev/webpack.md
theme: readthedocs
- FAQ: https://hedgedoc.org/faq
markdown_extensions:
- toc:
permalink: true
theme:
name: 'material'
language: en
favicon: images/favicon.png
logo: images/logo.png
palette:
scheme: preference
primary: 'red'
accent: 'red'
features:
- navigation.tabs
- navigation.sections
- toc.integrate