valaxy/docs
初五 0c20ee307a
docs: fix grammatical errors and spelling issues in documentation (#547)
* docs: fix README.md typo

- change "For a example" to "For an example"

* docs: fix grammar errors in documentation

- read and write permissions。 to  read and write permissions.

* docs: fix grammatical error in addon writing guide

- **docs/pages/addons/write.md**: Changed "Write a Addon" to "Write an Addon" in title

* docs: fix grammatical error in third-party integration guide

- **docs/pages/guide/third-party/index.md**: Changed "in a article" to "in an article"

* docs: fix "This is a example" to "This is an example"

* docs: fix spelling "archieved" to "achieved" in why.md
2025-06-06 19:22:54 +08:00
..
.valaxy docs: add how to migrate version 2024-12-11 23:48:35 +08:00
assets docs: new i18n and ecosystem contents 2023-10-06 02:02:39 +08:00
components feat: support code-group-icons, default not enable, close #509 2025-03-14 23:24:35 +08:00
layouts docs: add deploy ref file & fix valaxy-theme-yun home translate 2024-10-07 21:54:50 +08:00
locales docs: add more config desc & remove transition to looks faster 2024-12-14 22:07:08 +08:00
pages docs: fix grammatical errors and spelling issues in documentation (#547) 2025-06-06 19:22:54 +08:00
public chore: fix lint 2025-06-03 09:04:59 +08:00
snippets feat(theme-press): add menu toc in mobile, close #236 2023-10-06 04:31:21 +08:00
styles docs: fix details padding bottom by prosem & add fixed height for logo 2024-12-05 23:06:23 +08:00
.gitignore chore: fix lint 2025-06-03 09:04:59 +08:00
README.md docs: wrong packages path (#342) 2024-02-06 17:59:41 +08:00
package.json docs: support pre-generated git-log in builds (#527) 2025-04-25 12:25:59 +08:00
tsconfig.json chore: fix lint 2023-10-05 22:34:13 +08:00
valaxy.config.ts docs: support pre-generated git-log in builds (#527) 2025-04-25 12:25:59 +08:00

README.md

docs

Docs for valaxy.

Use theme valaxy-theme-press.

Dev

# build valaxy
pnpm run build

# start docs server
pnpm run docs