Skip to content

desirecore/docs

Repository files navigation

DesireCore Logo

DesireCore Docs

docs.desirecore.com · DesireCore 官方文档站

Website Deploy License


About

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.

Prerequisites

Getting Started

# Install dependencies
pnpm install

# Start local dev server
pnpm start

The dev server runs at http://localhost:3000 with hot reload.

Build

pnpm build

Static output is generated in the build/ directory.

Project Structure

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

Internationalization

The site supports Chinese (default) and English. To start the dev server in English:

pnpm start -- --locale en

To generate translation files:

pnpm write-translations -- --locale en

Contributing

Contributions are welcome! To contribute:

  1. Fork this repository
  2. Create a feature branch (git checkout -b feat/my-change)
  3. Commit your changes (git commit -m 'feat: add something')
  4. Push to the branch (git push origin feat/my-change)
  5. Open a Pull Request

Please follow Conventional Commits for commit messages.

License

This project is licensed under the MIT License.


Website · Docs · Issues

About

DesireCore Documentations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors