https://github.com/apptools-lab/site
📚 AppWorks 的官网&文档
https://github.com/apptools-lab/site
gitpages vuepress
Last synced: 8 months ago
JSON representation
📚 AppWorks 的官网&文档
- Host: GitHub
- URL: https://github.com/apptools-lab/site
- Owner: apptools-lab
- Created: 2021-05-11T12:33:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T03:25:33.000Z (about 4 years ago)
- Last Synced: 2023-03-04T20:03:44.382Z (over 3 years ago)
- Topics: gitpages, vuepress
- Language: JavaScript
- Homepage: https://appworks.site
- Size: 15.6 MB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AppWorks Site
> 在修改文档之前,请先阅读此文章
### 目录结构
```
- foo.md 文档内容, 可以有文件夹嵌套
- yoo.md
```
### 文档结构
```markdown
---
title: 文档标题(必须有)
order: 可选, 文档顺序, 数字越小越在前面, 否则按照字母序
---
markdown 格式的文档内容
```
平台侧支持了 order 配置,其他同 [VuePress](https://www.vuepress.cn/)
配置目录文件夹侧边栏,请见 `docs/.vuepress/utils/getSidebar.js`