-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
56 lines (49 loc) · 1.16 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: UBELIX OnDemand Documentation
# Copyright footer
copyright: 'Copyright © University of Bern, IT Service Office'
# Link to repo
repo_name: 'hpc-unibe-ch/ubelix-ondemand-docs'
repo_url: 'https://github.com/hpc-unibe-ch/ubelix-ondemand-docs'
edit_uri: 'edit/main/docs'
use_directory_urls: false
nav:
- index.md
- overview.md
- jupyter.md
- rstudio.md
- code-server.md
- troubleshooting.md
- feedback.md
# Configuration
theme:
name: material
extra_css:
- 'stylesheets/unibe.css'
plugins:
- git-revision-date
- search
# See https://python-markdown.github.io/extensions/ and
# See https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions#Bundles
# https://facelessuser.github.io/pymdown-extensions/
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- codehilite:
guess_lang: false
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- sane_lists
- smarty
- tables
- toc
# Social links bottom right
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/hpc-unibe-ch