From 0bcaafbe0c2b5782a7aa4b3d0d620e34707a9c6c Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Tue, 12 Apr 2022 11:08:33 -0400 Subject: [PATCH] docs(nxdev): add jason jean nx conf lite talk (#9810) --- nx-dev/ui-conference/src/lib/conf-schedule-short.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx b/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx index cd872ce16a..cd6a493ac1 100644 --- a/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx +++ b/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx @@ -60,6 +60,15 @@ export function ConfScheduleShort(): JSX.Element { speakers: ['Jo Hanna Pearce'], videoUrl: '', }, + { + type: 'event', + time: '', + title: 'Build your own Nx Workspace from Scratch', + description: + "Nx Plugins are opinionated and generate quite a bit of configuration. But what happens when that doesn't suit your organization? What is actually necessary and what can be altered? To understand the core of Nx and how to configure it exactly to your needs, Jason Jean and Miroslav Jonas will be building an Nx Workspace from scratch!", + speakers: ['Jason Jean'], + videoUrl: '', + }, { type: 'event', time: '',