Documentation
Help expand GaiaNet’s documentation, making it easier for new developers to get started, here's how you can get started!
Last updated
Was this helpful?
Help expand GaiaNet’s documentation, making it easier for new developers to get started, here's how you can get started!
Last updated
Was this helpful?
Fork the repository:
Visit the 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.
After forking and cloning the repository:
Install dependencies:
Start the development server:
Open your browser and visit http://localhost:3000
docs/
: Contains all the markdown files for the documentation
src/
: Custom React components and pages
static/
: Static assets like images
docusaurus.config.js
: Main configuration file for Docusaurus
If you have any questions or need assistance, please open an issue in the repository or reach out through our community channels.
This documentation is automatically deployed to when changes are merged into the main branch.