Skip to content

Commit 07a4e7e

Browse files
authored
Add targetevent to sidebar (facebook#4622)
* Add targetevent to sidebar * Add targetevent to current docs
1 parent f226828 commit 07a4e7e

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

website/sidebars.ts

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,7 @@ export default {
8484
'the-new-architecture/codegen-cli',
8585
],
8686
'Native Development': [
87-
{
88-
type: 'doc',
89-
id: 'native-platform',
90-
label: 'Introduction',
91-
},
87+
{type: 'doc', id: 'native-platform', label: 'Introduction'},
9288
{
9389
type: 'category',
9490
label: 'Modules',
@@ -136,15 +132,8 @@ export default {
136132
collapsible: true,
137133
collapsed: true,
138134
items: [
139-
{
140-
type: 'doc',
141-
id: 'appendix',
142-
label: 'Appendix',
143-
},
144-
{
145-
type: 'doc',
146-
id: 'the-new-architecture/create-module-library',
147-
},
135+
{type: 'doc', id: 'appendix', label: 'Appendix'},
136+
{type: 'doc', id: 'the-new-architecture/create-module-library'},
148137
],
149138
},
150139
],
@@ -299,6 +288,7 @@ export default {
299288
'pressevent',
300289
'react-node',
301290
'rect',
291+
'targetevent',
302292
'viewtoken',
303293
],
304294
},

0 commit comments

Comments
 (0)