Skip to content

Start Project

The objective of this project is document the best way to document projects. These projects could be a software project or any kind of project technical that you want.

All documentation of this project is already published in fluchini.github.io

Alna Docs

This documentation is built using Markdown, MkDocs and Material. For more information visit:

Start Project.

  1. Clone Git: git clone https://github.com/fluchini/alna-docs.git
  2. Go to the project folder.
  3. Install MkDocs: pip install mkdocs
  4. Run the command: mkdocs serve -a localhost:7101
  5. Go to page: http://127.0.0.1:7101/

Compile and Serve Docs

  • mkdocs build - Package the files in a folder called site for publication.
  • mkdocs serve - Start a live-loading server to check and edit the documentation.
  • mkdocs help - Show MkDocs options.

Layout of Project

mkdocs.yml    # Configuration file.
docs/
    index.md  # Main page (home). You **MUST** to keet this name (_index.md_).
    ...       # Others Markdown pages, images and files.