Commit a2e15617 authored by Constance Caramanolis's avatar Constance Caramanolis Committed by Greg Greenway
Browse files

Update docs build links (#476)


Signed-off-by: default avatarConstance Caramanolis <ccaramanolis@lyft.com>
parent 11adebcc
Showing with 2 additions and 2 deletions
+2 -2
......@@ -37,8 +37,8 @@ The following high level procedure is used to make Envoy changes that require AP
./ci/run_envoy_docker.sh './ci/do_ci.sh bazel.test'
./ci/run_envoy_docker.sh './ci/do_ci.sh bazel.docs'
```
*Note: New .proto files should be also included to [build.sh](https://github.com/envoyproxy/data-plane-api/blob/931aaabad939ecb1feeeaf7fbe41be15c47048d3/docs/build.sh#L28) and
[BUILD](https://github.com/envoyproxy/data-plane-api/blob/931aaabad939ecb1feeeaf7fbe41be15c47048d3/api/BUILD#L389) in order to get the RSTs generated.*
*Note: New .proto files should be also included to [build.sh](https://github.com/envoyproxy/data-plane-api/blob/4e533f22baced334c4aba68fb60c5fc439f0fe9c/docs/build.sh#L28) and
[BUILD](https://github.com/envoyproxy/data-plane-api/blob/master/docs/BUILD) in order to get the RSTs generated.*
3. All configuration changes should have temporary associated documentation. Fields should be
hidden from the documentation via the `[#not-implemented-hide:]` comment tag. E.g.,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment