2020-10-06 09:52:23 +00:00
|
|
|
site_name: BTstack Manual VERSION
|
2015-05-06 15:17:32 +00:00
|
|
|
site_dir: btstack
|
2021-05-25 13:08:50 +00:00
|
|
|
site_description: 'MkDocs theme focused on navigation and usability.'
|
|
|
|
|
|
|
|
theme: windmill
|
|
|
|
|
|
|
|
# This should be renamed to nav for mkdocs 1.0+
|
2021-03-07 15:53:42 +00:00
|
|
|
nav:
|
2021-05-25 13:08:50 +00:00
|
|
|
- 'Welcome': index.md
|
|
|
|
- 'Quick Start': quick_start.md
|
|
|
|
- 'BTstack Architecture': architecture.md
|
2021-07-02 14:35:45 +00:00
|
|
|
- 'How to configure BTstack': how_to.md
|
2021-05-25 13:08:50 +00:00
|
|
|
- 'Protocols': protocols.md
|
|
|
|
- 'Profiles': profiles.md
|
|
|
|
- 'Implemented GATT Services': gatt_services.md
|
|
|
|
- 'Implemented GATT Clients': gatt_clients.md
|
|
|
|
- 'Examples': examples/examples.md
|
|
|
|
- 'Chipsets': chipsets.md
|
|
|
|
- 'Porting to Other Platforms': porting.md
|
|
|
|
- 'Existing Ports': ports/existing_ports.md
|
|
|
|
- 'Integrating with Existing Systems': integration.md
|
2021-05-28 09:21:05 +00:00
|
|
|
- 'APIs':
|
2021-05-25 13:08:50 +00:00
|
|
|
- 'Events and Errors': appendix/events_errors.md
|
|
|
|
- 'Migration to v1.0': appendix/migration.md
|
|
|
|
|
|
|
|
# markdown_extensions:
|
|
|
|
# - toc:
|
|
|
|
# permalink: '#'
|
|
|
|
|
|
|
|
# extra:
|
|
|
|
# history_buttons: false
|
|
|
|
# version: v1.0.4
|