Skip to content

Commit

Permalink
Merge pull request #46 from Kuadrant/release-0.2
Browse files Browse the repository at this point in the history
use release-0.2
  • Loading branch information
openshift-merge-bot[bot] authored Dec 1, 2023
2 parents fea54a5 + 95d98fc commit cf585a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Export environment variables with the keys listed below for your desired provide
### Set the release you want to use

```bash
export MGC_BRANCH=release-0.1
export MGC_BRANCH=release-0.2
```

### Set Up Clusters and install Kuadrant
Expand Down
9 changes: 4 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ plugins:
- /README.md
- /doc/*
- name: multicluster-gateway-controller
import_url: 'https://github.com/kuadrant/multicluster-gateway-controller?edit_uri=/blob/release-0.1/&branch=release-0.1'
import_url: 'https://github.com/kuadrant/multicluster-gateway-controller?edit_uri=/blob/main/&branch=release-0.2'
imports:
- /README.md
- /docs/*
Expand All @@ -77,10 +77,7 @@ nav:
- 'Installation':
- 'Control Plane installation with Existing OCM': multicluster-gateway-controller/docs/installation/control-plane-installation.md
- 'Service Protection installation with Existing OCM': multicluster-gateway-controller/docs/installation/service-protection-installation.md
- 'Concepts and APIs':
- 'Gateways':
- 'Defining and Distributing Multicluster Gateways with OCM': multicluster-gateway-controller/docs/gateways/define-and-place-a-gateway.md
- 'Gateway Deletion': multicluster-gateway-controller/docs/gateways/gateway-deletion.md
- 'Concepts and APIs':
- 'DNSPolicy':
- 'Quickstart': multicluster-gateway-controller/docs/dnspolicy/dnspolicy-quickstart.md
- 'Reference': multicluster-gateway-controller/docs/dnspolicy/dns-policy.md
Expand All @@ -98,6 +95,8 @@ nav:
- 'How-to Guides':
- 'Multicluster Gateway Controller':
- 'Multicluster Gateways Walkthrough': multicluster-gateway-controller/docs/how-to/multicluster-gateways-walkthrough.md
- 'Defining and Distributing Multicluster Gateways with OCM': multicluster-gateway-controller/docs/gateways/define-and-place-a-gateway.md
- 'Gateway Deletion': multicluster-gateway-controller/docs/gateways/gateway-deletion.md
- 'Metrics Walkthrough': multicluster-gateway-controller/docs/how-to/metrics-walkthrough.md
- 'Authentication & Authorization':
- 'AuthPolicy for Application Developers and Platform Engineers': kuadrant-operator/doc/user-guides/auth-for-app-devs-and-platform-engineers.md
Expand Down

0 comments on commit cf585a3

Please sign in to comment.