-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
90 lines (90 loc) · 3.24 KB
/
mkdocs.yml
File metadata and controls
90 lines (90 loc) · 3.24 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
site_name: WLAN Pi Documentation Project
nav:
- V1:
- Home: index.md
- About: about.md
- Getting Started:
- Overview: getting_started_overview.md
- Buy a Kit: getting_started_buy_kit.md
- Build Your Own: getting_started_build_your_own.md
- Packages:
- Overview: packages.md
- Perf Measurement:
- HTML Speedtest: pkg_perf_speedtest.md
- iPerf: pkg_perf_iperf.md
- Ruckus Zap: pkg_perf_zap.md
- Analysis:
- Kismet: pkg_analysis_kismet.md
- Horst: pkg_analysis_horst.md
- Scapy: pkg_analysis_scapy.md
- Termshark: pkg_analysis_termshark.md
- extcap: pkg_analysis_extcap.md
- Utilities:
- Wi-Fi Console: pkg_util_wconsole.md
- Hotspot Mode: pkg_util_hotspot.md
- Wiperf: pkg_util_wiperf.md
- Profiler: pkg_util_profiler.md
- Videos: videos.md
- Suppliers: suppliers.md
- FAQ: faq.md
- News: news.md
- Support: support.md
- Getting Involved:
- Overview: get_involved.md
- Coding for the WLAN Pi: get_involved_coding.md
- Non-coder Contribution Opportunties: get_involved_non_coding.md
- Bug Reports: get_involved_bugs.md
- Feature Suggestions: get_involved_requests.md
- Useful Links: useful_links.md
- V2:
- Home: v2/index.md
- About: about.md
- Getting Started:
- Overview: getting_started_overview.md
- Buy a Kit: getting_started_buy_kit.md
- Build Your Own: getting_started_build_your_own.md
- Packages:
- Overview: v2/packages.md
- Perf Measurement:
- HTML Speedtest: pkg_perf_speedtest.md
- iPerf: pkg_perf_iperf.md
- Analysis:
- Scapy: pkg_analysis_scapy.md
- extcap: pkg_analysis_extcap.md
- Utilities:
- Wi-Fi Console: pkg_util_wconsole.md
- Hotspot Mode: pkg_util_hotspot.md
- Wiperf: pkg_util_wiperf.md
- Profiler: v2/pkg_util_profiler.md
- Videos: videos.md
- Suppliers: suppliers.md
- FAQ: v2/faq.md
- News: news.md
- Support: support.md
- Getting Involved:
- Overview: get_involved.md
- Coding for the WLAN Pi: get_involved_coding.md
- Non-coder Contribution Opportunties: get_involved_non_coding.md
- Bug Reports: get_involved_bugs.md
- Feature Suggestions: get_involved_requests.md
- Useful Links: useful_links.md
theme:
name: 'material'
icon:
logo: material/wifi
language: en
features:
- tabs
extra_css:
- extra.css
markdown_extensions:
- admonition
plugins:
- search
- git-revision-date-localized
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/wlan-pi
- icon: fontawesome/brands/twitter
link: https://twitter.com/wlanpi