This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# by Henry Zhang (@henryz) | |
# 2020-06-29 | |
import glob | |
import os | |
import shutil | |
import re | |
doc_root = "docs/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Gitbook like custom css for material mkdocs | |
* Author: Henry Zhang (henryz.cc) | |
*/ | |
.md-typeset h2 { | |
font-weight: 400; | |
color: #ef5350; | |
margin-top: 5rem; |