-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
70 lines (58 loc) · 1.72 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
site_name: Zynq-7000 Baremetal
#site_url: ''
#use_directory_urls: false
extra_css: [extra.css]
theme:
name: readthedocs
max_width: 2000
features:
- content.code.copy
- content.code.annotate
# name: windmill
nav:
- General:
- Purpose : index.md
- Implementation : impl.md
- Software:
- Loader : loader.md
- Application Program : app.md
- Debug : debug.md
- Hardware:
- Interrupt Controller : gic.md
- Memory Management Unit : mmu.md
- Libraries:
- MMR Headers : mmr-headers.md
- Peripheral : peripheral-lib.md
- Target Boards:
- ZedBoard : zed.md
- AX7021 : ax7021.md
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- https://cdnjs.cloudflare.com/ajax/libs/wavedrom/2.6.8/wavedrom.min.js
- https://cdnjs.cloudflare.com/ajax/libs/wavedrom/2.6.8/skins/default.js
- js/wavedrom_loader.js
- https://cdn.jsdelivr.net/npm/[email protected]/wavedrom.unpkg.js
- https://wavedrom.com/skins/default.js
markdown_extensions:
- toc:
permalink: "🔗"
baselevel: 1
- mdx_math
- admonition
- attr_list
- footnotes
- markdown_wavedrom
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
plugins:
- search:
lang: ru
- glightbox
#- markdownwavedrom