mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
46 lines
1.4 KiB
YAML
46 lines
1.4 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'
|
|
- 'Reverse Proxy': 'installation/reverseproxy.md'
|
|
- 'Running Hyperglass as a Service': 'installation/supervisord.md'
|
|
- Configuration:
|
|
- 'Configuring Hyperglass': 'configuration.md'
|
|
- 'General Parameters': 'configuration/general.md'
|
|
- 'Branding': 'configuration/branding.md'
|
|
- 'Devices': 'configuration/devices.md'
|
|
- 'Authentication': 'configuration/authentication.md'
|
|
- 'Commands': 'configuration/commands.md'
|
|
- 'Proxy': 'configuration/proxy.md'
|
|
- 'Blacklist': 'configuration/blacklist.md'
|
|
- 'Securing Router Access': 'configuration/securing-router-access.md'
|
|
- Caching:
|
|
- 'caching.md'
|
|
- Rate Limiting:
|
|
- 'ratelimiting.md'
|
|
- Development:
|
|
- 'Introduction': 'development/index.md'
|
|
|
|
- Extras:
|
|
- 'Common AS_PATH Regular Expressions': 'extras/common_as_path_regex.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'
|