forked from osg-htc/operations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
37 lines (34 loc) · 1.14 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 Operations
site_url: https://www.opensciencegrid.org/operations/
repo_url: https://github.com/opensciencegrid/operations/
google_analytics: ['UA-69012-29', 'opensciencegrid.github.io']
theme:
name: material
custom_dir: osgthedocs
favicon: 'img/favicon.ico'
extra_css:
- css/extra.css
pages:
- 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'
- Troubleshooting YUM Repositories: 'services/troubleshoot-yum-repos.md'
- Service Level Agreements:
- 'HTCondor Collector': 'SLA/collector.md'
- 'MyOSG': 'SLA/myosg.md'
- OASIS Stratum-0: 'SLA/oasis.md'
- OASIS Replica: 'SLA/oasis-replica.md'
- 'OIM': 'SLA/oim.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