-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdocs.json
More file actions
100 lines (99 loc) · 2.48 KB
/
Copy pathdocs.json
File metadata and controls
100 lines (99 loc) · 2.48 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"$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": "Essentials",
"pages": [
{ "title": "Schema Types", "href": "/core-concepts/schemas" },
{ "title": "Validation Rules", "href": "/core-concepts/validation" },
{ "title": "Error Handling", "href": "/core-concepts/error-handling" },
{
"title": "JSON Serialization",
"href": "/core-concepts/json-serialization"
}
]
},
{
"group": "How-To Guides",
"pages": [
{
"title": "Flutter Form Validation",
"href": "/guides/flutter-form-validation"
},
{ "title": "Common Recipes", "href": "/guides/common-recipes" },
{ "title": "Custom Validation", "href": "/guides/custom-validation" }
]
},
{
"group": "Advanced",
"pages": [
{ "title": "Codecs", "href": "/core-concepts/codecs" },
{
"title": "TypeSafe Schemas",
"href": "/core-concepts/typesafe-schemas"
},
{
"title": "JSON Schema Integration",
"href": "/guides/json-schema-integration"
},
{ "title": "Configuration", "href": "/core-concepts/configuration" }
]
},
{
"group": "Adapter Authors",
"pages": [
{
"title": "Adapter Package Quickstart",
"href": "/guides/schema-converter-quickstart"
},
{
"title": "Creating Adapter Packages",
"href": "/guides/creating-schema-converter-packages"
}
]
},
{
"group": "Reference",
"pages": [{ "title": "API Reference", "href": "/api-reference/" }]
}
],
"variables": {
"versions": {
"default": "1.1.0",
"isPrerelease": false
}
},
"search": {},
"content": {
"showPageTitle": true,
"zoomImages": true
}
}