-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
74 lines (66 loc) · 1.55 KB
/
mkdocs.yaml
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
site_name: Documentation
site_description: |
The documentation for the pynxtools-igor plugin.
site_author: The NOMAD Authors
repo_url: https://github.com/FAIRmat-NFDI/pynxtools-igor
edit_uri: ""
nav:
- Home: index.md
- Tutorials:
- tutorial/installation.md
- tutorial/standalone.md
- How-To Guides:
- how-tos/build-a-reader.md
# - Explanation:
# - explanation/explanation.md
- Reference:
- reference/igor.md
plugins:
- search
- macros:
module_name: src/pynxtools_igor/mkdocs
theme:
name: material
palette:
primary: '#2A4CDF'
accent: '#008A67'
font:
text: 'Titillium Web'
logo: assets/nomad-logo.png
favicon: assets/favicon.png
features:
- navigation.instant
- content.code.copy
- content.code.annotate
custom_dir: docs/theme
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
- mkdocs-click
- pymdownx.extra
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
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