SafeLine/documents
2024-01-15 17:36:36 +08:00
..
docs doc: update the down detail 2024-01-15 17:36:36 +08:00
src feat(websit): mobile page style optimization 2023-12-14 10:56:49 +08:00
static 修改图 2024-01-09 17:08:46 +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