Skip to content

Contributions are welcome

This is an open source effort at Blackcurrant to provide the most relevant and free training materials to colleges and new joinees so they learn relevant real world skills. While going through these pages, you may encounter better resources elsewhere on the web. It would be great if you can add these resources to our guide for the next batch, This could also become your first contribution to Open Source !

Built using MkDocs

This site is built using mkdocs.org. Mkdocs is a static site generator which uses markdown to automatically make static html pages which are ready to host. Visit the site for more info on how to setup site navigation.

Themed with Mkdocs Material

Visit mkdocs-material for documentation on more advanced concepts specific to this theme.

Markdown Cheatsheet

Visit https://www.markdownguide.org/basic-syntax/#headings for getting started with markdown in under 5 mins.

Local Setup

  • Install python
  • pip install virtualenv - Install VirtualEnv to isolate this project
  • virtualenv venv - Create a new virtualenv
  • source ./venv/bin - Activate this virtual environment
  • pip install -r requirements.txt - Install python deps

Commands

  • mkdocs serve - Start the live-reloading docs server.
  • mkdocs build - Build the documentation site.
  • mkdocs help - Print this help message.

How to contribute

Fork the project on github, add your contributions start a pull request. Our team will review the PR's and merge with our codebase.