Skip to content

How to update the command manual  #16

@mrinalwadhwa

Description

@mrinalwadhwa
# After command has release v0.85.0 

# Clone the documentation repo
git clone git@github.com: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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions