Official documentation for Bondy - an open-source, scalable application networking platform.
Visit developer.bondy.io to view the live documentation.
- Node.js 20 or higher (use
.nvmrcwithnvm use) - Yarn package manager
- Clone the repository
git clone https://github.com/bondy-io/bondy_docs.git
cd bondy_docs- Install dependencies
yarn install- Start development server
yarn docs:devThe site will be available at http://localhost:5173
yarn docs:dev- Start development server with hot reloadyarn docs:preview- Preview production build locally
yarn docs:build- Build for production (includes assets and sitemap)
yarn format- Format markdown files with Prettieryarn format:check- Check formatting without making changesyarn lint:md- Lint markdown filesyarn lint:md:fix- Auto-fix markdown linting issuesyarn spellcheck- Check spellingyarn spellfix- Auto-fix spelling issues (interactive)yarn check- Run all checks (format, lint, spell)
yarn outdated- List outdated dependencies
bondy_docs/
├── docs/ # Documentation content
│ ├── .vitepress/ # VitePress configuration & theme
│ ├── about/ # About pages
│ ├── concepts/ # Conceptual documentation
│ ├── guides/ # How-to guides
│ ├── reference/ # API reference
│ ├── tutorials/ # Tutorials
│ └── assets/ # Images and assets
├── .github/workflows/ # CI/CD pipelines
└── CONTRIBUTING.md # Contribution guidelines
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
- Fork and create a feature branch
- Make your changes
- Run quality checks:
yarn check - Test locally:
yarn docs:dev - Submit a pull request
- VitePress - Static site generator
- Vue 3 - UI framework
- Markdown - Content format
- Custom components and plugins
Content is licensed under CC-BY-SA-4.0
- Bondy.io - Official website
- Bondy GitHub - Main repository
- Community Forum - Discussion forum
- Community Chat - Real-time chat
- GitHub Issues - Bug reports and feature requests
- Community Forum - General questions and discussion
- Slack - Community chat
Made by the Bondy Team and Contributors