内容简介:mkdocs 是 Python 一个对 Markdown 非常友好的文档生成器,使用 mkdocs 我们可以用md 编写自己的文档,而且可以免费部署到 GitHub 。pip install mkdocs
mkdocs 是 Python 一个对 Markdown 非常友好的文档生成器, 中文文档地址
使用 mkdocs 我们可以用md 编写自己的文档,而且可以免费部署到 GitHub 。
安装
pip install mkdocs
使用
λ mkdocs.exe new mydoc INFO - Creating project directory: mydoc INFO - Writing config file: mydoc\mkdocs.yml INFO - Writing initial docs: mydoc\docs\index.md λ cd mydoc\ d:\code\mydoc λ ls docs/ mkdocs.yml d:\code\mydoc λ mkdocs serve INFO - Building documentation... INFO - Cleaning site directory [I 190528 20:32:49 server:296] Serving on http://127.0.0.1:8000 [I 190528 20:32:49 handlers:62] Start watching changes [I 190528 20:32:49 handlers:64] Start detecting changes [I 190528 20:33:06 handlers:135] Browser Connected: http://127.0.0.1:8000/
编辑
vi docs/index.md
把 command 改为中文 命令 记得把文件改为 utf8 编码,否则
INFO - Building documentation... ERROR - Encoding error reading file: index.md ERROR - Error reading page 'index.md': 'utf-8' codec can't decode byte 0xc3 in position 92: invalid continuation byte [E 190528 20:38:45 ioloop:801] Exception in callback <bound method LiveReloadHandler.poll_tasks of <class 'livereload.handlers.LiveReloadHandler'>>
刷新看到效果
vi mkdocs.yml
把site_name 的 my docs 改为中文 我的文档
添加页面
vi about.md
vi mkdocs.yml
site_name: 文档 pages: - [index.md, Home] - [about.md, About]
然后报错了
INFO - Building documentation... ERROR - Config value: 'pages'. Error: Invalid pages config. {<class 'list'>} {<class 'str'>, <class 'dict'>} [E 190529 09:57:45 ioloop:801] Exception in callback <bound method LiveReloadHandler.poll_tasks of <class 'livereload.handlers.LiveReloadHandler'>> Traceback (most recent call last): File "d:\python\lib\site-packages\tornado\ioloop.py", line 1229, in _run return self.callback() File "d:\python\lib\site-packages\livereload\handlers.py", line 69, in poll_tasks filepath, delay = cls.watcher.examine() File "d:\python\lib\site-packages\livereload\watcher.py", line 105, in examine func() File "d:\python\lib\site-packages\mkdocs\commands\serve.py", line 107, in builder site_dir=site_dir File "d:\python\lib\site-packages\mkdocs\config\base.py", line 210, in load_config "Aborted with {0} Configuration Errors!".format(len(errors)) mkdocs.exceptions.ConfigurationError: Aborted with 1 Configuration Errors! λ mkdocs -V mkdocs, version 1.0.4 from d:\python\lib\site-packages\mkdocs (Python 3.7)
查找到issue https://github.com/mkdocs/mkd...
https://www.mkdocs.org/user-g... 改为
site_name: 我的文档 nav: - 主页: 'index.md' - 关于: 'about.md' theme: readthedocs
https://markdown-docs-zh.readthedocs.io/zh_CN/latest/
原来是中文文档过时了。
生成秘钥
cd ~/.ssh
ssh-keygen -t rsa -C “mysusheng@gmail.com”
这里不要一路回车,我们自己手动填写保存路径
vi config
Host github.com HostName github.com User git IdentityFile ~/.ssh/mysusheng λ ssh -T git@github.com Hi sushengbuhuo! You've successfully authenticated, but GitHub does not provide shell access.
站点生成
λ mkdocs build INFO - Cleaning site directory INFO - Building documentation to directory: d:\code\mydoc\site d:\code\mydoc λ ls docs/ mkdocs.yml site/
一段时间后, 可能有文件被从源码中移除了, 但是相关的文档仍残留在 site 目录中. 在构建命令中添加 --clean 参数即可移除这些文档.
$ mkdocs build --clean λ cd site\ d:\code\mydoc\site λ ls 404.html css/ img/ js/ search.html sitemap.xml.gz about/ fonts/ index.html search/ sitemap.xml d:\code\mydoc\site λ php -S localhost:8000 PHP 7.1.13 Development Server started at Wed May 29 10:17:19 2019 Listening on http://localhost:8000
部署到GitHub
λ git clone https://github.com/sushengbuhuo/markdown_doc Cloning into 'markdown_doc'... remote: Enumerating objects: 3, done. remote: Counting objects: 100% (3/3), done. remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (3/3), done. d:\code λ cd markdown_doc\ d:\code\markdown_doc (master) λ ls README.md d:\code\markdown_doc (master) λ mkdir docs d:\code\markdown_doc (master) λ cd docs\ d:\code\markdown_doc\docs (master) λ mkdocs.exe new . INFO - Writing config file: .\mkdocs.yml INFO - Writing initial docs: .\docs\index.md d:\code\markdown_doc\docs (master) λ mkdocs build INFO - Cleaning site directory INFO - Building documentation to directory: d:\code\markdown_doc\docs\site d:\code\markdown_doc\docs (master) λ echo "site/" >> .gitignore d:\code\markdown_doc\docs (master) λ mkdocs gh-deploy --clean INFO - Cleaning site directory INFO - Building documentation to directory: d:\code\markdown_doc\docs\site WARNING - Version check skipped: No version specificed in previous deployment. INFO - Copying 'd:\code\markdown_doc\docs\site' to 'gh-pages' branch and pushing to GitHub. INFO - Your documentation should shortly be available at: https://sushengbuhuo.github.io/markdown_doc/
就是把site目录代码上传到github gh-pages分支了.
浏览器访问 https://sushengbuhuo.github.i... 看到效果了。
资源
公众号:苏生不惑
以上所述就是小编给大家介绍的《文档生成器 mkdocs》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
马云现象的经济学分析:互联网经济的八个关键命题
胡晓鹏 / 上海社会科学院出版社 / 2016-11-1 / CNY 68.00
互联网经济的产生、发展与扩张,在冲击传统经济理论观点的同时,也彰显了自身理论体系的独特内核,并与那种立足于工业经济时代的经典理论发生显著分野。今天看来,“马云”们的成功是中国经济长期“重制造、轻服务,重产能、轻消费,重国有、轻民营”发展逻辑的结果。但互联网经济的发展却不应仅仅止步于商业技巧的翻新,还需要在理论上进行一番审慎的思考。对此,我们不禁要问:互联网经济驱动交易发生的机理是什么?用户基数和诚......一起来看看 《马云现象的经济学分析:互联网经济的八个关键命题》 这本书的介绍吧!
HTML 压缩/解压工具
在线压缩/解压 HTML 代码
JS 压缩/解压工具
在线压缩/解压 JS 代码