electron 中文学习文档的整理,使用mkdocs。
使用mkdocs需要安装Python,使用pip 来安装mkdocs
git clone https://github.com/issac2015/electron-document-study.git
cd electron-document-study
pip install mkdocs
mkdocs serve --dev-addr=127.0.0.1:13808
访问项目文档的静态网页http://localhost:13808。

