There are three version sets of the docs available in the docs-hub
: beta-5
(the default version), beta-4
, and nightly
.
latest
toolchain and testnet. beta-4
version set is compatible with the beta-4
toolchain and testnet. nightly
version set reflects the latest releases on GitHub. These versions may not be compatible with each other. There is a Github action that runs every Monday and Thursday at 12:00 UTC to update the nightly
versions of the docs.
You can also update the nightly versions locally by running the command below:
pnpm docs:update:nightly
The nightly
versions should be kept at the latest release on GitHub for each tool.
To change the default versions, update the src/config/versions.json
file and run this command:
pnpm docs:update
This command will both update the the default versions to match the configuration file and make sure the nightly versions are updated.
Here is how to decide what default versions to use:
forc
versions should match what is on the latest
toolchain. latest
toolchain. If the extension is not yet compatible, use the latest release that is compatible. forc
. forc
and the Fuel wallet. fuel-core
used in the latest testnet. These books currently do not have regular releases.