forked from analogdevicesinc/msdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
23 lines (23 loc) · 818 Bytes
/
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
site_name: Analog Devices MSDK Documentation
site_author: Analog Devices
copyright: 'Copyright (C) 2022-2023 Maxim Integrated Products, Inc. All Rights Reserved. (now owned by Analog Devices, Inc.), Copyright (C) 2023 Analog Devices, Inc. All Rights Reserved. This software is proprietary to Analog Devices, Inc. and its licensors.'
repo_url: https://github.com/analogdevicesinc/msdk
edit_uri: null
docs_dir: 'Documentation'
site_dir: 'docs'
extra_css: [css/extra.css]
nav:
- Home: 'index.md'
- MSDK User Guide: 'USERGUIDE.md'
- Cordio BLE User Guide: 'Libraries/Cordio/docs/CORDIO_USERGUIDE.md'
- Contributing: 'CONTRIBUTING.md'
- License: 'LICENSE.md'
theme:
name: readthedocs
analytics:
gtag: G-79C65FSVL6
markdown_extensions:
- pymdownx.details
- tables: {}
- codehilite:
use_pygments: False