From 5333b404da94a8fd9663d1f078d08d3ffc656290 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 16:24:30 +0000 Subject: [PATCH] chore: remove sdk from side bar (backport #17374) (#17375) --- docs/docs/migrations/_category_.json | 4 ++-- docs/docs/modules/_category_.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/migrations/_category_.json b/docs/docs/migrations/_category_.json index add3887b86..95d1d4717e 100644 --- a/docs/docs/migrations/_category_.json +++ b/docs/docs/migrations/_category_.json @@ -1,5 +1,5 @@ { - "label": "SDK Migrations", + "label": "Migrations", "position": 6, "link": null -} \ No newline at end of file +} diff --git a/docs/docs/modules/_category_.json b/docs/docs/modules/_category_.json index 6038c76622..7202a9479d 100644 --- a/docs/docs/modules/_category_.json +++ b/docs/docs/modules/_category_.json @@ -1,5 +1,5 @@ { - "label": "SDK Modules", + "label": "Modules", "position": 7, "link": null -} \ No newline at end of file +}