This repository works as template for developing documentation for our open source project.
-
click button
use this template -
create new repository based on this repository, check include all branches
-
Install python and pip
-
Install
mkdocs-materialusing pip by running this command:pip install mkdocs-material -
Run this line to preview demo
python -m mkdocs serve
You then can start documenting your project using markdown format, without any knowledge of HTML, Javascript, or CSS.
You can see the demo here
More configuration can see here