added minimal scafolding around course

This commit is contained in:
Peli de Halleux 2017-06-23 11:36:24 -07:00
parent 90f5242dd1
commit fa9900e286
3 changed files with 25 additions and 10 deletions

View File

@ -47,17 +47,10 @@
* [Servo Calibrator](/examples/servo-calibrator)
* [Game of Life](/examples/gameofLife)
## Examples #examples
## #courses
* [Examples](/examples)
* [blinky](/examples/blinky)
* [name tag](/examples/name-tag)
* [rando](/examples/rando)
* [plot acceleration](/examples/plot-acceleration)
* [plot light level](/examples/plot-light-level)
* [plot analog pin](/examples/plot-analog-pin)
* [servo calibrator](/examples/servo-calibrator)
* [Eddystone beacon](/examples/eddystone-beacon)
* [Courses](/courses)
* [CS Intro](/courses/csintro)
## #reference

17
docs/courses.md Normal file
View File

@ -0,0 +1,17 @@
# Courses
A collection of courses built for the @boardname@.
## Courses
```codecard
[{
"name": "CS Intro Heart",
"url":"/courses/csintro"
}]
```
## See Also
[CS Intro](/courses/csintro)

5
docs/courses/csintro.md Normal file
View File

@ -0,0 +1,5 @@
# CS Intro
* [About](/courses/csintro/about)
* [Introduction](/courses/csintro/introduction)
* [References](/course/csintro/references)