-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdocs.json
More file actions
80 lines (79 loc) · 1.96 KB
/
docs.json
File metadata and controls
80 lines (79 loc) · 1.96 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"$schema": "https://docs.page/schema.json",
"name": "Ack",
"description": "Documentation for the Ack project",
"socialPreview": "/assets/ack-social.png",
"theme": {
"defaultTheme": "dark"
},
"header": {
"showName": true,
"showThemeToggle": false,
"showGitHubCard": true
},
"social": {
"github": "btwld/ack"
},
"seo": {
"noindex": false
},
"sidebar": [
{
"group": "Getting Started",
"pages": [
{ "title": "Overview", "href": "/" },
{ "title": "Installation", "href": "/getting-started/installation" },
{
"title": "Quickstart Tutorial",
"href": "/getting-started/quickstart-tutorial"
}
]
},
{
"group": "Core Concepts",
"pages": [
{ "title": "Schema Types", "href": "/core-concepts/schemas" },
{ "title": "Validation Rules", "href": "/core-concepts/validation" },
{
"title": "TypeSafe Schemas",
"href": "/core-concepts/typesafe-schemas"
},
{ "title": "Error Handling", "href": "/core-concepts/error-handling" },
{
"title": "JSON Serialization",
"href": "/core-concepts/json-serialization"
},
{ "title": "Configuration", "href": "/core-concepts/configuration" }
]
},
{
"group": "Guides",
"pages": [
{ "title": "Custom Validation", "href": "/guides/custom-validation" },
{
"title": "JSON Schema Integration",
"href": "/guides/json-schema-integration"
},
{
"title": "Flutter Form Validation",
"href": "/guides/flutter-form-validation"
}
]
},
{
"group": "Reference",
"pages": [{ "title": "API Reference", "href": "/api-reference/" }]
}
],
"variables": {
"versions": {
"default": "0.2.0",
"isPrerelease": true
}
},
"search": {},
"content": {
"showPageTitle": true,
"zoomImages": true
}
}