1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

docs: add new android sdk readme (#7665)

This will download the README of the new SDK from the remote location
based on this:

1e3c690185/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
This commit is contained in:
Gastón Fournier 2024-07-25 17:23:34 +02:00 committed by GitHub
parent 5b37a90390
commit c22196cb77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',
},