From e2afde42b109fa098fd0081c88a98fb4ea6772af Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Tue, 9 Apr 2019 15:42:10 +0000 Subject: [PATCH] docs: deprecated.md to sphinx docs (#6454) Moved DEPRECATED.md to sphinx docs. Risk Level: Low - only documentation Testing: Compiles with sphinx docs without warnings or errors Docs Changes: deprecated.rst created in intro section of sphinx docs and added to toctree Release Notes: N/A Fixes: #6386 Signed-off-by: HashedDan Mirrored from https://github.com/envoyproxy/envoy @ fd7c172af181275693297efbe148fd8bb414ef48 --- envoy/api/v2/cds.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy/api/v2/cds.proto b/envoy/api/v2/cds.proto index e13f8dc7..6fb858ef 100644 --- a/envoy/api/v2/cds.proto +++ b/envoy/api/v2/cds.proto @@ -194,7 +194,7 @@ message Cluster { // :ref:`STRICT_DNS` // or :ref:`LOGICAL_DNS` clusters. // This field supersedes :ref:`hosts` field. - // [#comment:TODO(dio): Deprecate the hosts field and add it to DEPRECATED.md + // [#comment:TODO(dio): Deprecate the hosts field and add it to :ref:`deprecated log` // once load_assignment is implemented.] // // .. attention::