Skip to content

Commit c1e13fc

Browse files
some edits
1 parent ea5694e commit c1e13fc

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

src/content/docs/turnstile/concepts/widget.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ Refer to [Widget configurations](/turnstile/get-started/client-side-rendering/wi
5252

5353
### Appearance and themes
5454

55-
Turnstile widgets support multiple appearance modes and themes to match your website's design. Refer to [Widget configurations](/turnstile/get-started/client-side-rendering/widget-configurations/) for implementation details.
55+
Turnstile widgets support multiple appearance modes and themes to match your website's design.
56+
57+
Refer to [Widget configurations](/turnstile/get-started/client-side-rendering/widget-configurations/) for implementation details.
5658

5759
---
5860

src/content/docs/turnstile/get-started/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Turnstile widgets are the foundation of your bot protection implementation.
3030
Regardless of how you create and manage your widgets, you will still need to [embed the widget](/turnstile/get-started/client-side-rendering/) on your webpage and [validate the token](/turnstile/get-started/server-side-validation/) on your server.
3131
:::
3232

33-
Implementing Turnstile involves two essential components that work together.
33+
Implementing Turnstile involves two essential components that work together:
3434

3535
1. Client-side: [Embed the widget](/turnstile/get-started/client-side-rendering/)
3636

@@ -40,7 +40,7 @@ Implementing Turnstile involves two essential components that work together.
4040

4141
Verify the tokens on your server using the Siteverify API to ensure they are authentic and have not been tampered with.
4242

43-
Refer to [Implementation](#implementation) below for guidance on how to implement Turnstile to your website.
43+
Refer to [Implementation](#implementation) below for guidance on how to implement Turnstile on your website.
4444

4545
---
4646

@@ -60,7 +60,7 @@ Select your preferred implementation method:
6060

6161
Add the Turnstile widget to your webpage forms and applications.
6262

63-
Refer to [Embed the widget](/turnstile/get-started/client-side-rendering/) to learn more about implicit and explicit rendering methods
63+
Refer to [Embed the widget](/turnstile/get-started/client-side-rendering/) to learn more about implicit and explicit rendering methods.
6464

6565
### 3. Validate tokens
6666

src/content/partials/turnstile/widget-components.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
---
55

6-
Every widget has:
6+
Each widget gets its own unique sitekey and secret key pair, and options for configurations.
77

8-
- A sitekey: Public key used to invoke the Turnstile widget on your site.
9-
- A secret key: Private key used for server-side token validation.
10-
- Configurations: Mode, hostnames, appearance settings, and other options.
11-
12-
Each widget gets its own unique sitekey and secret key pair.
8+
| Component | Description |
9+
| --- | --- |
10+
| Sitekey | Public key used to invoke the Turnstile widget on your site. |
11+
| Secret key | Private key used for server-side token validation. |
12+
| Configurations | Mode, hostnames, appearance settings, and other options. |

0 commit comments

Comments
 (0)