1site_name: BTstack Manual VERSION 2site_dir: btstack 3site_description: 'MkDocs theme focused on navigation and usability.' 4 5theme: windmill 6 7# This should be renamed to nav for mkdocs 1.0+ 8nav: 9 - 'Welcome': index.md 10 - 'Quick Start': quick_start.md 11 - 'BTstack Architecture': architecture.md 12 - 'How to configure BTstack': how_to.md 13 - 'Protocols': protocols.md 14 - 'Profiles': profiles.md 15 - 'Implemented GATT Services': gatt_services.md 16 - 'Implemented GATT Clients': gatt_clients.md 17 - 'Examples': examples/examples.md 18 - 'Chipsets': chipsets.md 19 - 'Porting to Other Platforms': porting.md 20 - 'Existing Ports': ports/existing_ports.md 21 - 'Integrating with Existing Systems': integration.md 22 - 'APIs': 23 - 'Events and Errors': appendix/events_errors.md 24 - 'Migration to v1.0': appendix/migration.md 25 26# markdown_extensions: 27# - toc: 28# permalink: '#' 29 30# extra: 31# history_buttons: false 32# version: v1.0.4 33