Gaia is a decentralized AI infrastructure that empowers everyone to build, scale, and monetize personalized AI agents. This documentation project can be used by Gaia node operators, users, and creators.
-
Fork the repository:
- Visit the Gaia docs repository on GitHub
- Click the "Fork" button in the top-right corner
- Select where you want to fork the repository (your personal account or an organization)
-
Clone your forked repository:`
git clone https://github.com/YOUR-USERNAME/docs.git cd docs
After forking and cloning the repository:
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
docs/
: Contains all the markdown files for the documentationsrc/
: Custom React components and pagesstatic/
: Static assets like imagesdocusaurus.config.js
: Main configuration file for Docusaurus
This documentation is automatically deployed to docs.gaianet.ai when changes are merged into the main branch.
Gaia docs is an open-source project, and contributions from the community are highly valued! We believe in collaborative development to build a robust and innovative platform.
How You Can Contribute:
-
Reporting Issues: If you encounter bugs, have feature requests, or find areas for improvement, please open a detailed issue on GitHub Issues.
-
Submitting Pull Requests: We welcome code contributions! If you've implemented a bug fix or a new feature, submit a pull request following our Contribution Guidelines. Please ensure your code adheres to the project's style and includes relevant tests.
-
Documentation: Help us improve the documentation by clarifying existing sections, adding new guides, or translating the documentation into other languages.
-
Community Support: Assist other builders by answering questions on GitHub issues or our Telegram builders' Community.
Please take a look at our Code of Conduct to ensure a positive and inclusive environment for everyone.
Want to talk to the community? Hop in our Telegram and share your ideas and what you've build with Gaianet.
Find a bug? Head over to our issue tracker and we'll do our best to help. We love pull requests, too!
This project is licensed under the Apache License 2.0