diff --git a/website/sidebars.ts b/website/sidebars.ts index 88c39837eb0..f50ad594030 100644 --- a/website/sidebars.ts +++ b/website/sidebars.ts @@ -84,11 +84,7 @@ export default { 'the-new-architecture/codegen-cli', ], 'Native Development': [ - { - type: 'doc', - id: 'native-platform', - label: 'Introduction', - }, + {type: 'doc', id: 'native-platform', label: 'Introduction'}, { type: 'category', label: 'Modules', @@ -136,15 +132,8 @@ export default { collapsible: true, collapsed: true, items: [ - { - type: 'doc', - id: 'appendix', - label: 'Appendix', - }, - { - type: 'doc', - id: 'the-new-architecture/create-module-library', - }, + {type: 'doc', id: 'appendix', label: 'Appendix'}, + {type: 'doc', id: 'the-new-architecture/create-module-library'}, ], }, ], @@ -299,6 +288,7 @@ export default { 'pressevent', 'react-node', 'rect', + 'targetevent', 'viewtoken', ], },