Skip to content

Commit 7aa3d4f

Browse files
authored
[RN][Docs] Refactor the Advanced Topics of the Component (#4568)
1 parent 498069c commit 7aa3d4f

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Advanced Topics on Native Modules Development
2+
3+
This document contains a set of advanced topics to implement more complex functionalities of Native Components. It is recommended to first read the [Codegen](/docs/the-new-architecture/what-is-codegen) section and the guides on [Native Components](/docs/fabric-native-components-introduction).
4+
5+
This guide will cover the following topics:
6+
7+
- [Direct Manipulation](/docs/the-new-architecture/direct-manipulation-new-architecture)
8+
- [Measuring the Layout](/docs/the-new-architecture/layout-measurements)

Diff for: docs/the-new-architecture/advanced-topics-modules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Advanced Topics on Native Modules Development
22

3-
This document contains a set of advanced topics to implement more complex functionalities of Native Modules. It is recommended to first read the [Codegen](/the-new-architecture/what-is-codegen) section and the guides on [Native Modules](/turbo-native-modules-introduction).
3+
This document contains a set of advanced topics to implement more complex functionalities of Native Modules. It is recommended to first read the [Codegen](/docs/the-new-architecture/what-is-codegen) section and the guides on [Native Modules](/docs/turbo-native-modules-introduction).
44

55
This guide will cover the following topics:
66

Diff for: website/sidebars.ts

+2-7
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,8 @@ export default {
125125
},
126126
{
127127
type: 'doc',
128-
id: 'the-new-architecture/direct-manipulation-new-architecture',
129-
label: 'Direct Manipulation',
130-
},
131-
{
132-
type: 'doc',
133-
id: 'the-new-architecture/layout-measurements',
134-
label: 'Measuring the Layout',
128+
id: 'the-new-architecture/advanced-topics-components',
129+
label: 'Advanced Topics',
135130
},
136131
],
137132
},

0 commit comments

Comments
 (0)