This is the repository which holds the site of https://rkdocs.mofcloud.com
This site uses mkdocs as framework. User needs to install mkdocs on local development environment.
pip install mkdocs
pip install mkdocs-material
pip install mkdocs-glightbox
pip install mkdocs-static-i18n
pip install mkdocs-video
Run bellow command and access website via http://127.0.0.1:8000/
mkdocs serve
...
INFO - [05:24:53] Serving on http://127.0.0.1:8000/
...
Contents of markdown files can be added into docs/ folder. Meanwhile, user needs to add navigation and nav translation in mkdocs.yml file as needed.
Please refer to examples in code.
We encourage and support an active, healthy community of contributors — including you! Details are in the contribution guide and the code of conduct. The rk maintainers keep an eye on issues and pull requests, but you can also report any negative conduct to lark@pointgoal.io.
Released under the Apache 2.0 License.