Fixed yaml syntax

This commit is contained in:
Daniel Spindelbauer
2018-09-04 11:39:19 +02:00
parent a0803fc10a
commit 7b73e0935f
2 changed files with 6 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
root: ./
structure:
readme: README: ./
summary: SUMMARY: ./
readme: README.md
summary: SUMMARY.md
redirects:
chapter/products: ./products

View File

@@ -10,3 +10,7 @@ To get started, read through the Getting Started Guide then feel free to jump st
* [Product Info](datasheets/introduction.md)
* [API Documentation](firmwareapi/introduction.md)
* [Pybytes](pybytes/introduction.md)
{% hint style="info" %}
If you've been redirected here from a link, check if it contains `/chapter`. If yes, by removing that part, you'll get to the correct page. We have migrated our documentation which has changed the path of the pages.
{% endhint %}