بنقرة واحدة
docs-site
Build, preview, and update the VitePress documentation site in docs-site/
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build, preview, and update the VitePress documentation site in docs-site/
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Improve the visual design and UX of the VitePress docs site — layout, colors, typography, components, and responsiveness
Run go test with race detector, analyze failures, fix issues, and re-run until green
Review pull requests against repo standards — Go conventions, test coverage, race detector, CHANGELOG, and docs
Create a GitHub release with tag after a PR merge — follows the repo's tag and gh release create workflow
Handle upstream-release issues — read changelog deltas, update spec docs, sync protocol and gateway types, run tests, open PR, tag release
استنادا إلى تصنيف SOC المهني
| name | docs-site |
| description | Build, preview, and update the VitePress documentation site in docs-site/ |
| license | MIT |
| metadata | {"audience":"contributors","workflow":"docs"} |
Manage the openclaw-go VitePress documentation site — build it, preview it, add or update pages, and fix issues.
Use this skill when working on the docs site, adding new package documentation, updating guides, or debugging build/deploy issues.
docs-site/
.vitepress/
config.mts — VitePress configuration (nav, sidebar, theme)
theme/
index.ts — custom theme extending DefaultTheme
custom.css — amber brand colors, dark mode, component styles
public/
mascot-gpt.png — site logo and favicon
index.md — home page (hero + feature cards)
changelog.md — includes ../CHANGELOG.md via @include directive
guide/
getting-started.md
authentication.md
streaming.md
packages/
gateway.md
protocol.md
chatcompletions.md
openresponses.md
toolsinvoke.md
discovery.md
acp.md
All commands run from docs-site/:
| Command | Purpose |
|---|---|
npm ci | Install dependencies (clean) |
npm run dev | Dev server with hot reload |
npm run build | Build static site to .vitepress/dist/ |
npm run preview | Serve built site locally at http://localhost:4173/openclaw-go/ |
/openclaw-go/ (GitHub Pages project site).html extensions)/mascot-gpt.pnghttps://github.com/a3tai/openclaw-go/edit/main/docs-site/:pathdocs-site/packages/<name>.md.vitepress/config.mts under /packages/ itemsindex.md if appropriatedocs-site/guide/<name>.md.vitepress/config.mts under /guide/ itemsThe site deploys to GitHub Pages via .github/workflows/docs-deploy.yml:
v*) or manual workflow_dispatchnpm ci, npm run build.vitepress/dist/ as a Pages artifact../CHANGELOG.md — do not duplicate content#f5a623 for any new styled elements