Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/turnstile/concepts/widget.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Every instance of Turnstile belongs to a Turnstile widget. It is configured on a

The 3 modes for Turnstile are **Managed**, **Non-Interactive**, and **Invisible**.

Refer to [appearance modes](/turnstile/get-started/client-side-rendering/#appearance-modes) to configure whether to have the widget be always visible or visible only when interaction is required.
Refer to [appearance modes](/turnstile/get-started/client-side-rendering/#appearance-modes) to configure whether to have the widget be always visible or visible only when interaction is required, and to customize your widget theme between automatic, light, or dark mode.

Widgets can be implemented in normal, flexible, or compact sizes.

Expand Down
2 changes: 0 additions & 2 deletions src/content/docs/turnstile/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ Cloudflare’s smart CAPTCHA alternative.

Turnstile can be embedded into any website without sending traffic through Cloudflare and works without showing visitors a CAPTCHA.

<Plan type="all" />

![Turnstile Overview](~/assets/images/turnstile/turnstile-overview.png)

<Render file="challenge-behavior" />
Expand Down
Loading