-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (37 loc) · 1.11 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
site_name: 'NuSEC Documentation'
site_url: https://opennuvoton.github.io/NuSEC_System_Document
nav:
- Home: 'index.md'
- About:
- Introduction: 'about/introduction.md'
- 'about/components.md'
- 'about/flow.md'
- Setup:
- 'In this section': 'setup/in-this-section.md'
- 'setup/cloud-server-setup.md'
- 'setup/nusec-py-setup.md'
- 'setup/devauth-setup.md'
- 'setup/freertos-setup.md'
- 'setup/devauth-mcu-setup.md'
- 'Getting Started':
- 'getting-started/quick-start.md'
- 'Sequence Diagrams':
- 'sequence-diagrams/prepare-programmer.md'
- 'sequence-diagrams/export-package.md'
- 'sequence-diagrams/import-package.md'
- 'sequence-diagrams/device-authentication-provisioning.md'
- 'sequence-diagrams/firmware-provisioning.md'
- 'sequence-diagrams/firmware-upgrade.md'
theme:
name: material
features:
- navigation.top
plugins: []
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format