-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmkdocs.yml
73 lines (73 loc) · 1.88 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
site_name: Wiperf V2 Documentation
nav:
- Home: index.md
- What's New in V2.2: whats_new_v2.2.md
- Quickstart: quickstart.md
- Operation Overview: operation.md
- Probe:
- probe_platform.md
- probe_prepare.md
- probe_install.md
- probe_configure.md
- probe_deploy.md
- probe_upgrade.md
- Data Server:
- Splunk:
- splunk_platform.md
- splunk_software.md
- splunk_install.md
- splunk_configure.md
- Influx/Grafana:
- influx_platform.md
- influx_install.md
- influx_configure.md
- grafana_platform.md
- grafana_install.md
- grafana_configure.md
- Blog Posts:
- blog_neo3.md
- whats_new_v2.1.md
- Troubleshooting: troubleshooting.md
- Advanced Configuration:
- adv_proxy.md
- adv_remote_cfg.md
- adv_rpi_standalone.md
- adv_secure.md
- adv_fixed_bssid.md
- FAQ: faq.md
- Reference Docs:
- config.ini.md
- data_points.md
- reference_doc_smb.md
- reference_doc_librespeed.md
- reference_doc_caching.md
- Dashboards:
- db_probe_summary.md
- db_speedtest.md
- db_udp_iperf3.md
- db_tcp_iperf3.md
- db_http.md
- db_smb.md
- db_wireless.md
- db_health.md
- Contact: https://github.com/wifinigel/wiperf/discussions
- About: about.md
theme:
name: 'material'
custom_dir: overrides
icon:
logo: material/wifi
language: en
palette:
primary: green
accent: green
extra_css:
- extra.css
markdown_extensions:
- markdown.extensions.admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
plugins:
- search
- git-revision-date-localized