Skip to content

Instantly share code, notes, and snippets.

View henryzt's full-sized avatar
:shipit:
Working

Henry henryzt

:shipit:
Working
View GitHub Profile
@henryzt
henryzt / gitbook2mkdocs.py
Last active September 23, 2021 08:52
Convert Gitbook export to Mkdocs compatible structure (gitbook to mkdocs)
# by Henry Zhang (@henryz)
# 2020-06-29
import glob
import os
import shutil
import re
doc_root = "docs/"
@henryzt
henryzt / style.css
Last active June 24, 2020 14:54
Mkdocs for material - Gitbook styled menu CSS (gitbook themed mkdocs)
/*
* Gitbook like custom css for material mkdocs
* Author: Henry Zhang (henryz.cc)
*/
.md-typeset h2 {
font-weight: 400;
color: #ef5350;
margin-top: 5rem;