-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
# 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 directory
cd 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
Metadata
Metadata
Assignees
Labels
No labels