-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (27 loc) · 797 Bytes
/
mkdocs.yml
File metadata and controls
27 lines (27 loc) · 797 Bytes
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
site_name: Arm Keil Studio for VS Code
extra:
version: 1.66.0
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
- Work with CMSIS solutions: create_app.md
- Work with Zephyr applications: zephyr.md
- Manage solutions: manage_settings.md
- Build and run: build_run.md
- Debug: debug.md
- Import uVision projects: importuv.md
- Run external tools: runexternal.md
- Tips and tricks: tipsandtricks.md
- Related documentation: reldocs.md
- Features and roadmap: featureroadmap.md
theme:
name: readthedocs
markdown_extensions:
- admonition
extra_css:
- css/extra.css
use_directory_urls: false