Skip to content

Commit d3a2b9d

Browse files
sidebar nav order
1 parent 587a109 commit d3a2b9d

File tree

8 files changed

+15
-35
lines changed

8 files changed

+15
-35
lines changed

src/content/docs/turnstile/demos.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/content/docs/turnstile/extensions/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Extensions
33
pcx_content_type: navigation
44
sidebar:
5-
order: 8
5+
order: 9
66
group:
77
hideIndex: true
88

src/content/docs/turnstile/glossary.mdx

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/content/docs/turnstile/migration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Migration
33
pcx_content_type: migration
44
sidebar:
5-
order: 7
5+
order: 6
66
---
77

88
If you are using alternative CAPTCHA services, you can switch to Cloudflare Turnstile using the guides below to assist with the upgrade process.

src/content/docs/turnstile/reference/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Reference
33
pcx_content_type: navigation
44
sidebar:
5-
order: 9
5+
order: 10
66
group:
77
hideIndex: true
88

src/content/docs/turnstile/troubleshooting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshooting
33
pcx_content_type: navigation
44
sidebar:
5-
order: 7
5+
order: 8
66
group:
77
hideIndex: true
88

src/content/docs/turnstile/turnstile-analytics/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Turnstile Analytics
33
pcx_content_type: how-to
44
sidebar:
5-
order: 6
5+
order: 5
66
description: Use Turnstile Analytics to view the number of challenges issued,
77
the challenge solve rate, and the metrics of issued challenges.
88

src/content/docs/turnstile/tutorials/index.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,20 @@ title: Tutorials
33
pcx_content_type: navigation
44
hideChildren: true
55
sidebar:
6-
order: 5
6+
order: 7
77

88
---
99

10-
import { GlossaryTooltip, ListTutorials } from "~/components"
10+
import { GlossaryTooltip, ListTutorials, ExternalResources } from "~/components"
1111

1212
View <GlossaryTooltip term="tutorial">tutorials</GlossaryTooltip> to help you get started with Turnstile.
1313

1414
<ListTutorials />
15+
16+
## Demo
17+
18+
Learn how you can use Turnstile within your existing application.
19+
20+
Explore the following <GlossaryTooltip term="demo application">demo applications</GlossaryTooltip> for Turnstile.
21+
22+
<ExternalResources type="apps" products={["Turnstile"]} />

0 commit comments

Comments
 (0)