Knowledge record for woa-msmnile developing.
This repo uses VitePress to generate static pages.
- Folders:
- / -> English Guides
- /zh -> Simplified Chinese Guides
- /.vitepress -> Site configure
- Open .vitepress/[language].ts, like
en
orzh
- Add new item in
sidebarDocs
under correct sideBar title and has valid path - Write guides at correct path, which you just write in
.ts
file.
Tip
If your page needs pictures or other small resources(less than 800KB), you can put it at [GuideClass]/Resources/[NameOfYourGuide]/
You can read VitePress's Guides if you want edit configurations here or want to use some speacial markdown feature provided by vitepress.