forked from EESSI/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
85 lines (85 loc) · 2.49 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: "European Environment for Scientific Software Installations (EESSI)"
site_url: https://eessi.github.io/docs/
extra:
analytics:
provider: google
property: UA-169665333-1
theme:
name: material
features:
- instant
- content.code.annotate
logo: img/logos/EESSI.png
favicon: img/logos/EESSI.png
repo_name: EESSI @ GitHub
repo_url: https://github.com/EESSI
edit_uri: docs/edit/main/docs
nav:
- Home: index.md
- Project overview: overview.md
- Filesystem layer:
- Overview: filesystem_layer.md
- filesystem_layer/stratum1.md
- Compatibility layer: compatibility_layer.md
- Software layer:
- Overview: software_layer.md
- software_layer/cpu_targets.md
- software_layer/build_nodes.md
- software_layer/adding_software.md
- Test suite:
- Overview: test-suite/index.md
- Installation & configuration: test-suite/installation-configuration.md
- Usage: test-suite/usage.md
- Release notes: test-suite/release-notes.md
- Build-test-deploy bot: bot.md
- Pilot repository: pilot.md
- Getting access to EESSI:
- getting_access/is_eessi_accessible.md
- getting_access/native_installation.md
- getting_access/eessi_container.md
- Using EESSI:
- using_eessi/setting_up_environment.md
- using_eessi/basic_commands.md
- using_eessi/eessi_demos.md
- Getting support: support.md
- Meetings:
- Overview: meetings.md
- Community meeting (Sept'22): meetings/2022-09-amsterdam.md
- Project partners: partners.md
- Contact info: contact.md
plugins:
# show revision date at bottom of each page
- git-revision-date-localized
# necessary for search to work
- search
markdown_extensions:
# enable adding HTML attributes and CSS classes
- attr_list
# notes, warnings, hints, ...
- admonition
# code blocks with syntax highlighting, graphs
- pymdownx.superfences
# line numbers
- pymdownx.highlight:
anchor_linenums: true
# syntax highlighting for inline code
- pymdownx.inlinehilite
# embed content from arbitrary files
- pymdownx.snippets
# tabbed contents
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
# clickable details
- pymdownx.details
- toc:
permalink: true
# emojis
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
# add links in bottom right
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/eessi_hpc