Kobol Official Wiki
Go to file
Gauthier Provost 0ed0dc5d71
Merge pull request #1 from kratz00/wd_model_number_fixes
Fixed 8TB and 10TB WD Red model numbers
2018-02-13 23:54:51 +08:00
docs Merge pull request #1 from kratz00/wd_model_number_fixes 2018-02-13 23:54:51 +08:00
theme Update OMV guide 2017-12-21 14:20:45 +08:00
mkdocs.yml Add new image build release 2018-02-05 11:11:12 +08:00
README.md Fix typo 2017-12-25 00:56:49 +08:00

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

  1. Install mkdocs
$ pip install mkdocs
  1. Install Material Template
$ pip install mkdocs-material
  1. Install Lightgallery Extension
$ git clone https://github.com/g-provost/lightgallery-markdown.git

$ cd lightgallery-markdown

$ python setup.py install
  1. Download and serve wiki
$ git clone https://github.com/helios-4/wiki.git

$ cd wiki

$ mkdocs serve