-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
37 lines (35 loc) · 1.04 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
site_name: OSG Collaboration Support
site_url: https://osg-htc.org/collaboration-support
repo_name: https://github.com/osg-htc/collaboration-support
theme:
name: material
features:
- content.tabs.link
nav:
- OSG Collaboration Support: 'index.md'
- Services: 'misc/services.md'
- Access to Collab AP: 'misc/onboard.md'
- Current Collaborations:
- Overview: 'projects/project-list.md'
- REDTOP: 'projects/Redtop.md'
- IceCube: 'projects/icecube.md'
- IGWN: 'projects/igwn.md'
- LSST: 'projects/lsst.md'
- South Pole Telescope: 'projects/spt.md'
- VERITAS: 'projects/veritas.md'
- XENON: 'projects/xenon.md'
- GLUEX: 'projects/gluex.md'
- GLAS12: 'projects/clas12.md'
- MOLLER: 'projects/moller.md'
- EIC: 'projects/eic.md'
- Snowmass: 'projects/snowmass.md'
- KOTO: 'projects/koto.md'
- Meeting/Call schedule: 'misc/meeting-schedule.md'
markdown_extensions:
- pymdownx.tabbed
- pymdownx.superfences
- admonition
- codehilite:
guess_lang: False
- toc:
permalink: True