/bamoe-university

this is a repository with BAMOE related content!

Apache License 2.0Apache-2.0

Learn business automation

Access the labs currently at: https://bamoe.university will be coming to IBM Open Source community soon!


Contributing to this project

The training labs are displayed using mkdocs so they can be easily published to GitHub pages.

Environment setup to deploy locally:

  pip install mkdocs
  pip install mkdocs-material
  pip install mkdocs-awesome-pages-plugin
  pip install mkdocs-enumerate-headings-plugin
  pip install mkdocs-markdownextradata-plugin
  pip install mkdocs-git-revision-date-localized-plugin

Development:

After cloning this repo and during development check the changes. It will start the live-reloading docs server.

mkdocs serve

Publish:

mkdocs gh-deploy --force