1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-01-29 12:32:54 +00:00
btstack/doc/manual/mkdocs-template.yml

24 lines
759 B
YAML
Raw Normal View History

2020-10-06 11:52:23 +02:00
site_name: BTstack Manual VERSION
site_dir: btstack
2016-03-09 17:26:18 +01:00
docs_dir: docs_final
2018-04-29 21:14:27 +02:00
extra_css: ['btstack.css']
2020-10-05 18:18:40 +02:00
use_directory_urls: false
nav:
2018-04-29 21:14:27 +02:00
- 'Welcome': index.md
- 'Quick Start': quick_start.md
- 'BTstack Architecture': architecture.md
- 'How to configure Btstack': how_to.md
- 'Protocols': protocols.md
- 'Profiles': profiles.md
- 'Implemented GATT Services': gatt_services.md
- 'Implemented GATT Clients': gatt_clients.md
2020-10-23 09:54:54 +02:00
- 'Examples': examples/examples.md
2018-04-29 21:14:27 +02:00
- 'Chipsets': chipsets.md
- 'Porting to Other Platforms': porting.md
- 'Existing Ports': ports/existing_ports.md
- 'Integrating with Existing Systems': integration.md
- 'APIs': appendix/apis.md
- 'Events and Errors': appendix/events_errors.md
2018-04-29 21:14:27 +02:00
- 'Migration to v1.0': appendix/migration.md
2016-03-09 17:24:13 +01:00
theme: readthedocs