donal
2018-04-04 c951f764aadd91eb4291ec60664f4c70e4a44c95
commit | author | age
12ec51 1 # Red Hat Open Innovation Labs Enablement Materials
D 2 This repo will house all the slides and lab exercises for the Enablement course. It will also be used to track issues, features and new additions to the course.
3
4
5 ## Slides
6 Use the [Open Innovation Labs reveal.js template](https://github.com/rht-labs/slides-template) to create new content. Add your slides and commit them to the `slides` dir
7
8 ## Exercises
c951f7 9 Exercises are created using [Docsify](https://docsify.js.org/#/). Write docs in Markdown and use [Docsify](https://github.com/QingWei-Li/docsify-cli) cli to serve them. Store your lab exercises in the `exercises/<lab-number>` dir.
df6f87 10
c951f7 11 A template layout for the lab exercise with headings and what should be included is stored in `exercises/0-docs-template`. Use this as a base point when creating new materials. Add items to the sidebar on the homepage by updating the `_sidebar`
12ec51 12
D 13 ## Contributing & Issues
14 To contribute raise an issue and submit a PR to correspond to that feature.