-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathmkdocs.yml
50 lines (47 loc) · 1.72 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
site_name: SuzieQ
repo_url: https://github.com/netenglabs/suzieq
python:
install:
- requirements: docs/requirements.txt
theme:
name: readthedocs
navigation_depth: 3
nav:
- Overview:
- Introduction: index.md
- Getting Started: getting_started.md
- Release Notes: release-notes.md
- Configuration: config_file.md
- Gathering Data:
- Poller: poller.md
- Inventory File: inventory.md
- Rate Limiting AAA Server Requests: rate-limiting-AAA.md
- Supported Tables and Devices: tables.md
- Supported Transports: transports.md
- Polling From a Local Folder: simnode.md
- Analyzing Data:
- Analyzer: analyzer.md
- GUI: gui.md
- REST Server: rest-server.md
- Accessing remote data: remote-cli.md
- Time: time.md
- Pandas Query Examples: pandas-query-examples.md
- CLI:
- 'Introducing SuzieQ CLI': commands/introduction.md
- Tutorials:
- '10 things to do with SuzieQ': tutorials/10things.md
- 'How to think about verbs': tutorials/how_to_think_about_verbs.md
- External Tutorials:
- 'Whoop Dee Doo for my SuzieQ': 'https://gratuitous-arp.net/fabric-like-visibility-to-your-network-with-suzieq/'
- Developer Docs:
- 'Getting Started': developer/devstart.md
- 'Contributing': developer/contribute.md
- 'Configuring a service': service/service-format.md
- "Adding a New Network OS (NOS)": developer/adding-a-new-nos.md
- "Testing Philosphy and Practice": developer/testing.md
- "Updating Test Data": developer/updating_test_data.md
- "Python API": developer/pythonAPI.md
- "Augmented Columns": developer/augmented-columns.md
markdown_extensions:
- admonition
# - mkautodoc # add back when we add the API docs