Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 384 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 384 Bytes

sre-enablement-content

Exercises

Exercises are created using Docsify. Write docs in Markdown and use Docsify cli to serve them. Store your lab exercises in the docs/<lab-number> dir.

To run and serve the docs:

  1. npm i -g docsify-cli
  2. docsify serve docs and connect to http://localhost:3000