docs: Improve builds for Envoy and mobile (stamping) (#29887)

Signed-off-by: Ryan Northey <ryan@synca.io>

Mirrored from https://github.com/envoyproxy/envoy @ d3a226ca21a15f53f15702a50dba733354da025f
main
update-envoy[bot] 1 year ago
parent 82a19f96bc
commit f471d6cee2
  1. 6
      CONTRIBUTING.md

@ -23,19 +23,19 @@ documentation.
The documentation can be built locally in the root of https://github.com/envoyproxy/envoy via: The documentation can be built locally in the root of https://github.com/envoyproxy/envoy via:
``` ```
docs/build.sh ci/do_ci.sh docs
``` ```
To skip configuration examples validation: To skip configuration examples validation:
``` ```
SPHINX_SKIP_CONFIG_VALIDATION=true docs/build.sh SPHINX_SKIP_CONFIG_VALIDATION=true ci/do_ci.sh docs
``` ```
Or to use a hermetic Docker container: Or to use a hermetic Docker container:
``` ```
./ci/run_envoy_docker.sh './ci/do_ci.sh docs' ./ci/run_envoy_docker.sh 'ci/do_ci.sh docs'
``` ```
This process builds RST documentation directly from the proto files, merges it with the static RST This process builds RST documentation directly from the proto files, merges it with the static RST

Loading…
Cancel
Save