-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
84 lines (80 loc) · 2.94 KB
/
mkdocs.yml
File metadata and controls
84 lines (80 loc) · 2.94 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
site_name: OSG Networking Area
site_url: https://osg-htc.org/networking/
repo_url: https://github.com/osg-htc/networking/
extra:
analytics:
provider: google
property: UA-69012-29
theme:
name: material
custom_dir: osgthedocs
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.path
- navigation.top
- toc.follow
- toc.integrate
- content.code.copy
extra_css:
- css/extra.css
nav:
- Home: 'index.md'
- Get Started:
- 'Deploy perfSONAR': 'personas/quick-deploy/landing.md'
- 'Troubleshoot Issues': 'personas/troubleshoot/landing.md'
- 'Understand the System': 'personas/research/landing.md'
- perfSONAR Guides:
- 'Why perfSONAR in OSG/WLCG': 'perfsonar-in-osg.md'
- 'Deployment Models': 'perfsonar/deployment-models.md'
- 'Quick Deploy (Testpoint)': 'personas/quick-deploy/install-perfsonar-testpoint.md'
- 'Automated Setup': 'personas/quick-deploy/automated-setup/README.md'
- 'Legacy Installation (Archive)': 'perfsonar/installation.md'
- 'FAQ': 'perfsonar/faq.md'
- Host Tuning:
- 'Fasterdata Host Tuning': 'host-network-tuning.md'
- 'Multiple NIC Guidance': 'perfsonar/multiple-nic-guidance.md'
- Troubleshooting:
- 'Triage Checklist': 'personas/troubleshoot/triage-checklist.md'
- 'Network Troubleshooting Guide': 'network-troubleshooting.md'
- 'OSG Debugging Document': 'network-troubleshooting/osg-debugging-document.md'
- Network Services & Data:
- 'Infrastructure Monitoring (PSETF)': 'perfsonar/psetf.md'
- 'Network Datastore': 'osg-network-services.md'
- 'Analytics Platform': 'osg-network-analytics.md'
- Tools & Scripts:
- 'Overview': 'perfsonar/tools_scripts/README.md'
- 'Fasterdata Tuning Script': 'perfsonar/tools_scripts/fasterdata-tuning.md'
- 'LS Registration Tools': 'perfsonar/tools_scripts/README-lsregistration.md'
- 'LS Registration Updater': 'perfsonar/tools_scripts/perfSONAR-update-lsregistration.sh'
- 'Compose Bundles': 'perfsonar/tools_scripts/docker-compose.yml'
- 'Link-Check Tools': 'tools/README.md'
- Advanced:
- Security Features:
- 'fail2ban': 'features/fail2ban.md'
- 'SELinux': 'features/selinux.md'
- 'nftables': 'features/nftables.md'
- 'Architecture': 'personas/research/architecture.md'
- Release Notes:
- 'v1.4.0': 'release-notes/quick-deploy-1.4.0.md'
- 'v1.3.0': 'release-notes/quick-deploy-1.3.0.md'
- 'v1.1.0': 'release-notes/quick-deploy-1.1.0.md'
- 'v1.0.1': 'release-notes/quick-deploy-1.0.1.md'
- 'v1.0.0': 'release-notes/quick-deploy-1.0.0.md'
- 'Site Management': 'web-site-management.md'
markdown_extensions:
- admonition
- pymdownx.details
- codehilite
- meta
- toc:
permalink: True
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
plugins:
- search