-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
45 lines (45 loc) · 1.31 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: "CernVM-FS tutorial"
theme:
name: material
logo: img/cvmfs_logo.png
featres:
- instant
repo_name: CernVM-FS tutorial
repo_url: https://github.com/cvmfs-contrib/cvmfs-tutorial-2021
edit_uri: edit/master/docs
nav:
- "Home": index.md
- 0. Azure cloud resources: 00_azure_cloud_resources.md
- 1. Introduction to CernVM-FS: 01_introduction.md
- 2. Stratum 0 and client: 02_stratum0_client.md
- 3. Stratum 1 and proxies: 03_stratum1_proxies.md
- 4. Publishing: 04_publishing.md
- 5. Advanced topics: 05_advanced.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
# 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