-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
77 lines (72 loc) · 1.91 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
74
75
76
77
site_name: pyadi-jif
site_description: Python interface and configurator for the ADI JESD Interface Framework
site_author: Analog Devices, Inc.
#theme: readthedocs
theme:
name: material
# logo: imgs/cpu-fill.svg
logo: imgs/cpu.svg
# palette:
# scheme: slate
# primary: deep orange
palette:
# - scheme: default
# primary: orange
# accent: amber
# toggle:
# icon: material/lightbulb-outline
# name: Switch to light mode
- scheme: slate
primary: orange
accent: amber
toggle:
icon: material/lightbulb
name: Switch to dark mode
repo_url: https://github.com/analogdevicesinc/pyadi-jif
nav:
- Home: index.md
- Quick Start: install.md
- Usage Flow: flow.md
- Data Converters: converters.md
- Clock Chips: clocks.md
- FPGAs:
- Configuration Class: fpgas.md
- Clocking: fpga_internal.md
- Supported Parts: parts.md
- Definitions: defs.md
- Reference:
- Data Converters: devs/converters.md
- Clocks: devs/clocks.md
- JESD: devs/jesd.md
- FPGAs: fpga_ref.md
- Developers: developers.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
# - pymdownx.highlight
# - pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences:
# make exceptions to highlighting of code:
# custom_fences:
# - name: mermaid
# class: mermaid
# format: !!python/name:mermaid2.fence_mermaid
extra:
version:
provider: mike
extra_css:
- https://fastapi.tiangolo.com/css/termynal.css
- https://fastapi.tiangolo.com/css/custom.css
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://fastapi.tiangolo.com/js/termynal.js
- https://fastapi.tiangolo.com/js/custom.js
plugins:
- search
- mkdocstrings
# - mermaid2