summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorPhilip Molares2021-01-03 22:15:12 +0100
committerPhilip Molares2021-01-03 22:15:12 +0100
commit0911bf96e96c6bd4afefe4be58da3d63e2e2c226 (patch)
tree5592e58bc854c40f2ce2c341f9b4dca674a38f0a /mkdocs.yml
parent55d653a1a2046dcc90f675c75e0a2aa4164e6a86 (diff)
added all necessary configs to use structor
see https://github.com/traefik/structor Signed-off-by: Philip Molares <philip.molares@udo.edu>
Diffstat (limited to '')
-rw-r--r--mkdocs.yml23
1 files changed, 21 insertions, 2 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index dfe74d43..3728a036 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -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