You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# After command has release v0.85.0 # Clone the documentation repo
git clone [email protected]:build-trust/ockam-documentation.git
cd ockam-documentation
# Checkout the command branch.# Note that the `main` branch has the gitbook site and `command` branch has teh manual# These are compeletely diverged branches with no shared history
git checkout command### DELETE everything in manual directory except manual/template# Change to the mdbook template directorycd manual/template/mdbook
# Run the build script, this will ovewrite directories in the directory tree.
./build.sh v0.85.0
# Create a Pull Request against the command branch.# When this PR is merged https://command.ockam.io/manual/ and chttps://command.ockam.io/manual/v0.85.0/# will show docs for version v0.85.0
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: