-
-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathdocs.json
259 lines (259 loc) · 5.95 KB
/
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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
{
"$schema": "https://docs.page/schema.json",
"name": "Jaspr",
"logo": {
"light": "https://raw.githubusercontent.com/schultek/jaspr/refs/heads/main/assets/logo.png",
"dark": "https://raw.githubusercontent.com/schultek/jaspr/refs/heads/main/assets/logo_outline.png"
},
"favicon": "https://raw.githubusercontent.com/schultek/jaspr/refs/heads/main/assets/favicon.png",
"anchors": [
{
"title": "Website",
"icon": "globe",
"href": "https://jaspr.site"
},
{
"title": "Discord",
"icon": "discord",
"href": "https://discord.gg/XGXrGEk4c6"
},
{
"title": "Playground",
"icon": "code",
"href": "https://playground.jaspr.site"
},
{
"title": "Bluesky",
"icon": "bluesky",
"href": "https://bsky.app/profile/schultek.dev"
},
{
"title": "X",
"icon": "x-twitter",
"href": "https://x.com/schultek_dev"
}
],
"social": {
"x": "@schultek_dev",
"github": "schultek"
},
"theme": {
"primary": "#01589B",
"primaryDark": "#41C3FE"
},
"sidebar": [
{
"pages": [
{
"title": "\uD83D\uDCD6 Overview",
"href": "/"
},
{
"title": "\uD83E\uDD4A Jaspr vs Flutter Web",
"href": "/jaspr-vs-flutter-web"
}
]
},
{
"group": "Get Started",
"pages": [
{
"title": "\uD83D\uDEEB Installation",
"href": "/get_started/installation"
},
{
"title": "\uD83D\uDD79 Jaspr CLI",
"href": "/get_started/cli"
},
{
"title": "\uD83D\uDCDF Rendering Modes",
"href": "/get_started/modes"
},
{
"title": "\uD83D\uDCA7 Hydration",
"href": "/get_started/hydration"
},
{
"title": "\uD83D\uDCE6 Project Structure",
"href": "/get_started/project_structure"
},
{
"title": "\uD83E\uDDF9 Linting",
"href": "/get_started/linting"
}
]
},
{
"group": "Key Concepts",
"pages": [
{
"title": "\uD83E\uDDF1 Component System",
"href": "/concepts/components"
},
{
"title": "\uD83D\uDD8D Writing HTML",
"href": "/concepts/html"
},
{
"title": "\uD83C\uDFA8 Styling",
"href": "/concepts/styling"
},
{
"title": "\uD83E\uDDED Routing",
"href": "/concepts/routing"
},
{
"title": "\uD83D\uDCE1 Data Fetching",
"href": "/concepts/data_fetching"
},
{
"title": "\uD83D\uDD0E SEO & Meta",
"href": "/concepts/seo"
},
{
"title": "\uD83E\uDDEA Testing",
"href": "/concepts/testing"
},
{
"title": "\uD83C\uDF10 Deploying",
"href": "/concepts/deploying"
}
]
},
{
"group": "Going Further",
"pages": [
{
"title": "\uD83D\uDC99 Flutter Embedding",
"href": "/going_further/flutter_embedding"
},
{
"title": "\uD83E\uDE90 Custom Backend",
"href": "/going_further/backend"
},
{
"title": "\uD83C\uDF1F Contributing",
"href": "/going_further/contributing"
}
]
},
{
"group": "Ecosystem",
"pages": [
{
"title": "\uD83C\uDF0A Riverpod",
"href": "/eco/riverpod"
},
{
"title": "\uD83C\uDF2C️ Tailwind",
"href": "/eco/tailwind"
},
{
"title": "\uD83D\uDCDA Third-Party Packages",
"href": "/eco/packages"
}
]
},
{
"group": "Components",
"pages": [
{
"title": "Document",
"href": "/components/document"
},
{
"title": "RawText",
"href": "/components/raw_text"
},
{
"title": "AsyncBuilder",
"href": "/components/async_components"
},
{
"title": "AsyncStatelessComponent",
"href": "/components/async_components"
},
{
"title": "Router",
"href": "/components/router"
},
{
"title": "Link",
"href": "/components/link"
},
{
"title": "Style",
"href": "/components/style"
},
{
"title": "FlutterEmbedView",
"href": "/components/flutter_embed_view"
},
{
"title": "Fragment",
"href": "/components/fragment"
}
]
},
{
"group": "Utilities",
"pages": [
{
"title": "runApp",
"href": "/utils/run_app"
},
{
"title": "@client",
"href": "/utils/at_client"
},
{
"title": "@css / css()",
"href": "/utils/at_css"
},
{
"title": "Styles",
"href": "/utils/styles"
},
{
"title": "events()",
"href": "/utils/events"
},
{
"title": "@sync",
"href": "/utils/at_sync"
},
{
"title": "SyncStateMixin",
"href": "/utils/sync_state_mixin"
},
{
"title": "PreloadStateMixin",
"href": "/utils/preload_state_mixin"
},
{
"title": "@encoder/@decoder",
"href": "/utils/at_encoder_decoder"
},
{
"title": "GlobalNodeKey",
"href": "/utils/global_node_key"
},
{
"title": "@Import",
"href": "/utils/at_import"
},
{
"title": "ViewTransitionMixin",
"href": "/utils/view_transition_mixin"
}
]
}
],
"search": {
"docsearch": {
"appId": "0JMHSW1KVQ",
"apiKey": "8468af6f1ca29778add97e829aa8f69a",
"indexName": "schultek"
}
}
}