Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 347 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 347 Bytes

爱速搭文档

文档基于 https://docusaurus.io/ 编译

本地预览

yarn install
yarn start

左侧的设置是在 sidebars.js 中,每个文档顶部都需要用如下方式设置 id

---
id: 产品定价
---

文档间的链接使用相对地址,比如 [私有部署安装](../私有部署/私有部署安装)