We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bbef3 commit c9c6f20Copy full SHA for c9c6f20
mkdocs.yml
@@ -66,9 +66,9 @@ nav:
66
- Overview: 'environment/index.md'
67
- Modules: 'environment/modules.md'
68
- Easybuild: 'environment/easybuild.md'
69
+ - Spack: 'environment/spack.md'
70
- Containers: 'environment/containers.md'
71
- Conda: 'environment/conda.md'
- - Spack: 'environment/spack.md'
72
###########
73
- Policies:
74
- Acceptable Use Policy (AUP): 'policies/aup.md'
@@ -418,8 +418,8 @@ markdown_extensions:
418
repo_url_shorthand: true
419
social_url_shorthand: true
420
- pymdownx.snippets:
421
- base_path: snippets
422
- - pymdownx.tabbed:
+ base_path: snippets
+ - pymdownx.tabbed
423
- pymdownx.smartsymbols
424
# code blocks with syntax highlighting, graphs
425
- pymdownx.superfences
0 commit comments