forked from netenglabs/suzieq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
63 lines (58 loc) · 2.01 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
site_name: Suzieq
repo_url: https://github.com/netenglabs/suzieq
python:
install:
- requirements: docs/requirements.txt
theme:
name: readthedocs
navigation_depth: 3
nav:
- Introduction: index.md
- Getting Started: getting_started.md
- Poller:
- Gathering Data: poller.md
- Tables: tables.md
- Transports: transports.md
- Analyzer:
- Analyzer: analyzer.md
- GUI: gui.md
- REST Server: rest-server.md
- Time: time.md
- Pandas Query Examples: pandas-query-examples.md
- CLI:
- 'Command Introduction': commands/introduction.md
# - arpnd: commands/arpnd.md
# - bgp: commands/bgp.md
# - device: commands/device.md
# - evpnVni: commands/evpnVni.md
# - interface: commands/interface.md
# - lldp: commands/lldp.md
# - mac: commands/mac.md
# - mlag: commands/mlag.md
# - ospf: commands/ospf.md
# - path: commands/path.md
# - route: commands/route.md
# - sqpoller: commands/sqpoller.md
# - table: commands/table.md
# - vlan: commands/vlan.md
- Release Notes: release-notes.md
- Tutorials:
- '10 things to do with Suzieq': tutorials/10things.md
- 'How to think about verbs': tutorials/how_to_think_about_verbs.md
- Architecture: architecture.md
# - API: # we'll add these later when we have reasonable docstrings that aren't so embarrassing
# - Sqobjects: api/sqobjects.md
# - engine: api/engine.md
# - poller: api/poller.md
- Service:
- 'Configuring a service': service/service-format.md
# - 'Interacting with devices': service/interacting_with_devices.md
# - JSONparsing: service/parsing.md'
# - textfsm: service/textfsm.md
- "Developer Docs":
- "Adding a New Network OS (NOS)": developer/adding-a-new-nos.md
- "Service File Format": service/service-format.md
- "Testing Philosphy and Practice": developer/testing.md
- "Updating Test Data": developer/updating_test_data.md
#markdown_extensions: # add back when we add the API docs
# - mkautodoc