forked from EESSI/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (45 loc) · 1.19 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
site_name: "European Environment for Scientific Software Installations (EESSI)"
site_url: https://eessi.github.io/docs/
google_analytics:
- UA-169665333-1
- auto
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
- Compatibility layer: compatibility_layer.md
- Software layer: software_layer.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
- toc:
permalink: true
extra:
# add links in bottom right
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/eessi_hpc