Skip to content
/ Docs Public

Provide AI models with specialized knowledge context.

License

Notifications You must be signed in to change notification settings

Corzed/Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docs

License: MIT Contributions Welcome

A comprehensive collection of programming documentation designed to provide AI models with specialized knowledge context.

📋 Overview

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.

🛠️ Usage

MCP Server

Download our MCP server to give your ai access to the docs:

https://github.com/Corzed/DocsMCP

For Developers and Contributors

Clone the repository to contribute or utilize locally:

git clone https://github.com/corzed/docs.git
cd docs

⚙️ File Structure

Documents 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/
└── ...

🤝 Contributing

Contributions are welcome! See CONTRIBUTING.md for guidelines.

Contribution Workflow

  1. Fork the repository
  2. Create a feature branch
  3. Add or update documentation
  4. Submit a pull request
  5. Address review feedback

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Provide AI models with specialized knowledge context.

Resources

License

Contributing

Stars

Watchers

Forks