1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
2019-06-11 13:39:40 -07:00

41 lines
1.3 KiB
YAML

site_name: 'hyperglass documentation'
site_author: 'checktheroads | Matt Love'
site_url: 'https://hyperglass.readthedocs.io'
copyright: ''
nav:
- Home: 'index.md'
- Installation:
- 'Installing Hyperglass': 'installation/installing-hyperglass.md'
- 'HTTP/WSGI': 'installation/wsgi.md'
- 'Systemd': 'installation/systemd.md'
- 'Reverse Proxy & SSL': 'installation/reverseproxy.md'
- Configuration:
- 'Configuring Hyperglass': 'configuration/configuration.md'
- 'Devices': 'configuration/devices.md'
- 'Branding': 'configuration/branding.md'
- 'Features': 'configuration/features.md'
- Caching: 'caching.md'
- Rate Limiting: 'ratelimiting.md'
- Monitoring: 'monitoring.md'
- Development:
- 'Introduction': 'development/index.md'
- Extras:
- 'Common AS_PATH Regular Expressions': 'extras/common_as_path_regex.md'
- 'Securing Router Access': 'extras/securing-router-access.md'
- 'Supported Device Types': 'extras/supported-device-types.md'
# Theme Configuration
theme:
name: 'readthedocs'
# Extensions
markdown_extensions:
- admonition
- pymdownx.mark
- toc:
permalink: true
toc_depth: 1-3
# Social Links
extra:
social:
- type: 'github'
link: 'https://github.com/checktheroads/hyperglass'