summaryrefslogtreecommitdiff
path: root/docs/mkdocs.yml
diff options
context:
space:
mode:
authorTilman Vatteroth2021-01-04 13:07:44 +0100
committerTilman Vatteroth2021-01-05 13:15:32 +0100
commiteaeb88401d07687eb3db8c273f7a4c0ed31ec153 (patch)
treec05c4f17da9ce1cd0aa603febc6a14b2410e6a5e /docs/mkdocs.yml
parentd52d1d255a876fcf937c9df3717f6df9b745ad22 (diff)
Move docs into subdirectory to make mkdocs work in a subdirectory
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to '')
-rw-r--r--docs/mkdocs.yml (renamed from mkdocs.yml)12
1 files changed, 8 insertions, 4 deletions
diff --git a/mkdocs.yml b/docs/mkdocs.yml
index 562f87ff..a403cd3b 100644
--- a/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -3,6 +3,7 @@ site_url: https://docs.hedgedoc.org
repo_url: https://github.com/hedgedoc/hedgedoc
site_description: 'HedgeDoc Documentation'
site_author: 'HedgeDoc Developers'
+docs_dir: content
nav:
- Home: index.md
- Installation:
@@ -46,12 +47,15 @@ theme:
name: 'material'
language: en
favicon: images/favicon.png
- logo: images/logo.png
+ logo: images/logo.svg
palette:
- scheme: preference
- primary: 'red'
- accent: 'red'
+ scheme: light
+ primary: 'hedgedoc'
+ accent: 'hedgedoc'
features:
- navigation.tabs
- navigation.sections
- toc.integrate
+
+extra_css:
+ - theme/styles/hedgedoc-color.css