-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
85 lines (85 loc) · 1.89 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
site_name: Documentation
site_description: |
The documentation for NOMAD.
site_author: The NOMAD Authors
repo_url: https://github.com/FAIRmat-NFDI/pynxtools-spm
site_url: https://nomad-lab.eu/prod/v1/docs/index.html
edit_uri: ""
use_directory_urls: false
nav:
- Home: index.md
- Explanation:
- explanation/reader-explanation.md
- Tutorial:
- tutorial/nomad-tutorial.md
- tutorial/reader-tutorial.md
- How-To-Guide :
- how-to-guides/how-to-interact-with-reader.md
- Reference:
- reference/reference.md
plugins:
# - mkdocstrings
# - mermaid2
- search
- macros:
module_name: docs/macros
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- toc:
permalink: True
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji
- pymdownx.extra
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
use_directory_urls: false
theme:
name: material
pallet:
primary: "#2A4CDF"
font:
text: 'Titillium Web'
features:
- content.code.copy
- content.code.annotate
- navigation.path
- navigation.footer
- navigation.top
favicon: assets/favicon.png
logo: assets/nomad-logo.png
icon:
repo: fontawesome/brands/github
extra:
generator: false
homepage: https://nomad-lab.eu
# theme:
# name: "material"
# features:
# - navigation.tabs
# - navigation.sections
# - navigation.top
# - navigation.bottom
# - toc.integrate
# - search.suggest
# - search.highlight
# - content.tabs.link
# - content.tabs.copy
# - content.code.annotation
# icon:
# admonition:
# note: octicons/tag-16
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascript.js