diff options
| author | Nick Brassel | 2024-06-13 03:55:52 +0200 |
|---|---|---|
| committer | GitHub | 2024-06-13 03:55:52 +0200 |
| commit | 7247039742fb81cbf1e443c23a8070afb5961762 (patch) | |
| tree | 207b91dcda08279657e5ea76d389ed6983a7595d /docs/_sidebar.json | |
| parent | e69d30a9e915cfed7c4abe07eecb82831747f180 (diff) | |
Fixup docs. (#23906)
Diffstat (limited to 'docs/_sidebar.json')
| -rw-r--r-- | docs/_sidebar.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_sidebar.json b/docs/_sidebar.json index b41719e4b3..2f64607dea 100644 --- a/docs/_sidebar.json +++ b/docs/_sidebar.json @@ -212,7 +212,8 @@ "text": "Most Recent ChangeLog", "link": "/ChangeLog/20240526" }, - { "text": "Past Breaking Changes", "link": "/breaking_changes_history" } + { "text": "Past Breaking Changes", "link": "/breaking_changes_history" }, + { "text": "Deprecation Policy", "link": "/support_deprecation_policy" } ] }, |