-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
83 lines (82 loc) · 2.31 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
site_name: Orb Dynamic Edge Observability
theme:
name: material
custom_dir: overrides
favicon: img/ORB-logo-ring.png
logo: img/orb_logo_original.png
font:
text: Montserrat
features:
- navigation.tracking
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.indexes
- navigation.sections
- navigation.prune
- search.suggest
# - toc.integrate
icon:
repo: fontawesome/brands/github
markdown_extensions:
- abbr
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.superfences
- admonition
- pymdownx.details
- attr_list
- md_in_html
- toc:
toc_depth: 3
plugins:
- search
nav:
- Home: index.md
- About: about.md
- Getting Started: getting_started.md
- Guides:
- guides/index.md
- Edge Networks: guides/edge_networks.md
- Authoritative DNS: guides/authoritative_dns.md
- Recursive DNS: guides/recursive_dns.md
- DHCP Services: guides/dhcp_services.md
- Network Traffic (Flow): guides/flow.md
- Response Testing: guides/response_testing.md
- Documentation:
- Running Orb Agents: documentation/running_orb_agent.md
- Configuring Orb Agent: documentation/orb_agent_configs.md
- Orb Policy Reference: documentation/advanced_policies.md
- Orb Metrics: documentation/pktvisor_metrics.md
- Installing Orb control plane: documentation/install.md
- Orb REST API: api/orb_rest_api.md
- Community: "contact.md"
repo_url: https://github.com/orb-community/orb
repo_name: orb-community/orb
edit_uri: ""
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/orb-community/orb
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/orbcommunity
- icon: fontawesome/brands/slack
link: https://netdev.chat/
- icon: octicons/mail-24
link: "mailto:info@netboxlabs.com"
analytics:
provider: google
property: G-XYK19RRHLW
copyright: Copyright © 2024 | <a href="https://netboxlabs.com/privacy/">Privacy Policy</a>
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js