Skip to content

Commit 25286d6

Browse files
author
Zijun Wang
committed
test1
1 parent 87e859d commit 25286d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-doc.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- doc-test
77
jobs:
8-
putblic-docs:
8+
publish-docs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
@@ -25,5 +25,5 @@ jobs:
2525
python -m pip install --upgrade pip
2626
pip install mkdocs-material mike
2727
- name: Build
28-
run: mike deploy 1.0.7 latest --update-aliases --push
28+
run: mike deploy 1.0.8 latest --update-aliases --push
2929

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Test change!!!!! AWS Gateway API Controller User Guide
1+
# v1.0.8 Test change!!!!! AWS Gateway API Controller User Guide
22

33
The AWS Gateway API controller integrates VPC Lattice with the Kubernetes Gateway API. When installed in your cluster, the controller watches for the creation of Gateway API resources such as gateways and routes and provisions corresponding Amazon VPC Lattice objects. This enables users to configure VPC Lattice Service Networks using Kubernetes APIs, without needing to write custom code or manage sidecar proxies. The AWS Gateway API Controller is an open-source project and fully supported by Amazon.
44

0 commit comments

Comments
 (0)