📄Documentation
Help expand GaiaNet’s documentation, making it easier for new developers to get started, here's how you can get started!
Contributing
Fork the repository:
Visit the GaiaNet 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:
Create a new branch for your changes:
Make your changes to the documentation
Commit your changes:
Push your changes to your fork:
Create a pull request:
Go to your fork on GitHub
Click "Pull request" and select "New pull request"
Select your feature branch and submit the pull request Please ensure your contributions align with our documentation style and standards.
Running the Documentation Locally
After forking and cloning the repository:
Install dependencies:
Start the development server:
Open your browser and visit
http://localhost:3000
Structure
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
Deployment
This documentation is automatically deployed to docs.gaianet.ai when changes are merged into the main branch.
Need Help?
If you have any questions or need assistance, please open an issue in the repository or reach out through our community channels.
Last updated