-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
85 lines (78 loc) · 1.85 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: EuXFEL Software Environments
site_description: European XFEL Software Environments
site_url: https://european-xfel.github.io/environments
theme:
name: material
custom_dir: docs/overrides
logo: assets/logo.jpeg
palette:
primary: custom
accent: custom
scheme: preference
language: en
features:
- announce.dismiss
- navigation.indexes # section index pages
- navigation.top # back to top button
- navigation.tracking
- navigation.instant
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate
font:
text: Roboto
code: Roboto Mono
repo_url: https://github.com/European-XFEL/environments
extra_css:
- stylesheets/extra.css
nav:
- index.md
- Quick Start: quick-start.md
- Using Environments: environments.md
- What's Available:
- Environment List: environments/
- Module List: modules/
- Recipe List: recipes/
- Maintenance:
- Environment Management: maintenance/environments.md
- Recipe Creation: maintenance/recipes.md
- Conda Installations: maintenance/instances.md
- CI/CD: maintenance/ci-cd.md
- Julia: maintenance/julia.md
- Citing: citing.md
plugins:
- search
- literate-nav
- gen-files:
scripts:
- ./docs/gen_environments.py
- ./docs/gen_modules.py
- ./docs/gen_recipes.py
markdown_extensions:
- abbr
- admonition
- attr_list
- codehilite
- def_list
- footnotes
- md_in_html
- pymdownx.details
- pymdownx.emoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist
- toc:
permalink: true
- tables
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/European-XFEL