Skip to content

Commit 54835d0

Browse files
committed
add array docs rework
1 parent d822f66 commit 54835d0

10 files changed

Lines changed: 430 additions & 874 deletions

File tree

docs/arrays.md

Lines changed: 423 additions & 0 deletions
Large diffs are not rendered by default.

docs/config.json

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@
111111
{
112112
"label": "Splitting Forms",
113113
"to": "splitting-forms"
114+
},
115+
{
116+
"label": "Arrays",
117+
"to": "arrays"
114118
}
115119
],
116120
"frameworks": [
@@ -125,10 +129,6 @@
125129
"label": "Async Initial Values",
126130
"to": "framework/react/guides/async-initial-values"
127131
},
128-
{
129-
"label": "Arrays",
130-
"to": "framework/react/guides/arrays"
131-
},
132132
{
133133
"label": "UI Libraries",
134134
"to": "framework/react/guides/ui-libraries"
@@ -158,10 +158,6 @@
158158
"label": "Async Initial Values",
159159
"to": "framework/preact/guides/async-initial-values"
160160
},
161-
{
162-
"label": "Arrays",
163-
"to": "framework/preact/guides/arrays"
164-
},
165161
{
166162
"label": "UI Libraries",
167163
"to": "framework/preact/guides/ui-libraries"
@@ -183,10 +179,6 @@
183179
"label": "Async Initial Values",
184180
"to": "framework/vue/guides/async-initial-values"
185181
},
186-
{
187-
"label": "Arrays",
188-
"to": "framework/vue/guides/arrays"
189-
},
190182
{
191183
"label": "UI Libraries",
192184
"to": "framework/vue/guides/ui-libraries"
@@ -208,10 +200,6 @@
208200
"label": "Async Initial Values",
209201
"to": "framework/solid/guides/async-initial-values"
210202
},
211-
{
212-
"label": "Arrays",
213-
"to": "framework/solid/guides/arrays"
214-
},
215203
{
216204
"label": "UI Libraries",
217205
"to": "framework/solid/guides/ui-libraries"
@@ -233,10 +221,6 @@
233221
"label": "Async Initial Values",
234222
"to": "framework/lit/guides/async-initial-values"
235223
},
236-
{
237-
"label": "Arrays",
238-
"to": "framework/lit/guides/arrays"
239-
},
240224
{
241225
"label": "UI Libraries",
242226
"to": "framework/lit/guides/ui-libraries"
@@ -258,10 +242,6 @@
258242
"label": "Async Initial Values",
259243
"to": "framework/svelte/guides/async-initial-values"
260244
},
261-
{
262-
"label": "Arrays",
263-
"to": "framework/svelte/guides/arrays"
264-
},
265245
{
266246
"label": "UI Libraries",
267247
"to": "framework/svelte/guides/ui-libraries"
@@ -914,4 +894,4 @@
914894
]
915895
}
916896
]
917-
}
897+
}

docs/framework/angular/guides/arrays.md

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

docs/framework/lit/guides/arrays.md

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

0 commit comments

Comments
 (0)