This repository is for creating the key documentation assets for the Consumer IoT developer learning experience.
This includes:
- Documentation
- Tutorials for getting started
- Samples
- Code snippets
- API reference
Simply go to a page in the documentation under documentation page and click on the edit icon at the top right of the banner. If you aren't a member of the repo do a pull request for the page you want to fix or add.
If you want to add a section, edit the _data/sections.yml
page and then create new directory with same name in the _content
directory then create files under that with the first 4 lines being...
---
title: Title of page
weight: 10
---
The weight value controls the order of the files in the side bar.
This documentation is licensed under Apache 2.0. Full license text is available in LICENSE.