From c22196cb77f492b06a5867e83595f5fe36810a72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Thu, 25 Jul 2024 17:23:34 +0200 Subject: [PATCH] docs: add new android sdk readme (#7665) This will download the README of the new SDK from the remote location based on this: https://github.com/Unleash/unleash/blob/1e3c6901850e1719f870dae08350ef806564e038/website/docusaurus.config.js#L883-L892 And we can here see the preview: https://unleash-docs-git-update-internal-docs-to-ne-9ba815-unleash-team.vercel.app/reference/sdks/android-proxy --- website/remote-content/sdks.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/remote-content/sdks.js b/website/remote-content/sdks.js index c0b07a97f3..18684f2361 100644 --- a/website/remote-content/sdks.js +++ b/website/remote-content/sdks.js @@ -55,6 +55,10 @@ const serverSideSdks = { const clientSideSdks = { 'unleash-android-proxy-sdk': { + sidebarName: 'Android (legacy)', + slugName: 'android-proxy-legacy', + }, + 'unleash-android': { sidebarName: 'Android', slugName: 'android-proxy', },