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;
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.
Submit a pull request (PR) on GitHub.
Last updated
Was this helpful?