Skip to content

Commit 75686c6

Browse files
authored
docs: add tutorial section for solid (#6961)
1 parent 6db686a commit 75686c6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/start/config.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,19 @@
422422
"to": "framework/react/tutorial/fetching-external-api"
423423
}
424424
]
425+
},
426+
{
427+
"label": "solid",
428+
"children": [
429+
{
430+
"label": "Reading and Writing a File",
431+
"to": "framework/solid/tutorial/reading-writing-file"
432+
},
433+
{
434+
"label": "Fetching Data from External API",
435+
"to": "framework/solid/tutorial/fetching-external-api"
436+
}
437+
]
425438
}
426439
]
427440
}

0 commit comments

Comments
 (0)