Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

At present, we tag every Every Besu documentation version (including patch) is tagged in the repository, but we only display the three latest minor versions of the docs for the most recent minor versions in the versioned_docs folder. eg: and the in-flight development version are displayed in the published documentation site (for example: development, 23.10.2, 23.7.3, and 23.4.1

In addition we also maintain the in flight development version in the docs folder.

).

To In order to build or host a specific version eg that might not be published on the doc site (for example, 23.7.1):

  1. Clone this repo the besu-docs repository and checkout the tag

...

  1. for your intended version:
    • git@github.com:hyperledger/besu-docs.git

...

    • git

...

    • checkout

...

    • 23.7.1
  1. Build and run locally:

    ...

      • yarn

    ...

      • yarn

    ...

      • run

    ...

      • start

    ...

    1. Open

    ...

    1. a

    ...

    1. browser

    ...

    1. tab

    ...

    1. and

    ...

    1. navigate

    ...

    1. to

    ...

    1. http://localhost:3000/development
    2. (Optional) host Host this version on your own infrastructure (eg: nginx, s3 etc)for example, nginx or s3):
      • yarn
      • yarn
      • run
      • build
      # optional - this is to check the output locally
      yarn run serve
      • yarn run serve (optional – this is to check the output locally) 

              Host the contents of the `build` build folder on your own infrastructure.