/docsify-paper

A template for using Docsify to organize your paper and code

Creative Commons Zero v1.0 UniversalCC0-1.0

docsify-paper

A template for using Docsify to organize your paper and code

1. 修改index.html

  <title>Document</title>
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  <meta name="description" content="Description">

将其中的title和description修改为自己的文档信息。

2. 添加内容

  1. 修改index.html中的data-dirdocs/contents
  2. docs/contents目录下添加内容,然后在_sidebar.md中添加链接。

[可选] 3.本地调试

如果你希望在本地对模版进行修改和调试,可以使用以下命令:

npm i docsify-cli -g
docsify serve docs