SafeLine/documents
2024-03-09 12:14:26 +08:00
..
docs fix: changelog 2024-03-09 12:14:26 +08:00
src feat(websit): mobile page style optimization 2023-12-14 10:56:49 +08:00
static 新增云托管文档 2024-03-07 17:40:51 +08:00
.dockerignore feat: update new website and documents 2023-11-24 18:14:29 +08:00
.gitignore feat: update new website and documents 2023-11-24 18:14:29 +08:00
.npmrc feat: update new website and documents 2023-11-24 18:14:29 +08:00
babel.config.js feat: update new website and documents 2023-11-24 18:14:29 +08:00
docusaurus.config.js feat(website): add star count api and update text 2023-11-30 19:39:52 +08:00
package-lock.json feat: update new website and documents 2023-11-24 18:14:29 +08:00
package.json feat: update new website and documents 2023-11-24 18:14:29 +08:00
README.md feat: update new website and documents 2023-11-24 18:14:29 +08:00
sidebars.js feat: update new website and documents 2023-11-24 18:14:29 +08:00
tsconfig.json feat: update new website and documents 2023-11-24 18:14:29 +08:00
yarn.lock feat: add beta version install shell 2023-12-20 17:00:59 +08:00

doc

使用 Docusaurus 2, 作为基础框架。

开发

# 代码变动后可以自动更新,但是不能搜索
npm start
# 支持搜索功能,但是无法自动更新
npm run preview