Home > Web Front-end > HTML Tutorial > HTML文档制作_html/css_WEB-ITnose

HTML文档制作_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:15:19
Original
1149 people have browsed it

官网:MKDOCS

不写了,更换了一下编辑器,内容全没了:([找到了,在草稿箱里,怎么也没有提示,算了,困死了,先睡会儿去]

 

其实也没必要写,只要知道官网的地址就行了,本来就很简单,官网描述也很详细。在这里就几下两点需要注意的地方

md文件更改可以即时刷新页面看到效果,yaml配置文件更改需要重启服务程序才能看到效果

pip install mkdocs 就安装完成了,包括相关依赖项,一切万事大吉 

 

还是简单记录一下制作流程吧

mkdocs new project 创建workspace
Copy after login
cd project 进入工作目录
Copy after login
mkdocs serve 启动服务器(如需更改配置文件,在这之前更改)
Copy after login
mkdocs build 转换成html ,完成
Copy after login

        

 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template