docs.desirecore.com · DesireCore 官方文档站
This is the source repository for DesireCore documentation, built with Docusaurus 3.
DesireCore is a Delegation OS — a cross-platform desktop app that gives you an AI companion capable of learning, executing, auditing, and rolling back.
# Install dependencies
pnpm install
# Start local dev server
pnpm startThe dev server runs at http://localhost:3000 with hot reload.
pnpm buildStatic output is generated in the build/ directory.
docs/
├── docs/ # Markdown source (Chinese, default)
├── i18n/en/ # English translations
├── src/
│ ├── css/ # Custom styles (Liquid Glass design system)
│ └── theme/ # Theme overrides
├── static/img/ # Images & favicon
└── docusaurus.config.ts
The site supports Chinese (default) and English. To start the dev server in English:
pnpm start -- --locale enTo generate translation files:
pnpm write-translations -- --locale enContributions are welcome! To contribute:
- Fork this repository
- Create a feature branch (
git checkout -b feat/my-change) - Commit your changes (
git commit -m 'feat: add something') - Push to the branch (
git push origin feat/my-change) - Open a Pull Request
Please follow Conventional Commits for commit messages.
This project is licensed under the MIT License.