forked from peering-manager/peering-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
94 lines (92 loc) · 4.21 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
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
85
86
87
88
89
90
91
92
93
94
---
site_name: Peering Manager
site_url: https://peering-manager.readthedocs.io/
repo_url: https://github.com/peering-manager/peering-manager
edit_uri: ""
theme:
name: material
logo: media/peering-manager.svg
favicon: media/peering-manager.svg
markdown_extensions:
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed
- pymdownx.superfences
- footnotes
nav:
- Introduction: "index.md"
- Manual installation:
- 1. PostgreSQL: "setup/1-postgresql.md"
- 2. Redis: "setup/2-redis.md"
- 3. Peering Manager: "setup/3-peering-manager.md"
- 4. Web Server:
- a. Apache 2: "setup/4a-apache2.md"
- b. nginx: "setup/4b-nginx.md"
- 5. Logging (Optional): "setup/5-logging.md"
- 6. LDAP (Optional): "setup/6-ldap.md"
- 7. Scheduled Tasks (Optional): "setup/7-scheduled-tasks.md"
- 8. Prometheus (Optional): "setup/8-prometheus.md"
- uWSGI: "setup/uwsgi.md"
- Upgrading: "setup/upgrading.md"
- Migrate to systemd: "setup/migrate-to-systemd.md"
- Container Installation: "container.md"
- Ansible Installation: "ansible.md"
- Configuration:
- Configuring: "configuration/index.md"
- Required Settings: "configuration/required-settings.md"
- Optional Settings: "configuration/optional-settings.md"
- User Interface: "user-interface.md"
- User Manual:
- Devices:
- Configuration: "models/peering/configuration.md"
- Platform: "models/devices/platform.md"
- Peering:
- Autonomous System: "models/peering/autonomoussystem.md"
- BGP Group: "models/peering/bgpgroup.md"
- Community: "models/peering/community.md"
- Direct Peering Session: "models/peering/directpeeringsession.md"
- Internet Exchange: "models/peering/internetexchange.md"
- Internet Exchange Peering Session: "models/peering/internetexchangepeeringsession.md"
- Router: "models/peering/router.md"
- Routing Policy: "models/peering/routingpolicy.md"
- Connection: "models/net/connection.md"
- Relationship: "models/bgp/relationship.md"
- Messaging:
- Contact: "models/messaging/contact.md"
- Contact Role: "models/messaging/contactrole.md"
- Contact Assignment: "models/messaging/contactassignment.md"
- E-mail: "models/messaging/email.md"
- Extras:
- Config Context: "models/extras/configcontext.md"
- IX-API: "models/extras/ixapi.md"
- Tag: "models/utils/tag.md"
- Webhook: "models/extras/webhook.md"
- Token: "models/users/token.md"
- Templating:
- Writing Templates: "templating/index.md"
- Jinja Filters: "templating/filters.md"
- Exposed Variables: "templating/variables.md"
- Templating Tutorial: "templating/tutorial/index.md"
- Examples:
- Arista EOS: "templating/examples/arista-eos.md"
- Cisco IOS XR: "templating/examples/cisco-iosxr.md"
- Cisco IOS XR as used by AS196610: "templating/examples/cisco-iosxr-as196610.md"
- Cisco IOS-XR from tutorial: "templating/examples/tutorial-cisco-iosxr.md"
- Cisco IOS from tutorial: "templating/examples/tutorial-cisco-ios.md"
- Juniper Junos OS: "templating/examples/juniper-junos.md"
- Peering Request E-Mail: "templating/examples/peering-request-email.md"
- Integration: "integration.md"
- Development:
- Getting Started: "development/getting-started.md"
- Style Guide: "development/style-guide.md"
- Release Engineering: "development/release-engineering.md"
- Release Notes:
- Version 1.6: "release-notes/version-1.6.md"
- Version 1.5: "release-notes/version-1.5.md"
- Version 1.4: "release-notes/version-1.4.md"
- Version 1.3: "release-notes/version-1.3.md"
- Version 1.2: "release-notes/version-1.2.md"
- Version 1.1: "release-notes/version-1.1.md"
- Version 1.0: "release-notes/version-1.0.md"