Skip to content

Commit

Permalink
fix:solve the warnings in 'make doc' (#806)
Browse files Browse the repository at this point in the history
* fix:solve the warnings in 'make doc'

Signed-off-by: thredreams <1220474743@qq.com>

* Unified Code Block Language

Signed-off-by: thredreams <1220474743@qq.com>
  • Loading branch information
thredreams committed Dec 15, 2022
1 parent 3af587e commit 9cfbacf
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/latest/design/gatewayapi-translator.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
allowedRoutes:
namespaces:
from: All
hostname: *.envoygateway.io
hostname: "*.envoygateway.io"
- name: http
protocol: HTTP
port: 80
Expand All @@ -75,7 +75,7 @@ spec:
allowedRoutes:
namespaces:
from: All
hostname: *.envoygateway.io
hostname: "*.envoygateway.io"
- name: http
protocol: HTTP
port: 80
Expand Down
2 changes: 1 addition & 1 deletion docs/latest/dev/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Community Code of Conduct
# Community Code of Conduct

Gateway follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
2 changes: 1 addition & 1 deletion docs/latest/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
`Envoy Gateway </>`_
=============
====================

Release: |version|

Expand Down
4 changes: 2 additions & 2 deletions docs/latest/user/tls-passthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ kubectl apply -f https://raw.githubusercontent.com/envoyproxy/gateway/latest/exa

Patch the Gateway from the Quickstart guide to include a TLS listener that listens on port `6443` and is configured for TLS mode Passthrough:

```console
$ kubectl patch gateway eg --type=json --patch '[{
```shell
kubectl patch gateway eg --type=json --patch '[{
"op": "add",
"path": "/spec/listeners/-",
"value": {
Expand Down
4 changes: 2 additions & 2 deletions docs/v0.2.0/design/gatewayapi-translator.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
allowedRoutes:
namespaces:
from: All
hostname: *.envoygateway.io
hostname: "*.envoygateway.io"
- name: http
protocol: HTTP
port: 80
Expand All @@ -75,7 +75,7 @@ spec:
allowedRoutes:
namespaces:
from: All
hostname: *.envoygateway.io
hostname: "*.envoygateway.io"
- name: http
protocol: HTTP
port: 80
Expand Down
2 changes: 1 addition & 1 deletion docs/v0.2.0/dev/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Community Code of Conduct
# Community Code of Conduct

Gateway follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
2 changes: 1 addition & 1 deletion docs/v0.2.0/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
`Envoy Gateway </>`_
=============
====================

Release: |version|

Expand Down
4 changes: 2 additions & 2 deletions docs/v0.2.0/user/tls-passthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ kubectl apply -f https://raw.githubusercontent.com/envoyproxy/gateway/v0.2.0/exa

Patch the Gateway from the Quickstart guide to include a TLS listener that listens on port `6443` and is configured for TLS mode Passthrough:

```console
$ kubectl patch gateway eg --type=json --patch '[{
```shell
kubectl patch gateway eg --type=json --patch '[{
"op": "add",
"path": "/spec/listeners/-",
"value": {
Expand Down

0 comments on commit 9cfbacf

Please sign in to comment.