forked from analogdevicesinc/msdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
34 lines (34 loc) · 1.42 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
site_name: Analog Devices MSDK Documentation
site_author: Analog Devices, Inc.
copyright: 'Copyright (C) 2022-2023 Maxim Integrated Products, Inc. All Rights Reserved. (now owned by Analog Devices, Inc.), Copyright (C) 2023-2024 Analog Devices, Inc. All Rights Reserved. This software is proprietary to Analog Devices, Inc. and its licensors.'
repo_url: https://github.com/analogdevicesinc/msdk
docs_dir: 'Documentation'
site_dir: 'docs'
nav:
- Home: 'index.md'
- MSDK User Guide:
- Overview: 'user-guide/index.md'
- Installation: 'user-guide/installation.md'
- Getting Started: 'user-guide/getting-started.md'
- Visual Studio Code: 'user-guide/visual-studio-code.md'
- Eclipse: 'user-guide/eclipse.md'
- Keil MDK: 'user-guide/keil-mdk.md'
- IAR Embedded Workbench: 'user-guide/iar-embed-wkbench.md'
- Command-Line Development: 'user-guide/command-line-dev.md'
- Build System: 'user-guide/build-system.md'
- Board Support Packages: 'user-guide/board-support-pkgs.md'
- Libraries: 'user-guide/libraries.md'
- Examples: 'user-guide/examples.md'
- Debuggers: 'user-guide/debuggers.md'
- Developer Notes: 'user-guide/developer-notes.md'
- Cordio BLE User Guide: 'Libraries/Cordio/docs/CORDIO_USERGUIDE.md'
- Contributing: 'CONTRIBUTING.md'
theme:
name: harmonic
analytics:
gtag: G-79C65FSVL6
markdown_extensions:
- pymdownx.details
- tables: {}
- codehilite:
use_pygments: False