This is the official documentation website for Wegent, an AI-powered multi-agent collaboration platform.
Live Site: https://wecode-ai.github.io/wegent-docs/
- Multi-language Support: English and Chinese (中文)
- Full-text Search: Powered by docusaurus-search-local with Chinese language support
- Dark/Light Theme: Automatic theme switching based on system preference
- Responsive Design: Works on desktop and mobile devices
- Node.js 18.x or higher
- npm or yarn
npm installnpm startThis starts a local development server at http://localhost:3000. Most changes are reflected live without restarting.
npm run buildThis generates static content into the build directory.
npm run servewegent-docs/
├── docs/ # English documentation (default)
├── i18n/zh/ # Chinese translations
│ ├── docusaurus-plugin-content-docs/
│ │ └── current/ # Chinese documentation
│ └── docusaurus-theme-classic/
├── src/
│ ├── css/ # Global styles
│ └── pages/ # Custom pages (homepage)
├── static/ # Static assets
├── docusaurus.config.js # Docusaurus configuration
├── sidebars.js # Sidebar configuration
└── package.json
The documentation in this repository is automatically synced from the main Wegent repository. When changes are made to docs/ in the main repo, they are automatically synchronized here via GitHub Actions.
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
For documentation content changes, please submit PRs to the main Wegent repository.
MIT License - see LICENSE for details.