A comprehensive collection of programming documentation designed to provide AI models with specialized knowledge context.
The "Docs" repository centralizes widely used documentation from various programming fields in a standardized format. This enables AI models to access accurate, up-to-date reference materials, improving their ability to provide specialized assistance across multiple technologies and frameworks.
Download our MCP server to give your ai access to the docs:
https://github.com/Corzed/DocsMCP
Clone the repository to contribute or utilize locally:
git clone https://github.com/corzed/docs.git
cd docsDocuments are organized hierarchically by technology, version, and topic.
Example:
docs/
βββ languages/
β βββ python/
β β βββ 3.11/
β β β βββ standard-library/
β β β βββ language-reference/
β β βββ 3.10/
β βββ javascript/
β βββ es6/
β βββ es2022/
βββ frameworks/
β βββ react/
β β βββ 18.0/
β βββ django/
β βββ 4.2/
βββ ...
Contributions are welcome! See CONTRIBUTING.md for guidelines.
- Fork the repository
- Create a feature branch
- Add or update documentation
- Submit a pull request
- Address review feedback
This project is licensed under the MIT License - see the LICENSE file for details.