woa-msmnile / woa-msmnile.github.io

Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WOA-msmnile Website

Knowledge record for woa-msmnile developing.

How to write and add guide here?

Repo Introduce

This repo uses VitePress to generate static pages.

  • Folders:
    • / -> English Guides
    • /zh -> Simplified Chinese Guides
    • /.vitepress -> Site configure

Add a page

  • Open .vitepress/[language].ts, like en or zh
  • 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]/

For More

You can read VitePress's Guides if you want edit configurations here or want to use some speacial markdown feature provided by vitepress.

About

Website


Languages

Language:TypeScript 76.4%Language:CSS 23.6%