forked from EESSI/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
56 lines (56 loc) · 1.65 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
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
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
- Configuring the client:
- filesystem_layer/installing_a_client/client_configuration_options.md
- filesystem_layer/installing_a_client/standalone_package.md
- filesystem_layer/installing_a_client/package_repository.md
- filesystem_layer/installing_a_client/ansible.md
- filesystem_layer/installing_a_client/singularity.md
- Compatibility layer: compatibility_layer.md
- Software layer:
- Overview: software_layer.md
- software_layer/build_nodes.md
- Pilot repository: pilot.md
- Software testing: software_testing.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:
# notes, warnings, hints, ...
- admonition
# code blocks with syntax highlighting, graphs
- pymdownx.superfences
# tabbed contents
- pymdownx.tabbed
# clickable details
- pymdownx.details
- toc:
permalink: true
extra:
# add links in bottom right
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/eessi_hpc