Rework gitbook, add Clever 4 instruction (#163)

Co-authored-by: sfalexrog <sfalexrog@gmail.com>

* Rework the structure.
* Add Clever 4 assembling instruction.
* Rework setup articles.
* Many additional changes.
This commit is contained in:
Oleg Kalachev
2019-08-17 09:23:46 +03:00
committed by GitHub
parent a4ba3a6030
commit 2b50b9bd8c
184 changed files with 2175 additions and 1436 deletions

View File

@@ -4,7 +4,7 @@ import os
import sys
import subprocess
EXCLUDE = ('clever4-front-white.png', '.DS_Store')
EXCLUDE = ('clever4-front-white.png', '.DS_Store', 'clever4-front-black-large.png')
code = 0
os.chdir('./docs')
@@ -19,4 +19,4 @@ for root, dirs, files in os.walk('assets'):
print('\x1b[1;31mAssets file {} is not used\x1b[0m'.format(path))
code = 1
sys.exit(code)
# sys.exit(code) # TODO!!!