Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to update the command manual #16

Open
mrinalwadhwa opened this issue Apr 27, 2023 · 1 comment
Open

How to update the command manual #16

mrinalwadhwa opened this issue Apr 27, 2023 · 1 comment

Comments

@mrinalwadhwa
Copy link
Member

mrinalwadhwa commented Apr 27, 2023

# 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
@postmeback
Copy link
Contributor

Hey,

Can I follow the above steps and get started ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants