docs(nxdev): remove CTA for nx conf from index and adapt content (#7075)
This commit is contained in:
parent
a70c8212cb
commit
7c75f3f0db
@ -43,69 +43,71 @@ export function ConfWorkshop(): JSX.Element {
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
🔬
|
||||
</span>{' '}
|
||||
Lab 1 - Generate an empty workspace
|
||||
</span>
|
||||
Lab 1 - Generate an empty workspace
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
⚗️
|
||||
</span>{' '}
|
||||
Lab 2 - Generate an Angular app
|
||||
</span>
|
||||
Lab 2 - Generate an Angular app
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
🧪
|
||||
</span>{' '}
|
||||
Lab 3 - Executors
|
||||
</span>
|
||||
Lab 3 - Executors
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
🔭
|
||||
</span>{' '}
|
||||
Lab 4 - Generate a component lib
|
||||
</span>
|
||||
Lab 4 - Generate a component lib
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
🧬
|
||||
</span>{' '}
|
||||
Lab 5 - Generate a utility lib
|
||||
</span>
|
||||
Lab 5 - Generate a utility lib
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
🧮
|
||||
</span>{' '}
|
||||
Lab 6 - Generate a route lib
|
||||
</span>
|
||||
Lab 6 - Generate a route lib
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
🤖
|
||||
</span>{' '}
|
||||
Lab 7 - Add a NestJS API
|
||||
</span>
|
||||
Lab 7 - Add a NestJS API
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
📐
|
||||
</span>{' '}
|
||||
Lab 8 - Displaying a full game in the routed game-detail
|
||||
</span>
|
||||
Lab 8 - Displaying a full game in the routed game-detail
|
||||
component
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
💻
|
||||
</span>{' '}
|
||||
Lab 9 - Generate a type lib that the API and frontend can share
|
||||
</span>
|
||||
Lab 9 - Generate a type lib that the API and frontend can
|
||||
share
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
👩💻
|
||||
</span>{' '}
|
||||
Lab 10 - Generate Storybook stories for the shared ui component
|
||||
</span>
|
||||
Lab 10 - Generate Storybook stories for the shared ui
|
||||
component
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
⌨️
|
||||
</span>{' '}
|
||||
Lab 11 - E2E test the shared component
|
||||
</span>
|
||||
Lab 11 - E2E test the shared component
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@ -114,47 +116,49 @@ export function ConfWorkshop(): JSX.Element {
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
💡
|
||||
</span>{' '}
|
||||
Lab 12 - Module boundaries
|
||||
</span>
|
||||
Lab 12 - Module boundaries
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
🧸️
|
||||
</span>{' '}
|
||||
Lab 13 - Workspace Generators - Intro
|
||||
</span>
|
||||
Lab 13 - Workspace Generators - Intro
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
🧵
|
||||
</span>{' '}
|
||||
Lab 14 - Workspace Generators - Modifying files
|
||||
</span>
|
||||
Lab 14 - Workspace Generators - Modifying files
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
💎
|
||||
</span>{' '}
|
||||
Lab 15 - Setting up CI
|
||||
</span>
|
||||
Lab 15 - Setting up CI
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
🔌
|
||||
</span>{' '}
|
||||
Lab 16 - Distributed caching
|
||||
</span>
|
||||
Lab 16 - Distributed caching
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
🔍
|
||||
</span>{' '}
|
||||
Lab 17 - NxCloud GitHub bot
|
||||
</span>
|
||||
Lab 17 - NxCloud GitHub bot
|
||||
</li>
|
||||
<li>
|
||||
<span role="img" aria-label="emojii">
|
||||
📎
|
||||
</span>{' '}
|
||||
Lab 18 - Run-Commands and deploying the frontend
|
||||
</span>
|
||||
Lab 18 - Run-Commands and deploying the frontend
|
||||
</li>
|
||||
<li>
|
||||
Q&A with Jeff Cross, Victor Savkin, Jason Jean, and Jack Hsu
|
||||
<b>
|
||||
Q&A with Jeff Cross, Victor Savkin, Jason Jean, and Jack Hsu
|
||||
</b>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -208,10 +212,10 @@ export function ConfWorkshop(): JSX.Element {
|
||||
<div className="px-5 pt-12 md:pl-12">
|
||||
<a
|
||||
className="flex items-center font-input-mono group w-full sm:text-xl"
|
||||
href="https://ti.to/nrwl/nx-conf-2021?utm_source=nxdev"
|
||||
href="https://nrwl.io/contact-us?utm_source=nxdev"
|
||||
>
|
||||
<span className="group-hover:underline">
|
||||
Register for the workshop now
|
||||
Contact us for the workshop
|
||||
</span>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
||||
@ -16,18 +16,18 @@ export function ConfPage() {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>Announcing the first ever Nx Conf - September 16th-17th</title>
|
||||
<title>The first ever Nx Conf - September 16th-17th, 2021</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Nx Conf is a new, free-to-attend, 2-day conference featuring members of the Nx team and community. Join us as we share our ideas and expertise about making development faster, more scalable, and more collaborative."
|
||||
content="Nx Conf is a new, free-to-attend, 2-day conference featuring members of the Nx team and community. Watch us as we share our ideas and expertise about making development faster, more scalable, and more collaborative."
|
||||
/>
|
||||
<meta
|
||||
name="twitter:title"
|
||||
content="Announcing the first ever Nx Conf - September 16th-17th"
|
||||
content="The first ever Nx Conf - September 16th-17th, 2021"
|
||||
/>
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="Nx Conf is a new, free-to-attend, 2-day conference featuring members of the Nx team and community. Join us as we share our ideas and expertise about making development faster, more scalable, and more collaborative."
|
||||
content="Nx Conf is a new, free-to-attend, 2-day conference featuring members of the Nx team and community. Watch us as we share our ideas and expertise about making development faster, more scalable, and more collaborative."
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
@ -40,11 +40,11 @@ export function ConfPage() {
|
||||
<meta property="og:url" content="https://nx.dev/conf" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Nx Conf is a new, free-to-attend, 2-day conference featuring members of the Nx team and community. Join us as we share our ideas and expertise about making development faster, more scalable, and more collaborative."
|
||||
content="Nx Conf is a new, free-to-attend, 2-day conference featuring members of the Nx team and community. Watch us as we share our ideas and expertise about making development faster, more scalable, and more collaborative."
|
||||
/>
|
||||
<meta
|
||||
property="og:title"
|
||||
content="Announcing the first ever Nx Conf - September 16th-17th"
|
||||
content="The first ever Nx Conf - September 16th-17th, 2021"
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
@ -214,12 +214,12 @@ export function ConfPage() {
|
||||
<span className="hidden">
|
||||
Announcing the first ever Nx Conf on{' '}
|
||||
</span>{' '}
|
||||
September 16 & 17
|
||||
September 16 & 17, 2021
|
||||
</div>
|
||||
</h2>
|
||||
<p className="sm:text-lg mb-6">
|
||||
Nx Conf is a new, online & free-to-attend, 2-day conference
|
||||
featuring members of the Nx team and community. Join us as we
|
||||
featuring members of the Nx team and community. Watch us as we
|
||||
share our ideas and expertise about making development faster,
|
||||
more scalable, and more collaborative.
|
||||
</p>
|
||||
@ -308,9 +308,29 @@ export function ConfPage() {
|
||||
<div className="flex mt-16">
|
||||
<a
|
||||
className="flex items-center justify-end font-input-mono group w-full sm:text-2xl"
|
||||
href="https://ti.to/nrwl/nx-conf-2021?utm_source=nxdev"
|
||||
href="https://www.youtube.com/watch?v=oG2QbFquraA"
|
||||
>
|
||||
<span className="group-hover:underline">Register now</span>
|
||||
<span className="group-hover:underline">Watch Day 1</span>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
className="ml-1 h-8 w-8 transform-gpu transition ease-out duration-200 group-hover:translate-x-2 "
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="currentColor"
|
||||
>
|
||||
<path
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
strokeWidth={2}
|
||||
d="M13 7l5 5m0 0l-5 5m5-5H6"
|
||||
/>
|
||||
</svg>
|
||||
</a>
|
||||
<a
|
||||
className="flex items-center justify-end font-input-mono group w-full sm:text-2xl"
|
||||
href="https://www.youtube.com/watch?v=hlGOaGDsWKg"
|
||||
>
|
||||
<span className="group-hover:underline">Watch Day 2</span>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
className="ml-1 h-8 w-8 transform-gpu transition ease-out duration-200 group-hover:translate-x-2 "
|
||||
@ -393,28 +413,6 @@ export function ConfPage() {
|
||||
Sponsors
|
||||
</a>
|
||||
</Link>
|
||||
<div className="p-8 col-span-2">
|
||||
<a
|
||||
className="flex items-center font-input-mono group w-full"
|
||||
href="https://ti.to/nrwl/nx-conf-2021?utm_source=nxdev"
|
||||
>
|
||||
<span className="group-hover:underline">Register now</span>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
className="ml-1 h-4 w-4 transform-gpu transition ease-out duration-200 group-hover:translate-x-2 "
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="currentColor"
|
||||
>
|
||||
<path
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
strokeWidth={2}
|
||||
d="M13 7l5 5m0 0l-5 5m5-5H6"
|
||||
/>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -110,57 +110,6 @@ export function Index() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* BANNER */}
|
||||
<div className="bg-blue-nx-dark">
|
||||
<div className="max-w-7xl mx-auto py-3 px-3 sm:px-6 lg:px-8">
|
||||
<div className="flex items-center flex-col sm:flex-row justify-between flex-wrap">
|
||||
<div className="flex-1 flex flex-row items-center">
|
||||
<span className="flex p-2 rounded-lg bg-blue-nx-dark sm:bg-white">
|
||||
<svg
|
||||
className="h-6 w-6 text-white sm:text-blue-nx-dark"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="currentColor"
|
||||
aria-hidden="true"
|
||||
>
|
||||
<path
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
strokeWidth="2"
|
||||
d="M11 5.882V19.24a1.76 1.76 0 01-3.417.592l-2.147-6.15M18 13a3 3 0 100-6M5.436 13.683A4.001 4.001 0 017 6h1.832c4.1 0 7.625-1.234 9.168-3v14c-1.543-1.766-5.067-3-9.168-3H7a3.988 3.988 0 01-1.564-.317z"
|
||||
/>
|
||||
</svg>
|
||||
</span>
|
||||
<p className="ml-3 font-medium text-white">
|
||||
Big news! We're excited to announce the first ever Nx Conf -
|
||||
September 16th-17th
|
||||
</p>
|
||||
</div>
|
||||
<div className="w-full sm:w-auto pt-4 sm:pt-0">
|
||||
<Link href="/conf">
|
||||
<a className="flex items-center justify-center px-4 py-2 border border-transparent group rounded-md text-md text-white font-extrabold">
|
||||
Learn more
|
||||
<span className="transform-gpu transition ease-out duration-200 group-hover:translate-x-2">
|
||||
<svg
|
||||
width="20"
|
||||
height="16"
|
||||
viewBox="-4 0 16 16"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M8.29289 3.29289C8.68342 2.90237 9.31658 2.90237 9.70711 3.29289L13.7071 7.29289C14.0976 7.68342 14.0976 8.31658 13.7071 8.70711L9.70711 12.7071C9.31658 13.0976 8.68342 13.0976 8.29289 12.7071C7.90237 12.3166 7.90237 11.6834 8.29289 11.2929L10.5858 9H3C2.44772 9 2 8.55228 2 8C2 7.44772 2.44772 7 3 7H10.5858L8.29289 4.70711C7.90237 4.31658 7.90237 3.68342 8.29289 3.29289Z"
|
||||
fill="white"
|
||||
/>
|
||||
</svg>
|
||||
</span>
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/*NX FEATURES*/}
|
||||
<div className="max-w-screen-lg xl:max-w-screen-xl mx-auto px-5 py-5">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user