From d853520b3e47136c3e434cfcfea0473d352f0971 Mon Sep 17 00:00:00 2001 From: Michael Yao Date: Wed, 2 Jul 2025 14:50:31 +0800 Subject: [PATCH] [Docs] Fix indentations for 2-level items in deprecation_policy.md (#20352) Signed-off-by: windsonsea --- docs/contributing/deprecation_policy.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/contributing/deprecation_policy.md b/docs/contributing/deprecation_policy.md index 598f1612d3af..ff69cbae08b2 100644 --- a/docs/contributing/deprecation_policy.md +++ b/docs/contributing/deprecation_policy.md @@ -37,14 +37,14 @@ multiple Y releases: - **Timeline**: A removal version is explicitly stated in the deprecation warning (e.g., "This will be removed in v0.10.0"). - **Communication**: Deprecation is noted in the following, as applicable: - - Help strings - - Log output - - API responses - - `/metrics` output (for metrics features) - - User-facing documentation - - Release notes - - GitHub Issue (RFC) for feedback - - Documentation and use of the `@typing_extensions.deprecated` decorator for Python APIs + - Help strings + - Log output + - API responses + - `/metrics` output (for metrics features) + - User-facing documentation + - Release notes + - GitHub Issue (RFC) for feedback + - Documentation and use of the `@typing_extensions.deprecated` decorator for Python APIs **2.Deprecated (Off By Default)**