summaryrefslogtreecommitdiff
path: root/docs/mkdocs.yml
diff options
context:
space:
mode:
authorYannick Bungers2021-01-05 17:27:24 +0100
committerGitHub2021-01-05 17:27:24 +0100
commit73d237165ea8fe411b764e5b5d1a2f51a2e02a0b (patch)
tree851df47886b64ac3c37ab6b809f300cd0dd99c0a /docs/mkdocs.yml
parentd52d1d255a876fcf937c9df3717f6df9b745ad22 (diff)
parentd39c7deb32044a4a34e9c158f168070181b8ae9f (diff)
Merge pull request #656 from hedgedoc/docs/move-content
Move docs into subdirectory to make structor work
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