Contributing
Contributing to the Erigon 3 Documentation
This documentation is powered by Gitbook but can be edited locally by using MdBook.
To contribute to the Erigon Docs, you can either:
Create an Issue: Open a new issue in the main branch to suggest changes or report problems.
Open a Branch and Submit a PR:
Install MdBook;
Create a new branch in GitHub;
Before proceeding, make a backup of the
docs/gitbook/src/SUMMARY.mdfile. Remove all empty lines and any lines starting with##to ensure compatibility with MdBook.To render the documentation locally, navigate in your terminal to the
/docs/gitbookfolder and runmdbook serve.Edit and preview your changes locally. Only modify content in Markdown format. Ensure all updates are verified in the local render.
If all the changes are satisfactory, revert
SUMMARY.mdback to its original version.Submit a pull request (PR) on GitHub.
Last updated
Was this helpful?