The source code of the documentation hosted at docs.lattepanda.com
-
Make sure you have
git
,python3
installed. -
clone repository
git clone https://github.com/LattePandaTeam/Docs.git
-
Install dependencies
pip install -r ./requirements.txt
-
Running a local server
python -m mkdocs serve
This documentation is managed by LattePanda BUT is also supported by all of our community members, who have been essential for our initial development as an open-maker community. We welcome any contributions you can provide, such as:
- Edits to improve our grammar or fix any typos
- Edits to improve the clarity of any instructions
- Additional annotated examples for others to follow
- Additional content that would help provide a complete understanding of the LattePanda platform
- And much more! - Anything that you think would be good to add for the growth of this community is greatly appreciated
Making a contribution is as simple as forking this repository, making edits to your fork, and contributing those edits as a pull request. For more information on how to make a pull request, see Github's documentation.