Skip to content

KieranDolan/developer

 
 

Repository files navigation

Developer Learning Experience

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

Contributing

Documentation

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.

License

This documentation is licensed under Apache 2.0. Full license text is available in LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 93.9%
  • HTML 3.7%
  • JavaScript 1.4%
  • Other 1.0%