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

  1. Clone the besu-docs repository and checkout the tag for your intended version:
    • git clone git@github.com:hyperledger/besu-docs.git
    • cd besu-docs
    • 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

...

...

  1. (Optional)

...

  1. Host this

...

  1. version

...

  1. on

...

  1. your

...

  1. own

...

  1. infrastructure

...

  1. (for example, nginx or s3):
    • yarn
    • yarn

...

    • run

...

    • build

...

    • yarn run serve (optional – this is to check the output locally) 

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