Select Git revision
-
malthefogsporring authored
Fix an issue where search bar didn't show on online docs. This is fixed permanently by only installing the current version of mkdocs-material, so future updates do not break out code. Fix an issue where styles.css was not accessible to the website, by changing from combinatronics to jsdelivr as service for accessing the raw css file hosted on github.
malthefogsporring authoredFix an issue where search bar didn't show on online docs. This is fixed permanently by only installing the current version of mkdocs-material, so future updates do not break out code. Fix an issue where styles.css was not accessible to the website, by changing from combinatronics to jsdelivr as service for accessing the raw css file hosted on github.
mkdocs.yml 721 B
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://cdn.jsdelivr.net/gh/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'