-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (46 loc) · 1.07 KB
/
mkdocs.yml
File metadata and controls
52 lines (46 loc) · 1.07 KB
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
site_name: NETSPOT
docs_dir: "sources"
site_dir: "docs"
repo_url: https://github.com/asiffer/netspot
site_url: https://asiffer.github.io/netspot/
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- attr_list
- admonition
plugins:
- search
- markdownextradata
theme:
name: material
logo: assets/favicon.svg
favicon: assets/favicon-blue.svg
palette:
scheme: "blue2"
features:
- navigation.sections
extra_css:
- css/color.css
- css/extra.css
extra:
netspot:
version: 2.1.2
nav:
- Home: "./index.html"
- Install:
- "download/binaries/index.md"
- "download/sources/index.md"
- "download/docker/index.md"
- "download/service/index.md"
- "Get started":
- "get-started/basic/index.md"
- "get-started/configuration/index.md"
- "get-started/architecture/index.md"
- Developer:
- "developer/counter/index.md"
- "developer/stat/index.md"
- "developer/exporter/index.md"
- "developer/toolchain/index.md"
- About:
- "about/ids.md"
- "about/performances/index.md"