From 6b20c7c19d8d1902f735ea8e4d9ea67abaa390a6 Mon Sep 17 00:00:00 2001 From: alex busnelli Date: Mon, 3 Aug 2020 14:31:08 -0400 Subject: [PATCH 1/2] removed duplicate text under "Using React" section --- .../version-2.0.0-alpha.61/guides/creating-pages.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/versioned_docs/version-2.0.0-alpha.61/guides/creating-pages.md b/website/versioned_docs/version-2.0.0-alpha.61/guides/creating-pages.md index ed33097f6053..5bb125d30e16 100644 --- a/website/versioned_docs/version-2.0.0-alpha.61/guides/creating-pages.md +++ b/website/versioned_docs/version-2.0.0-alpha.61/guides/creating-pages.md @@ -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 From 398483fcf8e477ae68d5801208464dc1b77c54aa Mon Sep 17 00:00:00 2001 From: alex busnelli Date: Mon, 3 Aug 2020 16:04:31 -0400 Subject: [PATCH 2/2] docs(v2): removed duplicate text under "Using React" section in trunk docs --- website/docs/guides/creating-pages.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/docs/guides/creating-pages.md b/website/docs/guides/creating-pages.md index ed33097f6053..5bb125d30e16 100644 --- a/website/docs/guides/creating-pages.md +++ b/website/docs/guides/creating-pages.md @@ -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