Kobol Official Wiki
1c129ff162
AndroidTool_Release_v2.52.zip does not work with current maskrom/loader and it also has to be configured first. Attach latest local copy that has been configured and describe link to Rockchip GitHub. Helios64: Update Maskrom Instruction - Added Linux instruction - Link maskrom page from button page |
||
---|---|---|
docs | ||
theme | ||
.gitignore | ||
mkdocs.yml | ||
README.md |
Kobol Offical Wiki
Powered by mkdocs : http://www.mkdocs.org/
Template
Material : http://squidfunk.github.io/mkdocs-material/
Extension
Lightgallery : https://github.com/g-provost/lightgallery-markdown
How to run this wiki locally
- Install mkdocs
$ pip3 install mkdocs
- Install Material Template
$ pip3 install mkdocs-material
- Install git-revision plugin
pip3 install mkdocs-git-revision-date-localized-plugin
- Install Lightgallery Extension
$ git clone https://github.com/g-provost/lightgallery-markdown.git
$ cd lightgallery-markdown
$ python3 setup.py install
- Download and serve wiki
$ git clone https://github.com/kobol-io/wiki.git
$ cd wiki
$ mkdocs serve