Validating config in docs (#11394)

Signed-off-by: Dmitri Dolguikh <ddolguik@redhat.com>

Mirrored from https://github.com/envoyproxy/envoy @ a1d3f4b0772e7bd3c5b5a3b798c00d3529787d99
master-ci-test
data-plane-api(CircleCI) 4 years ago
parent f0ef45d664
commit 23106d3503
  1. 6
      CONTRIBUTING.md

@ -26,6 +26,12 @@ The documentation can be built locally in the root of https://github.com/envoypr
docs/build.sh
```
To skip configuration examples validation:
```
SPHINX_SKIP_CONFIG_VALIDATION=true docs/build.sh
```
Or to use a hermetic Docker container:
```

Loading…
Cancel
Save