This repository has been archived by the owner on May 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
61 lines (61 loc) · 2.3 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
57
58
59
60
61
site_name: Research Computing Docs
extra_css: [extra.css]
theme:
name: material
palette:
scheme: umass
copyright: "Copyright ©2020 UMass Amherst"
markdown_extensions:
- abbr
- attr_list
- def_list
- admonition
- footnotes
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.snippets
- pymdownx.details
- pymdownx.tabbed
nav:
- Home: index.md
- MGHPCC Shutdown: shutdown/shutdown.md
- Unity:
- Networking:
- Networks/Subnets: network/subnets.md
- Palo Alto Firewall:
- Concepts: network/palo/concepts.md
- NAT: network/palo/nat.md
- Policies: network/palo/policies.md
- GlobalProtect VPN: network/palo/vpn.md
- Quirks: network/palo/quirk.md
- Service Node Networking: network/service.md
- Node Provisioning - MAAS:
- Concepts: provision/concepts.md
- Setup: provision/setup.md
- Ansible Integration: provision/ansible.md
- Identity:
- Introduction: identity/index.md
- OpenLDAP Server: identity/server.md
- OpenLDAP Client: identity/client.md
- Job Scheduler - Slurm:
- Concepts: slurm/concepts.md
- Setup: slurm/accounting.md
- Accounting: slurm/accounting.md
- Configuration: slurm/configuration.md
- Priority Queues: slurm/priority.md
- Web:
- Installing LAMP / Apache Concepts: web/install.md
- Shibboleth:
- Concepts: web/shibboleth/concepts.md
- Shibboleth SP Setup / Apache Integration: web/shibboleth/setup.md
- Shibboleth inCommon Integration: web/shibboleth/incommon.md
- JupyterHub / JupyterLab:
- Concepts: web/jupyter/concepts.md
- JupyterHub Components: web/jupyter/components.md
- JupyterLab Concepts: web/jupyter/jupyterlab.md
- Assets:
- PPA: assets/ppa.md
- Modules:
- Python: modules/python.md