Skip to content

Commit

Permalink
Merge pull request #38 from pmccarthy/doc_updates
Browse files Browse the repository at this point in the history
Documentation updates
  • Loading branch information
openshift-ci[bot] authored Nov 1, 2023
2 parents 84ce218 + ba91c80 commit cd39949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ And dependencies
## Running Locally
`mkdocs serve`

The docs should then be available locally from http://127.0.0.1:8000/

**Note:** `mkdocs` will automatically clone component repositories as configured via `mkdocs.yml`.

## Building
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export MGC_BRANCH=release-0.1
Run the following:

```bash
curl https://raw.githubusercontent.com/kuadrant/multicluster-gateway-controller/${MGC_BRANCH}/hack/quickstart-setup.sh | bash
curl "https://raw.githubusercontent.com/kuadrant/multicluster-gateway-controller/${MGC_BRANCH}/hack/quickstart-setup.sh" | bash
```

### What's Next
Expand Down

0 comments on commit cd39949

Please sign in to comment.