Updated GitBook config

This commit is contained in:
Daniel Spindelbauer
2018-10-03 08:47:04 +01:00
parent 2cb973a32a
commit 46da69a22d
2 changed files with 26 additions and 26 deletions

View File

@@ -148,31 +148,31 @@ redirects:
chapter/firmwareapi/micropython/builtin: ./firmwareapi/micropython/builtin.md
chapter/firmwareapi/notes: ./firmwareapi/notes.md
chapter/product-info: ./datasheets/introduction.md
chapter/product-info/development: ./datasheets/development/README.md
chapter/product-info/development/wipy2: ./datasheets/development/wipy2.md
chapter/product-info/development/wipy3: ./datasheets/development/wipy3.md
chapter/product-info/development/lopy: ./datasheets/development/lopy.md
chapter/product-info/development/lopy4: ./datasheets/development/lopy4.md
chapter/product-info/development/sipy: ./datasheets/development/sipy.md
chapter/product-info/development/gpy: ./datasheets/development/gpy.md
chapter/product-info/development/fipy: ./datasheets/development/fipy.md
chapter/product-info/oem: ./datasheets/oem/README.md
chapter/product-info/oem/w01: ./datasheets/oem/w01.md
chapter/product-info/oem/l01: ./datasheets/oem/l01.md
chapter/product-info/oem/l04: ./datasheets/oem/l04.md
chapter/product-info/oem/g01: ./datasheets/oem/g01.md
chapter/product-info/oem/l01_reference: ./datasheets/oem/l01_reference.md
chapter/product-info/oem/universal_reference: ./datasheets/oem/universal_reference.md
chapter/product-info/boards: ./datasheets/boards/README.md
chapter/product-info/boards/expansion3: ./datasheets/boards/expansion3.md
chapter/product-info/boards/pytrack: ./datasheets/boards/pytrack.md
chapter/product-info/boards/pysense: ./datasheets/boards/pysense.md
chapter/product-info/boards/pyscan: ./datasheets/boards/pyscan.md
chapter/product-info/boards/expansion2: ./datasheets/boards/expansion2.md
chapter/product-info/boards/deepsleep: ./datasheets/boards/deepsleep/README.md
chapter/product-info/boards/deepsleep/api: ./datasheets/boards/deepsleep/api.md
chapter/product-info/notes: ./datasheets/notes.md
product-info: ./datasheets/introduction.md
product-info/development: ./datasheets/development/README.md
product-info/development/wipy2: ./datasheets/development/wipy2.md
product-info/development/wipy3: ./datasheets/development/wipy3.md
product-info/development/lopy: ./datasheets/development/lopy.md
product-info/development/lopy4: ./datasheets/development/lopy4.md
product-info/development/sipy: ./datasheets/development/sipy.md
product-info/development/gpy: ./datasheets/development/gpy.md
product-info/development/fipy: ./datasheets/development/fipy.md
product-info/oem: ./datasheets/oem/README.md
product-info/oem/w01: ./datasheets/oem/w01.md
product-info/oem/l01: ./datasheets/oem/l01.md
product-info/oem/l04: ./datasheets/oem/l04.md
product-info/oem/g01: ./datasheets/oem/g01.md
product-info/oem/l01_reference: ./datasheets/oem/l01_reference.md
product-info/oem/universal_reference: ./datasheets/oem/universal_reference.md
product-info/boards: ./datasheets/boards/README.md
product-info/boards/expansion3: ./datasheets/boards/expansion3.md
product-info/boards/pytrack: ./datasheets/boards/pytrack.md
product-info/boards/pysense: ./datasheets/boards/pysense.md
product-info/boards/pyscan: ./datasheets/boards/pyscan.md
product-info/boards/expansion2: ./datasheets/boards/expansion2.md
product-info/boards/deepsleep: ./datasheets/boards/deepsleep/README.md
product-info/boards/deepsleep/api: ./datasheets/boards/deepsleep/api.md
product-info/notes: ./datasheets/notes.md
chapter/datasheets: ./datasheets/introduction.md
chapter/datasheets/development: ./datasheets/development/README.md

View File

@@ -8,7 +8,7 @@ To get started, read through the Getting Started Guide then feel free to jump st
* [Getting Started](gettingstarted/introduction.md)
* [Pymakr](pymakr/installation/)
* [Tutorials](tutorials/introduction.md)
* [Product Info](datasheets/introduction.md)
* [API Documentation](firmwareapi/introduction.md)
* [Product Info](datasheets/introduction.md)
* [Pybytes](pybytes/introduction.md)