A template for using Docsify to organize your paper and code
<title>Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">将其中的title和description修改为自己的文档信息。
- 修改
index.html中的data-dir为docs/contents。 - 在
docs/contents目录下添加内容,然后在_sidebar.md中添加链接。
如果你希望在本地对模版进行修改和调试,可以使用以下命令:
npm i docsify-cli -g
docsify serve docs