-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
51 lines (51 loc) · 1.3 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
site_name: pktvisor edge observability agent
theme:
name: material
favicon: img/ORB-logo-ring.png
logo: img/ORB-logo-ring.png
features:
- navigation.tracking
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.suggest
icon:
repo: fontawesome/brands/github
markdown_extensions:
- abbr
- pymdownx.tabbed
- pymdownx.snippets
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- admonition
- pymdownx.details
- attr_list
- md_in_html
- toc:
permalink: true
plugins:
- search
nav:
- Home: 'index.md'
- About: 'about.md'
- Installation: 'install.md'
- Documentation: 'docs.md'
- Community: 'contact.md'
repo_url: https://github.com/ns1labs/pktvisor
edit_uri: edit/main/docs
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ns1labs/pktvisor
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/ns1labs/pktvisor
- icon: fontawesome/brands/slack
link: https://join.slack.com/t/ns1labs/shared_invite/zt-qqsm5cb4-9fsq1xa~R3h~nX6W0sJzmA
- icon: octicons/mail-24
link: "mailto:[email protected]"
analytics:
provider: google
property: UA-41778111-8
copyright: Copyright © 2022 <a href="https://ns1.com/labs">NS1</a>