From 6d586686dd7eefce657dbd7837a5e4f97904e8bf Mon Sep 17 00:00:00 2001 From: Aimen Sahnoun Date: Wed, 4 Mar 2026 01:30:34 +0400 Subject: [PATCH] =?UTF-8?q?docs(nav):=20remove=20beta=20banner=20and=20hid?= =?UTF-8?q?e=20SDK=20legacy=20tab=20from=20navigation=20Clean=20up=20globa?= =?UTF-8?q?l=20docs=20navigation=20by=20removing=20the=20temporary=20beta?= =?UTF-8?q?=20status=20messaging=20and=20taking=20the=20SDK=20(Legacy)=20t?= =?UTF-8?q?ab=20out=20of=20the=20top-level=20tabs=20for=20now.=20-=20remov?= =?UTF-8?q?ed=20`banner`=20block=20from=20`docs.json`=20to=20eliminate=20t?= =?UTF-8?q?he=20=E2=80=9CBeta=20Docs=E2=80=9D=20notice=20-=20removed=20the?= =?UTF-8?q?=20entire=20`SDK=20(Legacy)`=20tab=20from=20`navigation.tabs`?= =?UTF-8?q?=20-=20kept=20underlying=20SDK=20files=20in=20the=20repository?= =?UTF-8?q?=20untouched=20(only=20navigation=20changed)=20-=20validated=20?= =?UTF-8?q?`docs.json`=20structure=20remains=20valid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs.json b/docs.json index e410fb9..c528ad6 100644 --- a/docs.json +++ b/docs.json @@ -30,10 +30,6 @@ "thumbnails": { "appearance": "dark" }, - "banner": { - "content": "⚠️ **Beta Docs** – Welcome page, Payment Demo, Webhooks, and NEAR docs are ready. Use Cases, API, Resources, SDK, and Release Notes are still being revised. [View stable docs →](https://docs.request.network)", - "dismissible": false - }, "navigation": { "tabs": [ { @@ -166,17 +162,6 @@ ] } ] - }, - { - "tab": "SDK (Legacy)", - "groups": [ - { - "group": "🔧 SDK Documentation", - "pages": [ - "sdk-legacy/overview" - ] - } - ] } ] },