-
Notifications
You must be signed in to change notification settings - Fork 240
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (30 loc) · 981 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (30 loc) · 981 Bytes
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
site_name: RF Analyzer 2.0 User Manual
theme:
name: material
logo: assets/logo.png
features:
- navigation.sections
- navigation.instant
- search.suggest
- search.highlight
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- Home: index.md
- Quick Start: quickstart.md
- Installation & Setup: setup.md
- User Interface: ui-overview.md
- SDR Source: sdr-source.md
- FFT & Waterfall Display: fft.md
- Signal Demodulation: demodulation.md
- Recording & Playback: recording.md
- Bookmarks: bookmarks.md
- App Settings: settings.md
- Additional Information: advanced.md
- Troubleshooting & FAQs: troubleshooting.md
- About: about.md
# create pdf:
# mkdocs serve
# a=1; for i in "" quickstart setup ui-overview sdr-source fft demodulation recording settings advanced troubleshooting about; do cnt=0000$a; wkhtmltopdf http://127.0.0.1:8000/$i "${cnt:(-3)}_$i.pdf"; a=$(($a+1)); done; pdfunite * out.pdf