forked from MDK-Packs/vscode-cmsis-solution-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
23 lines (23 loc) · 682 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
23 lines (23 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
site_name: Arm Keil Studio for VS Code
repo_name: GitHub
repo_url: https://github.com/MDK-Packs/vscode-cmsis-solution-docs
edit_uri: edit/main/docs/
nav:
- Home: index.md
- Installation: installation.md
- User Interface: userinterface.md
- Create New Solution: create_app.md
- Manage Solution: manage_settings.md
- Software Components: manage_components.md
- Debug: debug.md
- Configuration: configuration.md
- Import uVision Project: importuv.md
- Run External Tools: runexternal.md
- Tips and Tricks: tipsandtricks.md
theme:
name: readthedocs
markdown_extensions:
- admonition
extra_css:
- css/extra.css
use_directory_urls: false