SafeLine/documents
2024-05-17 12:19:16 +08:00
..
docs feat: 5.6.1 2024-05-17 12:19:16 +08:00
src fix(docs): collapsed icon 2024-05-15 20:12:43 +08:00
static feat: 5.6.0 2024-05-16 15:24:20 +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 fix(docs): collapsed icon 2024-05-15 20:12:43 +08:00
package-lock.json feat: update new website and documents 2023-11-24 18:14:29 +08:00
package.json fix(docs): collapsed icon 2024-05-15 20:12:43 +08:00
README.md feat: update new website and documents 2023-11-24 18:14:29 +08:00
sidebars.js fix(docs): collapsed icon 2024-05-15 20:12:43 +08:00
tsconfig.json feat: update new website and documents 2023-11-24 18:14:29 +08:00
yarn.lock fix(docs): collapsed icon 2024-05-15 20:12:43 +08:00

doc

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

开发

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