Tim Beattie
2018-04-05 cfaea1a0b42ff343b7e5de4e5263a901eddb2941
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
cfaea1 14 For tracking of feature development and task management add the ZenHub plugin extension to [Chrome](https://chrome.google.com/webstore/detail/zenhub-for-github/ogcgkffhplmphkaahpmffcafajaocjbd) or [Firefox](https://www.zenhub.com/extension). 
TB 15 To contribute raise an issue and submit a PR to correspond to that feature.