The source code of the documentation hosted at www.unihiker.com/wiki/
-
Install Software
- Python3
- Git
-
Install mkdocs and mkdocs-material
python -m pip install mkdocs mkdocs-material mkdocs-minify-plugin mkdocs-glightbox
If already installed, you can upgrade them:
python -m pip install --upgrade mkdocs mkdocs-material mkdocs-minify-plugin mkdocs-glightbox
-
Clone the Repository
git clone https://github.com/UNIHIKER/unihiker-docs.git
-
Navigate to the cloned repository's path in the command line (where you can see the
mkdocs.ymlfile), and run the local mkdocs test server:python -m mkdocs serve -a 127.0.0.1:8000
-
Access the local test server using a web browser by visiting 127.0.0.1:8000.
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
- 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.