From b28c38c95dd543d4098961d6c5db0d9a9b8e9bc5 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes Date: Thu, 27 May 2021 21:28:37 -0400 Subject: [PATCH] docs(core): add current nx info on home screen (#5816) --- nx-dev/nx-dev/pages/_app.tsx | 2 +- nx-dev/nx-dev/pages/index.tsx | 552 ++++++++++-------- nx-dev/nx-dev/public/images/computation.svg | 58 ++ .../nx-dev/public/images/dev-experience.svg | 1 + nx-dev/nx-dev/public/images/modern-tools.svg | 1 + .../nx-dev/public/images/youtube-videos.svg | 1 + .../ui/common/src/lib/nx-users-showcase.tsx | 15 +- 7 files changed, 378 insertions(+), 252 deletions(-) create mode 100644 nx-dev/nx-dev/public/images/computation.svg create mode 100644 nx-dev/nx-dev/public/images/dev-experience.svg create mode 100644 nx-dev/nx-dev/public/images/modern-tools.svg create mode 100644 nx-dev/nx-dev/public/images/youtube-videos.svg diff --git a/nx-dev/nx-dev/pages/_app.tsx b/nx-dev/nx-dev/pages/_app.tsx index 55f719b9cc..14b1c8cb36 100644 --- a/nx-dev/nx-dev/pages/_app.tsx +++ b/nx-dev/nx-dev/pages/_app.tsx @@ -8,7 +8,7 @@ export default function CustomApp({ Component, pageProps }: AppProps) { return ( <> - Nx documentation + Nx: Smart, Extensible Build Framework - {/*ANNOUNCEMENT BANNER*/} -
-
-
-
- - - -

- We announced a new nx.dev! - - Big news! We're excited to announce a brand new nx.dev. - -

-
-
- - Learn more - -
-
- -
-
-
-
- {/*INTRO COMPONENT*/} -
-
+
+
-

+

Smart, Extensible Build Framework

Build full-stack applications with modern tools and reinforce - best practices for your entire development team. Use Nx to build - software at scale, the better way. + best practices for your entire development team.

- + Get Started @@ -95,189 +33,325 @@ export function Index() {
-