From 01b05fb0d6cb652eee373c9d4caf7544dcf88ad5 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 3 Jan 2023 13:14:45 +0100 Subject: [PATCH] docs: fix android admonition formatting (#2800) This change fixes a formatting issue which causes the entire document to be rendered inside of the admonition. --- website/docs/reference/sdks/android-proxy.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docs/reference/sdks/android-proxy.md b/website/docs/reference/sdks/android-proxy.md index c8bb668044..e8cf753e47 100644 --- a/website/docs/reference/sdks/android-proxy.md +++ b/website/docs/reference/sdks/android-proxy.md @@ -4,7 +4,11 @@ title: Android Proxy SDK In this guide we'll explain how to use feature toggles in an Android application using Unleash's [Android Proxy SDK](https://github.com/Unleash/unleash-android-proxy-sdk) and the [Unleash Proxy](https://github.com/Unleash/unleash-proxy). -:::note The Android proxy SDK requires the Unleash Proxy or _Unleash v4.16 or later_. Refer to the [Unleash front-end API documentation](../front-end-api.md) guide for simple setup. For large-scale, deployments refer to the [proxy documentation](../unleash-proxy.md) for how to set it up and [how to configure the proxy secrets](../unleash-proxy.md#configuration-variables). ::: +:::note + +The Android proxy SDK requires the Unleash Proxy or _Unleash v4.16 or later_. Refer to the [Unleash front-end API documentation](../front-end-api.md) guide for simple setup. For large-scale, deployments refer to the [proxy documentation](../unleash-proxy.md) for how to set it up and [how to configure the proxy secrets](../unleash-proxy.md#configuration-variables). + +::: ## How to use the Android Proxy SDK