Skip to content

Commit 1df0be0

Browse files
authored
add display: children for basic tutorials (#3326)
1 parent 0fe78bd commit 1df0be0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/src/pages/tutorial/_meta.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
export default {
2-
basic: 'Basic',
2+
basic: {
3+
title: 'Basic',
4+
display: 'children',
5+
},
36
advanced: {
47
title: 'Advanced',
58
display: 'hidden',

0 commit comments

Comments
 (0)