Helios64 Hardware Detailed Info (#27)

* Add detailed hardware info for Helios64
    - Button
    - Ethernet
    - Front Panel
    - GPIO
    - I2C
    - Jumper
    - LED
    - M.2
    - PMIC
    - PWM Fan
    - RTC
    - SATA
    - SPI
    - UEXT
    - UPS
    - USB

* Cosmetic upgrade and adapt to latest mkdocs-material version

Co-authored-by: nurix <nurix@pnsnc.local>
Co-authored-by: Aditya Prayoga <aditya@kobol.io>
This commit is contained in:
Gauthier Provost 2020-04-20 16:06:24 +08:00 committed by GitHub
parent d67bc27932
commit 5ba93f2c13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
96 changed files with 1268 additions and 241 deletions

View file

@ -22,7 +22,13 @@ $ pip3 install mkdocs
$ pip3 install mkdocs-material
```
3. Install Lightgallery Extension
3. Install git-revision plugin
```bash
pip3 install mkdocs-git-revision-date-localized-plugin
```
4. Install Lightgallery Extension
```bash
$ git clone https://github.com/g-provost/lightgallery-markdown.git
@ -32,12 +38,6 @@ $ cd lightgallery-markdown
$ python3 setup.py install
```
4. Install git-revision plugin
```bash
pip3 install mkdocs-git-revision-date-plugin
```
5. Download and serve wiki
```bash