Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.53 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.53 KB

HaCRoM project documentation

Welcome to the HaCRoM project documentation.

In here we will document our progress and almost all subprojects or programs we will create or write. If you want to take a deeper look in our open source code projects please refer to the HaCRoM Github Page

About the project

You can find a general description of the project MaLSAMi in the About Section

Prerequisite

To contribute to this documentation please download the source code from the MaLSAMi Documentation Repository and follow the instructions at MkDocs.

Commands

To work with MkDocs after installing it, you can use these commands

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

To upload the documentation to the git repository please following command, but be aware that changes might be immediately visible.

  • mkdocs gh-deploy - Uploads build documentation sites to gh-pages branch

Project layout

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.