forked from maths/moodle-qtype_stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (28 loc) · 718 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (28 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
site_name: STACK Docs
site_url: https://docs.stack-assessment.org/
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
theme:
name: material
logo: content/logo_large.png
favicon: ../content/logo_sm.png
custom_dir: site_overrides
highlightjs: false
palette:
primary: white
docs_dir: 'doc'
extra_css:
- custom.css
- https://combinatronics.com/maths/moodle-qtype_stack/master/styles.css
markdown_extensions:
- mdx_math
- extra
plugins:
- search
- exclude:
glob:
- de/*
- en/Site_map.md
- redirects:
redirect_maps:
'index.md': 'en/index.md'