-
Notifications
You must be signed in to change notification settings - Fork 28
/
docs.json
28 lines (28 loc) · 870 Bytes
/
docs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "React Turnstile Docs",
"description": "React Turnstile is an unofficial integration of Cloudflare Turnstile for React.",
"theme": "#f69b41",
"sidebar": [
["Getting started", "/"],
["Props", "/props"],
["useRef methods", "/use-ref-methods"],
[
"Examples",
[
["Basic usage", "/basic-usage"],
["Custom props", "/custom-props"],
["Managing widget status", "/managing-widget-status"],
["Interact with the widget", "/interact-with-the-widget"],
["Get widget token", "/get-widget-token"],
["Handling expiration", "/handling-expiration"],
["Validating a token", "/validating-a-token"],
["Manual script injection", "/manual-script-injection"],
["Multiple widgets", "/multiple-widgets"]
]
]
],
"variables": {
"siteKey": "1x00000000000000000000AA",
"secretKey": "1x0000000000000000000000000000000AA"
}
}