---
title: "About - CyberGo Docs | Documentation Site"
description: "Learn about the CyberGo documentation site, including coverage, contribution guide, tech stack, and contact information."
---

# About CyberGo Docs

## Documentation Site

The CyberGo documentation site is the unified technical documentation center for the [CyberGoDev](https://github.com/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](https://github.com/cybergodev/json) |
| **JWT** | Production-grade JWT library with just 3 functions | [cybergodev/jwt](https://github.com/cybergodev/jwt) |
| **HTTPC** | Modern high-performance HTTP client with TLS 1.2+ and SSRF protection | [cybergodev/httpc](https://github.com/cybergodev/httpc) |
| **HTML** | Production-grade HTML content extraction with intelligent article recognition | [cybergodev/html](https://github.com/cybergodev/html) |
| **DD** | High-performance logging library processing 3M+ ops/sec | [cybergodev/dd](https://github.com/cybergodev/dd) |
| **ENV** | Production-ready environment variable management with zero dependencies | [cybergodev/env](https://github.com/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](https://github.com/cybergodev/docs-site/issues/new?template=doc-issue.md) — Submit a documentation bug or improvement suggestion
- [GitHub Discussions](https://github.com/cybergodev/docs-site/discussions) — Ask questions, discuss, and share experiences

### Contribution Workflow

1. Fork the [docs-site](https://github.com/cybergodev/docs-site) repository
2. Create a new branch for your changes
3. Submit a Pull Request describing the changes
4. Wait for review and merge

## Tech Stack

This site is built with the following technologies:

| Technology | Purpose |
|------------|---------|
| [VitePress](https://vitepress.dev/) | Static site generator |
| [Vue 3](https://vuejs.org/) | Frontend component framework |
| [TypeScript](https://www.typescriptlang.org/) | Configuration and scripting |
| [GitHub Pages](https://pages.github.com/) | Site hosting and auto-deployment |

## Contact

- **GitHub Organization**: [cybergodev](https://github.com/cybergodev)
- **Documentation Repository**: [cybergodev/docs-site](https://github.com/cybergodev/docs-site)
- **Issue Tracker**: [GitHub Issues](https://github.com/cybergodev/docs-site/issues)