-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
57 lines (56 loc) · 1.46 KB
/
mkdocs.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
site_name: Documentation
site_description: |
The documentation for NOMAD parser plugin example
site_author: The NOMAD Authors
repo_url: https://github.com/nomad-coe/nomad-parser-plugin-example
nav:
- Home: index.md
- Tutorial: tutorial/tutorial.md
- How-to guides:
- Install this Plugin: how_to/install_this_plugin.md
- Use this Plugin: how_to/use_this_plugin.md
- Contribute to this plugin: how_to/contribute_to_this_plugin.md
- Contribute to the documentation: how_to/contribute_to_the_documentation.md
- Explanation: explanation/explanation.md
- Reference: reference/references.md
plugins:
- search
theme:
name: material
palette:
primary: "#2A4CDF"
accent: "#008A67"
font:
text: "Titillium Web"
logo: assets/nomad-plugin-logo.png
favicon: assets/favicon.png
features:
- navigation.instant
custom_dir: docs/theme
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: True
- pymdownx.arithmatex:
generic: true
- attr_list
- mkdocs-click
- pymdownx.extra
extra:
generator: false
homepage: https://nomad-lab.eu
use_directory_urls: false
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascript.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js