summaryrefslogtreecommitdiff
path: root/docs/mkdocs.yml
diff options
context:
space:
mode:
authorTilman Vatteroth2021-01-05 22:55:00 +0100
committerGitHub2021-01-05 22:55:00 +0100
commit5bdb39241374afc3da801a4032ebc306f8562035 (patch)
tree0041431d736824c6b090de3d97fd240d3cf4befb /docs/mkdocs.yml
parent73d237165ea8fe411b764e5b5d1a2f51a2e02a0b (diff)
Several theme changes (#659)
* Several theme changes - Add max width of 1440px - Rename css file - Fix edit button - Add local Roboto font Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to '')
-rw-r--r--docs/mkdocs.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index a403cd3b..fd090fe5 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -4,6 +4,7 @@ repo_url: https://github.com/hedgedoc/hedgedoc
site_description: 'HedgeDoc Documentation'
site_author: 'HedgeDoc Developers'
docs_dir: content
+edit_uri: https://github.com/hedgedoc/hedgedoc/edit/master/docs/content/
nav:
- Home: index.md
- Installation:
@@ -56,6 +57,8 @@ theme:
- navigation.tabs
- navigation.sections
- toc.integrate
+ font: false
extra_css:
- - theme/styles/hedgedoc-color.css
+ - theme/styles/hedgedoc-custom.css
+ - theme/styles/roboto.css