Skip to content

roboticsoutreach/kb

Repository files navigation

SRO Knowledgebase

This is the SRO Knowledgebase, which can be viewed here.

It is built using Mkdocs and should be as easy as writing Markdown.

It is published automagically using GitHub Actions and GitHub Pages.

Want to build your own copy of the knowledgebase? Clone the repository and run this:

pip install -r requirements.txt
mkdocs build
mkdocs serve