Documentation project based on MkDocs and Materials theme.
This project provides a simple approach to generate nice and readable software documentation.
- Clone this project and copy it into your prefer place. Could be a custom project to have all code and docs in the same place.
- Edit the file
mkdocs.ymllocated intodocsfolder to setup:- Project info:
# Project information site_name: Project Documentation site_description: Dark Submarine documentor library site_author: Dark Submarine_ site_url: https://www.darksubmarine.com/ repo_name: 'darksubmarine/documentor' repo_url: 'https://github.com/darksubmarine/documentor'
- Customize the main navigation nav:
# Main menu nav: - Introduction: index.md - Extensions: - Admonition: admonition.md - Codehilite: codehilite.md
- Write your documentation as Markdown format into
docs/filesfolder - Run the command
make docsto see your documentatioon in the browser.