[Docs] Fix indentations for 2-level items in deprecation_policy.md (#20352)

Signed-off-by: windsonsea <haifeng.yao@daocloud.io>
This commit is contained in:
Michael Yao 2025-07-02 14:50:31 +08:00 committed by GitHub
parent ba51aea65e
commit d853520b3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,14 +37,14 @@ multiple Y releases:
- **Timeline**: A removal version is explicitly stated in the deprecation - **Timeline**: A removal version is explicitly stated in the deprecation
warning (e.g., "This will be removed in v0.10.0"). warning (e.g., "This will be removed in v0.10.0").
- **Communication**: Deprecation is noted in the following, as applicable: - **Communication**: Deprecation is noted in the following, as applicable:
- Help strings - Help strings
- Log output - Log output
- API responses - API responses
- `/metrics` output (for metrics features) - `/metrics` output (for metrics features)
- User-facing documentation - User-facing documentation
- Release notes - Release notes
- GitHub Issue (RFC) for feedback - GitHub Issue (RFC) for feedback
- Documentation and use of the `@typing_extensions.deprecated` decorator for Python APIs - Documentation and use of the `@typing_extensions.deprecated` decorator for Python APIs
**2.Deprecated (Off By Default)** **2.Deprecated (Off By Default)**