-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
38 lines (37 loc) · 1.08 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
site_name: TrailblazingTurtle
repo_url: https://github.com/guilbaults/TrailblazingTurtle/
nav:
- 'Home': index.md
- 'Data collection': data.md
- 'Development': development.md
- 'Installation': install.md
- 'Modules':
- 'Job Stats': jobstats.md
- 'Top': top.md
- 'User Summary': usersummary.md
- 'Account Stats': accountstats.md
- 'Cloud Stats': cloudstats.md
- 'Nodes': nodes.md
- 'Quotas': quotas.md
- 'Quotas GPFS': quotasgpfs.md
- 'CF Access': cfaccess.md
theme:
name: material
# logo: img/logo.png
features:
# enable button to copy code blocks
- content.code.copy
plugins:
- search
markdown_extensions:
# allow for arbitrary nesting of code and content blocks
- pymdownx.superfences:
# syntax highlighting in code blocks and inline code
- pymdownx.highlight
# support for (collapsible) admonitions (notes, tips, etc.)
- admonition
- pymdownx.details
# icon + emoji
# - pymdownx.emoji:
# emoji_index: !!python/name:material.extensions.emoji.twemoji
# emoji_generator: !!python/name:material.extensions.emoji.to_svg