update
[ccm-docs.git] / mkdocs.yml
blob9add83a0b86367e1ab090cf361685f7f25217691
1 site_name: Center for Computational Mathematics
2  University of Colorado Denver 
3 site_url: https://ccm-docs.readthedocs.io/en/latest/ 
4 repo_url: https://github.com/ccmucdenver/ccm-docs 
5 edit_uri: edit/main/docs/
6 site_description: Documentation for computing resources at the CCM
7 theme:
8   name: readthedocs
9   highlightjs: true
10   features:
11     - navigation.instant
12 plugins:
13   - search
14   - mkdocstrings:
15       handlers:
16         # See: https://mkdocstrings.github.io/python/usage/
17         python:
18           options:
19             docstring_style: sphinx
20 markdown_extensions:
21   - markdown_include.include:
22       base_path: .
23   - admonition
24 nav:
25     - Welcome: index.md
26     - Terms and Conditions: TermsandConditions.md
27     - System Status and News:  updates.md
28     - Workshop: workshop.md
29     - Training: training.md
30     - Overview: overview.md
31     - Clusters Guide: clusters_guide.md
32     - Examples: examples.md
33     - Accounts and Allocations: accounts.md
34     - Python: python.md
35     - Environment modules: modules.md
36     - Alderaan Cluster: alderaan.md
37     - Colibri Cluster: colibri.md
38     - Score Cluster: score.md
39     - Research Storage: storage.md
40     - Singularity Containers: singularity.md
41     - JupyterHub Server: jupyterhub.md
42     - Local network: local.md
43     - External Resources: external.md
44     - Facilities, Equipment, and Other Resources: facilities.md
45     - How to Edit: pull_request.md