The documentation is for GaiaNet node operators, users, and creators.
We welcome contributions to improve our documentation! Here's how you can contribute:
-
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:`
git clone https://github.com/YOUR-USERNAME/docs.git cd docs
-
Create a new branch for your changes:`
git checkout -b your-feature-branch
-
Make your changes to the documentation
-
Commit your changes:`
git add . git commit -m "Description of your changes"
-
Push your changes to your fork:
git push origin your-feature-branch
-
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.
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.
If you have any questions or need assistance, please open an issue in this repository or reach out through our community channels.
Thank you for contributing to GaiaNet's documentation!