From b01766dfe53306de65b066cfcfb074fa9367d3b3 Mon Sep 17 00:00:00 2001 From: Milanka Ringwald Date: Tue, 5 May 2015 22:50:59 +0200 Subject: [PATCH] markdown fix --- docs/manual/markdown/docs/index.md | 12 ++++++++++-- docs/manual/markdown/mkdocs.yml | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/manual/markdown/docs/index.md b/docs/manual/markdown/docs/index.md index c75da27ac..af783de29 100644 --- a/docs/manual/markdown/docs/index.md +++ b/docs/manual/markdown/docs/index.md @@ -1,3 +1,11 @@ -Thanks for checking out BTstack! In this manual, we first provide a 'quick starter guide' for common platforms before highlighting BTstack's main design choices and go over all implemented protocols and profiles. A series of examples show how BTstack can be used to implement common -use cases. Finally, we outline the basic steps when integrating BTstack into existing single-threaded or even multi-threaded environments. The changes in the documentation are listed in the [Revision History](revision_history). +Thanks for checking out BTstack! + +In this manual, we first provide a 'quick starter guide' for common platforms +before highlighting BTstack's main design choices and go over all implemented +protocols and profiles. + +A series of examples show how BTstack can be used to implement common +use cases. + +Finally, we outline the basic steps when integrating BTstack into existing single-threaded or even multi-threaded environments. The changes in the documentation are listed in the [Revision History](revision_history). diff --git a/docs/manual/markdown/mkdocs.yml b/docs/manual/markdown/mkdocs.yml index 10518b404..480e2a46a 100644 --- a/docs/manual/markdown/mkdocs.yml +++ b/docs/manual/markdown/mkdocs.yml @@ -1,6 +1,6 @@ site_name: BTstack Manual pages: -- [index.md, Wellcome] +- [index.md, Welcome] - [quick_start.md, Quick Start] - [architecture.md, BTstack Architecture] - [how_to.md, How to use BTstack]