-
Notifications
You must be signed in to change notification settings - Fork 19
/
mkdocs.yml
189 lines (183 loc) · 6.87 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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
site_name: 'Awesome RISCV Allwinner D1'
site_url: 'https://riscv64.dongshanpi.com/'
repo_url: 'https://github.com/DongshanPI/Awesome_RISCV-AllwinnerD1'
edit_uri: 'https://github.com/DongshanPI/Awesome_RISCV-AllwinnerD1/tree/master/docs/'
copyright: 'Copyright © 2008 - 2022 100ask Team'
remote_branch: gh-pages
theme:
name: 'material'
# custom_dir: overrides
# icon:
# repo: fontawesome/brands/github-alt
favicon: 'images/favicon.png'
logo: 'images/dsp-logo.svg'
language: 'zh'
font:
text: 'Source Sans Pro'
code: 'Roboto Mono'
features:
- navigation.top
- navigation.instant
- search.suggest
- search.highlight
- search.share
- navigation.sections
# - navigation.expand
# - navigation.tabs
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: slate
primary: red
accent: red
toggle:
icon: material/lightbulb
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
markdown_extensions:
# Code highlighting in ``` ``` blocks
- codehilite:
guess_lang: true
# Table of Contents
- toc:
permalink: true
# block-styled side content
- admonition
# linkifies URL and email links without having to wrap them in Markdown syntax. Also, allows shortens repository issue, pull request, and commit links.
- pymdownx.magiclink
# Task lists (https://facelessuser.github.io/pymdown-extensions/extensions/tasklist/)
- pymdownx.tasklist:
custom_checkbox: true
# Highlight words with ==mark me==
- pymdownx.mark
# Adds support for deletion ~~Delete me~~ and subscript text~a\ subscript~
- pymdownx.tilde
# This extension is a convenience extension which includes many pymdownx extensions
# (https://facelessuser.github.io/pymdown-extensions/extensions/extra/)
- pymdownx.extra
# (https://facelessuser.github.io/pymdown-extensions/extensions/details/)
- pymdownx.details
# Tabbed provides a syntax to easily add tabbed Markdown content.
# https://facelessuser.github.io/pymdown-extensions/extensions/tabbed/
- pymdownx.tabbed
# Adds syntax for defining footnotes in Markdown documents (https://python-markdown.github.io/extensions/footnotes/)
- footnotes
# Adds the ability to define abbreviations
- abbr
# Include files in other documents like {!some/dir/in/docs/filename.md!}
- markdown_include.include:
base_path: docs
# Metadata support in pages
# (https://squidfunk.github.io/mkdocs-material/extensions/metadata/)
- meta
nav:
- 站点简述: index.md
- '支持的硬件':
- '东山哪吒STU':
- '主板介绍': DongshanNezhaSTU/01-BoardIntroduction.md
- '主板资源': DongshanNezhaSTU/02-SupportingResources.md
- '快速开始': DongshanNezhaSTU/03-QuickStart.md
- '常见问题': DongshanNezhaSTU/04-SomeQustion.md
- 'Tina-SDK V2.0开发指南': DongshanNezhaSTU/05-Tina-SDKDevelopmentGuide.md
- 'Buildroot2021开发指南': DongshanNezhaSTU/05-Buildroot2021DevelopmentGuide.md
- 'Buildroot2022开发指南': DongshanNezhaSTU/05-Buildroot2022DevelopmentGuide.md
- 'RT-Smart开发指南': DongshanNezhaSTU/05-RT-smartDevelopmentGuide.md
- 'MQ-PRO':
- '主板介绍': MQ-Pro/01-BoardIntroduction.md
- '主板资源': MQ-Pro/02-SupportingResources.md
- '快速开始': MQ-Pro/03-QuickStart.md
- '常见问题': MQ-Pro/04-SomeQustion.md
- 'Tina-SDK V2.0开发指南': MQ-Pro/05-Tina-SDKDevelopmentGuide.md
- 'Buildroot2021开发指南': MQ-Pro/05-Buildroot2021DevelopmentGuide.md
- 'Buildroot2022开发指南': MQ-Pro/05-Buildroot2022DevelopmentGuide.md
- 'RT-Smart开发指南': MQ-Pro/05-RT-smartDevelopmentGuide.md
- '哪吒开发板':
- '主板介绍': MQ-Pro/01-BoardIntroduction.md
- '主板资源': MQ-Pro/02-SupportingResources.md
- '快速开始': MQ-Pro/03-QuickStart.md
- '常见问题': MQ-Pro/04-SomeQustion.md
- 'Tina-SDK V2.0开发指南': MQ-Pro/05-Tina-SDKDevelopmentGuide.md
- 'Buildroot2021开发指南': MQ-Pro/05-Buildroot2021DevelopmentGuide.md
- 'Buildroot2022开发指南': MQ-Pro/05-Buildroot2022DevelopmentGuide.md
- 'RT-Smart开发指南': MQ-Pro/05-RT-smartDevelopmentGuide.md
- '构建系统&组件':
- 'Tina-SDK_V2.0':
- 'SDK框架介绍': main/prerequisites.md
- '获取源码': main/prerequisites.md
- '配置环境': main/prerequisites.md
- '编译&烧写': main/prerequisites.md
- '应用开发':
- '运行第一个Helloword': main/prerequisites.md
- 'USB摄像头拍照': main/prerequisites.md
- 'Buildroot-2021':
- 'SDK介绍': main/prerequisites.md
- '获取源码': main/prerequisites.md
- '配置环境': main/prerequisites.md
- '编译&烧写': main/prerequisites.md
- '应用开发':
- '运行第一个Helloword': main/prerequisites.md
- 'LVGL界面开发': main/prerequisites.md
- 'Buildroot-2022':
- 'SDK介绍': main/prerequisites.md
- '获取源码': main/prerequisites.md
- '配置环境': main/prerequisites.md
- '编译&烧写': main/prerequisites.md
- '应用开发':
- '运行第一个Helloword': main/prerequisites.md
- 'LVGL界面开发': main/prerequisites.md
- 'RT-Smart':
- 'SDK介绍': main/prerequisites.md
- '获取源码': main/prerequisites.md
- '配置环境': main/prerequisites.md
- '编译&烧写': main/prerequisites.md
- '应用开发':
- '运行第一个Helloword': main/prerequisites.md
- '组件':
- 'ncnn': main/prerequisites.md
- 'xboot': main/prerequisites.md
- 'Tengine': main/prerequisites.md
- 'T-head C906资源':
- 'C906芯片资源':
- '调试工具': main/prerequisites.md
- '支持的工具链': main/prerequisites.md
extra:
social:
- icon: fontawesome/solid/earth-americas
link: https://www.100ask.net
name: Website
- icon: fontawesome/brands/github
link: https://github.com/dongshanpi
name: GitHub
analytics:
provider: google
property: G-LZX4K52CZ1
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >- #
Thanks for your feedback! Help us improve this page by
using our <a href="..." target=_blank>feedback form</a>.
alternate:
- name: English
link: /en/
lang: en
- name: 中文
link: /
lang: zh
extra_css:
- extra.css