-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
60 lines (59 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
58
59
60
site_name: Documentation
site_description: |
The documentation for NOMAD plugin nomad-material-processing.
site_author: The NOMAD Authors
repo_url: https://github.com/FAIRmat-NFDI/nomad-material-processing
edit_uri: ""
nav:
- Home: index.md
- Explanation:
- Levels of Schema: explanation/levelsofschema.md
- Schemas: explanation/schemas.md
- How-To Guides:
- Install this Plugin: how_to/install.md
- Use this Plugin: how_to/use_this_plugin.md
- Contribute to this Plugin: how_to/develop.md
- References: reference/references.md
- Tutorials: tutorial/tutorial.md
- Contact: contact.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