-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
50 lines (43 loc) · 1.06 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
site_name: genalyzer
site_description: Library of DSP functions for RF measurements
site_author: Analog Devices, Inc.
theme:
logo: assets/wave-square-solid.svg
name: material
palette:
- scheme: default
primary: deep orange
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: deep orange
toggle:
icon: material/toggle-switch
name: Switch to light mode
nav:
- Home: index.md
- Set Up: setup.md
- Usage Model: theory.md
- Examples: examples.md
- API Reference: cgenalyzer_8h.md
- Tutorials:
- Simulation: sim.md
- Hardware: hw.md
repo_url: https://github.com/analogdevicesinc/genalyzer
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- mkdocstrings
# - doxygen-snippets:
# doxygen-source: build/doc/docs/xml
# api-path: api
# debug: False
# hints: True
# full-doc: True