Contributing to the Erigon 3 Documentation
This documentation is powered by Gitbook but can be edited locally by using MdBookarrow-up-right.
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/gitbook folder and run mdbook serve.
/docs/gitbook
mdbook 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 1 month ago
Was this helpful?