forked from multixscale/cvmfs-tutorial-hpc-best-practices
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
56 lines (56 loc) · 1.75 KB
/
mkdocs.yml
File metadata and controls
56 lines (56 loc) · 1.75 KB
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: "Best Practices for CernVM-FS in HPC"
theme:
name: material
logo: img/cvmfs_logo.png
features:
- instant
extra_css:
- stylesheets/extra.css
repo_name: Best Practices for CernVM-FS in HPC
repo_url: https://github.com/multixscale/cvmfs-tutorial-hpc-best-practices
edit_uri: edit/master/docs
nav:
- "Home": index.md
- Introduction to CernVM-FS:
- What is CernVM-FS?: cvmfs/what_is_cvmfs.md
- Terminology: cvmfs/terminology.md
- Technical details: cvmfs/technical_details.md
- Flagship repositories: cvmfs/repositories.md
- EESSI: eessi.md
- Accessing a repository: 02_access.md
- Configuration on HPC systems: 03_configuration.md
- Troubleshooting and debugging: 04_troubleshooting_debugging.md
- Performance aspects: 05_performance.md
- Storage backends: 06_storage_backends.md
- Containers: 07_containers.md
- Creating a CernVM-FS repository: 10_getting_started.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
# clickable details
- pymdownx.details
# tabbed contents
- pymdownx.tabbed
- toc:
permalink: true
extra:
# add links in bottom right
social:
#- type: github
#icon: octicons/logo-github
#link: https://github.com/easybuilders
#- icon: fontawesome/brands/twitter
#link: https://twitter.com/easy_build
#- icon: fontawesome/brands/youtube
#link: https://www.youtube.com/c/easybuilders
#- icon: fontawesome/solid/book
#link: https://easybuild.readthedocs.io