forked from multixscale/cvmfs-tutorial-hpc-best-practices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
71 lines (71 loc) · 2.39 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
site_name: "Best Practices for CernVM-FS in HPC"
theme:
name: material
logo: img/logos/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
- Technical details: cvmfs/technical-details.md
- Flagship repositories: cvmfs/flagship-repositories.md
- EESSI:
- "What is EESSI?": eessi/what-is-eessi.md
- "Motivation & goals": eessi/motivation-goals.md
- "Inspiration": eessi/inspiration.md
- "High-level design": eessi/high-level-design.md
- "Using EESSI": eessi/using-eessi.md
- "Getting support": eessi/support.md
- Accessing repositories:
- "CernVM-FS client system": access/client.md
- "Squid proxy server": access/proxy.md
- "Private Stratum 1 replica server": access/stratum1.md
- "Alternative access methods": access/alternatives.md
- Configuration on HPC systems: configuration_hpc.md
- Troubleshooting: troubleshooting.md
- Performance aspects: performance.md
- Containers: containers.md
- Creating a CernVM-FS repository: creating-repo.md
- "Appendix: Terminology": appendix/terminology.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
# use MarkDown formatting in HTML blocks
- md_in_html
# code blocks with syntax highlighting, graphs
- pymdownx.superfences
# clickable details
- pymdownx.details
# tabbed contents
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- 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:
#- 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