-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yaml
85 lines (77 loc) · 1.86 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
75
76
77
78
79
80
81
82
83
84
85
site_name: Documentation
site_description: |
The documentation for the pynxtools-xps plugin.
site_author: The NOMAD Authors
repo_url: https://github.com/FAIRmat-NFDI/pynxtools-xps
edit_uri: ""
nav:
- Home: index.md
- Tutorials:
- tutorial/installation.md
- tutorial/standalone.md
- tutorial/nexusio.md
- tutorial/nomad.md
- How-To Guides:
- how-tos/build_a_reader.md
- Explanation:
- explanation/implementation.md
- explanation/appdefs.md
- explanation/contextualization.md
- explanation/data_processing.md
- explanation/nomad_integration.md
- Reference:
- reference/specs.md
- reference/scienta.md
- reference/phi.md
- reference/vms.md
plugins:
- search
- macros:
module_name: src/pynxtools_xps/mkdocs
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
- navigation.footer
- content.code.copy
- content.code.annotate
custom_dir: docs/theme
icon:
repo: fontawesome/brands/github
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
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