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:
parent
d67bc27932
commit
5ba93f2c13
96 changed files with 1268 additions and 241 deletions
14
README.md
14
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue