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:
- Markdown: markdownguide.org
- MkDocs: mkdocs.org
- Material: squidfunk.github.io
Start Project.
- Clone Git:
git clone https://github.com/fluchini/alna-docs.git
- Go to the project folder.
- Install MkDocs:
pip install mkdocs
- Run the command:
mkdocs serve -a localhost:7101
- Go to page:
http://127.0.0.1:7101/
Compile and Serve Docs
mkdocs build
- Package the files in a folder calledsite
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.