About CyberGo Docs
Documentation Site
The CyberGo documentation site is the unified technical documentation center for the CyberGoDev organization, providing comprehensive documentation in five languages — Chinese, English, Korean, Japanese, and Russian — for all Go open-source libraries.
This site helps developers quickly get started and gain a deep understanding of each library's features, APIs, and best practices, ensuring efficient and safe usage in production environments.
Coverage
| Project | Description | GitHub |
|---|---|---|
| JSON | High-performance, thread-safe JSON processing library | cybergodev/json |
| JWT | Production-grade JWT library with just 3 functions | cybergodev/jwt |
| HTTPC | Modern high-performance HTTP client with TLS 1.2+ and SSRF protection | cybergodev/httpc |
| HTML | Production-grade HTML content extraction with intelligent article recognition | cybergodev/html |
| DD | High-performance logging library processing 3M+ ops/sec | cybergodev/dd |
| ENV | Production-ready environment variable management with zero dependencies | cybergodev/env |
Contributing
We welcome all forms of contribution to help improve documentation quality:
Edit Documentation
Each documentation page has an "Edit this page on GitHub" button in the top-right corner. Click it to directly edit and submit a Pull Request.
Report Issues
If you find errors or gaps in the documentation, you can provide feedback through:
- Report a doc issue — Submit a documentation bug or improvement suggestion
- GitHub Discussions — Ask questions, discuss, and share experiences
Contribution Workflow
- Fork the docs-site repository
- Create a new branch for your changes
- Submit a Pull Request describing the changes
- Wait for review and merge
Tech Stack
This site is built with the following technologies:
| Technology | Purpose |
|---|---|
| VitePress | Static site generator |
| Vue 3 | Frontend component framework |
| TypeScript | Configuration and scripting |
| GitHub Pages | Site hosting and auto-deployment |
Contact
- GitHub Organization: cybergodev
- Documentation Repository: cybergodev/docs-site
- Issue Tracker: GitHub Issues