From f471d6cee2deccc5fc002dc32bb1d1391b011f5d Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:04:28 +0000 Subject: [PATCH] docs: Improve builds for Envoy and mobile (stamping) (#29887) Signed-off-by: Ryan Northey Mirrored from https://github.com/envoyproxy/envoy @ d3a226ca21a15f53f15702a50dba733354da025f --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1e61a70..0ff24462 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,19 +23,19 @@ documentation. 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: ``` -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: ``` -./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