Skip to content

Commit

Permalink
docs: fix android admonition formatting (#2800)
Browse files Browse the repository at this point in the history
This change fixes a formatting issue which causes the entire document to
be rendered inside of the admonition.
  • Loading branch information
thomasheartman committed Jan 3, 2023
1 parent 82a4191 commit 01b05fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/docs/reference/sdks/android-proxy.md
Expand Up @@ -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

Expand Down

0 comments on commit 01b05fb

Please sign in to comment.