Skip to content

Commit c1740c8

Browse files
authored
Fix heading in codegen-cli.md (#4532)
Using an H1 here causes the TOC to entirely skip this section. See it here: https://reactnative.dev/docs/the-new-architecture/codegen-cli
1 parent cba0d78 commit c1740c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/the-new-architecture/codegen-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ npx @react-native-community/cli codegen \
3939
--outputPath third-party/some-library/android/generated
4040
```
4141

42-
# Including Generated Code into Libraries
42+
## Including Generated Code into Libraries
4343

4444
The Codegen CLI is a great tool for library developers. It can be used to take a sneak-peek at the generated code to see which interfaces you need to implement.
4545

0 commit comments

Comments
 (0)