Skip to content

hacrom/documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published