-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
114 lines (108 loc) · 3.03 KB
/
Copy pathmkdocs.yml
File metadata and controls
114 lines (108 loc) · 3.03 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
site_name: RFlect
site_description: The RF engineer's deterministic toolkit for antenna-chamber measurement visualization and analysis — MCP-driven, no API key required.
site_url: https://rfingadam.github.io/RFlect/
repo_url: https://github.com/RFingAdam/RFlect
repo_name: RFingAdam/RFlect
edit_uri: edit/main/docs/
copyright: Copyright © 2024-2026 RFingAdam
theme:
name: material
logo: assets/logo.svg
favicon: assets/logo.svg
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- navigation.tracking
- navigation.footer
- navigation.instant
- navigation.instant.progress
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- content.tabs.link
- toc.follow
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: cyan
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: cyan
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: Inter
code: JetBrains Mono
icon:
repo: fontawesome/brands/github
extra_css:
- stylesheets/extra.css
plugins:
- search
- include-markdown
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/RFingAdam/RFlect
name: RFlect on GitHub
nav:
- Home: index.md
- Getting Started:
- Install: getting-started/install.md
- Quickstart: getting-started/quickstart.md
- Concepts: getting-started/concepts.md
- Hardware:
- Chambers: hardware/chambers.md
- File Formats: hardware/file-formats.md
- Instruments: hardware/instruments.md
- User Guide:
- Active TRP: user-guide/active-trp.md
- Passive Gain: user-guide/passive-gain.md
- S11 / Impedance: user-guide/s11-impedance.md
- Group Delay: user-guide/group-delay.md
- UWB / SFF: user-guide/uwb-sff.md
- Polarization: user-guide/polarization.md
- Maritime / Horizon: user-guide/maritime-horizon.md
- Advanced RF: user-guide/advanced-rf.md
- Cal Drift: user-guide/cal-drift.md
- MCP:
- Overview: mcp/overview.md
- Installation: mcp/installation.md
- Tools Reference: mcp/tools-reference.md
- Recipes: mcp/recipes.md
- Troubleshooting: mcp/troubleshooting.md
- Reference:
- Measurement Types: reference/measurement-types.md
- CLI: reference/cli.md
- API: reference/api.md
- Glossary: reference/glossary.md
- Changelog: changelog.md
- Contributing: contributing.md