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:

  1. Create an Issue: Open a new issue in the main branch to suggest changes or report problems.

  2. Open a Branch and Submit a PR:

    1. Install MdBook;

    2. Create a new branch in GitHub;

    3. To render the documentation locally, navigate in your terminal to the /docs/gitbook folder and run mdbook serve.

    4. Edit and preview your changes locally. Only modify content in Markdown format. Ensure all updates are verified in the local render.

    5. Submit a pull request (PR) on GitHub.

Last updated

Was this helpful?