-
Notifications
You must be signed in to change notification settings - Fork 25
/
mkdocs.yml
54 lines (51 loc) · 1.86 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
site_name: OSG Operations
site_url: https://osg-htc.org/operations/
repo_url: https://github.com/osg-htc/operations/
google_analytics: ['UA-69012-29', 'opensciencegrid.github.io']
theme:
name: material
custom_dir: osgthedocs
favicon: 'img/favicon.ico'
extra_css:
- css/extra.css
nav:
- Home: 'index.md'
- Services:
- Installing GlideinWMS Factory: 'services/install-gwms-factory.md'
- Topology Service: 'services/topology.md'
- Topology and Contacts Data: 'services/topology-contacts-data.md'
- Finalize Cache Registration: 'services/finalize-cache-registration.md'
- Sending Announcements: 'services/sending-announcements.md'
- GRACC Corrections: 'services/gracc-corrections.md'
- Hosted CE Definitions: 'services/hosted-ce-definitions.md'
- CE Monitoring Dashboards: 'services/ce-monitoring-dashboards.md'
- Yum Repository:
- Troubleshooting Guide for Yum Repository Scripts: 'troubleshooting/repository-scripts.md'
- Adding External CVMFS repos: 'services/adding-external-cvmfs-repos.md'
- Service Level Agreements:
- General: 'SLA/general.md'
- Access Point: 'SLA/access-point.md'
- CE Collector: 'SLA/collector.md'
- GRACC: 'SLA/gracc.md'
- GWMS Factory: 'SLA/gwms-factory.md'
- GWMS Frontend: 'SLA/gwms-frontend.md'
- HTCSS Central Manager: 'SLA/htcss-central-manager.md'
- Hosted CE: 'SLA/hosted-ce.md'
- Message Broker: 'SLA/message-broker.md'
- OASIS: 'SLA/oasis.md'
- OSDF Core: 'SLA/osdf-core.md'
- OSDF Cache: 'SLA/osdf-cache.md'
- OSDF Origin: 'SLA/osdf-origin.md'
- PerfSonar: 'SLA/perfsonar.md'
- Software Repository: 'SLA/software-repo.md'
- Topology: 'SLA/topology.md'
- Web Pages: 'SLA/web-pages.md'
- XDLogin: 'SLA/xdlogin.md'
- External OASIS repositories: 'external-oasis-repos.md'
markdown_extensions:
- admonition
- codehilite
# - toc(permalink=true)
- toc
# - osg_markdown.colors
- pymdownx.details