Versions Compared

Key

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

At present, we tag every version (including patch) in the repository but we only display [three versions of the docs for the most recent minor versions](https://discord.com/channels/905194001349627914/905205502940696607/1179912405216669828) in the `versionedversioned_docs`docs folder. eg: `2323.10.2, 23.7.3 and 23.4.1`1

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



In order to build or host a specific version eg `2323.7.1`1
1. Clone this repo and checkout the tag
```<code>
git@github.com:hyperledger/besu-docs.git
git checkout 23.7.1
```</code>

2. Build and run locally
```

<code>

yarn
yarn run start
```

</code>

Open up a browser tab and navigate to `http://localhost:3000/development`

3. (Optional) host this version on your own infrastructure (eg: nginx, s3 etc)
```
yarn
yarn run build

# optional - this is to check the output locally
yarn run serve
```
Host the contents of the `build` folder on your own infrastructure