mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
docs(v2): removed duplicate text under "Using React" section (#3201)
* removed duplicate text under "Using React" section * docs(v2): removed duplicate text under "Using React" section in trunk docs
This commit is contained in:
parent
03960a8712
commit
0d7314a6f7
2 changed files with 0 additions and 4 deletions
|
@ -113,8 +113,6 @@ All JavaScript/TypeScript files within the `src/pages/` directory will have corr
|
|||
|
||||
## Using React
|
||||
|
||||
React is used as the UI library to create pages. Every page component should export a React component and you can leverage on the expressiveness of React to build rich and interactive content.
|
||||
|
||||
React is used as the UI library to create pages. Every page component should export a React component, and you can leverage on the expressiveness of React to build rich and interactive content.
|
||||
|
||||
## Duplicate Routes
|
||||
|
|
|
@ -113,8 +113,6 @@ All JavaScript/TypeScript files within the `src/pages/` directory will have corr
|
|||
|
||||
## Using React
|
||||
|
||||
React is used as the UI library to create pages. Every page component should export a React component and you can leverage on the expressiveness of React to build rich and interactive content.
|
||||
|
||||
React is used as the UI library to create pages. Every page component should export a React component, and you can leverage on the expressiveness of React to build rich and interactive content.
|
||||
|
||||
## Duplicate Routes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue