chore(nx-dev): change nrwlio markings to nx (#14644)

This commit is contained in:
Benjamin Cabanes 2023-01-26 10:30:28 -05:00 committed by GitHub
parent 85606a45ea
commit a61cbb5319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 9 deletions

View File

@ -130,8 +130,8 @@ export default function Community(props: CommunityProps): JSX.Element {
<span className="absolute inset-0" aria-hidden="true" /> <span className="absolute inset-0" aria-hidden="true" />
<p className="leading-relaxed"> <p className="leading-relaxed">
Official Nx plugins are created and maintained by the Nx Official Nx plugins are created and maintained by the Nx
team at Nrwl but you can easily create your own! Follow team but you can easily create your own! Follow our
our documentation on how to create your own plugin. documentation on how to create your own plugin.
</p> </p>
</a> </a>
</div> </div>

View File

@ -6,7 +6,6 @@ export function Footer(): JSX.Element {
solutions: [ solutions: [
{ name: 'Nx', href: 'https://nx.dev' }, { name: 'Nx', href: 'https://nx.dev' },
{ name: 'NxCloud', href: 'https://nx.app/?utm_source=nx.dev' }, { name: 'NxCloud', href: 'https://nx.app/?utm_source=nx.dev' },
{ name: 'Nrwl', href: 'https://nrwl.io/?utm_source=nx.dev' },
], ],
resources: [ resources: [
{ name: 'Blog', href: 'https://blog.nrwl.io/?utm_source=nx.dev' }, { name: 'Blog', href: 'https://blog.nrwl.io/?utm_source=nx.dev' },
@ -18,7 +17,6 @@ export function Footer(): JSX.Element {
name: 'Nx Playbook', name: 'Nx Playbook',
href: 'https://nxplaybook.com/?utm_source=nx.dev', href: 'https://nxplaybook.com/?utm_source=nx.dev',
}, },
{ name: 'Nrwl', href: 'https://nrwl.io/?utm_source=nx.dev' },
{ {
name: 'Brands & Guidelines', name: 'Brands & Guidelines',
href: 'https://nx.app/brands?utm_source=nx.dev', href: 'https://nx.app/brands?utm_source=nx.dev',
@ -257,7 +255,7 @@ export function Footer(): JSX.Element {
&copy; 2023 made with{' '} &copy; 2023 made with{' '}
<HeartIcon className="-mt-0.5 inline h-4 w-4" /> by{' '} <HeartIcon className="-mt-0.5 inline h-4 w-4" /> by{' '}
<Link <Link
href="https://nrwl.io/?utm_source=nx.dev" href="https://nx.app/company/?utm_source=nx.dev"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
> >

View File

@ -17,8 +17,8 @@ export function CreateNxPlugin(): JSX.Element {
<span className="sr-only">Nx </span>Community Plugins <span className="sr-only">Nx </span>Community Plugins
</SectionHeading> </SectionHeading>
<p className="mt-8"> <p className="mt-8">
Official Nx plugins are created and maintained by the Nx team at Nrwl. Official Nx plugins are created and maintained by the Nx team. You can
You can see all the available plugins when you run the{' '} see all the available plugins when you run the{' '}
<code className="break-normal rounded-md border border-slate-200 bg-slate-50 px-2 py-1 font-mono text-xs text-slate-800 dark:border-slate-700 dark:bg-slate-800 dark:text-slate-200"> <code className="break-normal rounded-md border border-slate-200 bg-slate-50 px-2 py-1 font-mono text-xs text-slate-800 dark:border-slate-700 dark:bg-slate-800 dark:text-slate-200">
nx list nx list
</code>{' '} </code>{' '}

View File

@ -197,8 +197,8 @@ export function PluginsTab(): JSX.Element {
Plugins available for all stacks Plugins available for all stacks
</h3> </h3>
<p className="mt-4 text-slate-900 dark:text-slate-400"> <p className="mt-4 text-slate-900 dark:text-slate-400">
Official Nx plugins are created and maintained by the Nx team at Official Nx plugins are created and maintained by the Nx team. You
Nrwl. You can see all the available plugins when you run the{' '} can see all the available plugins when you run the{' '}
<code className="break-normal rounded-md border border-slate-200 bg-slate-50 px-2 py-1 font-mono text-xs text-slate-800 dark:border-slate-700 dark:bg-slate-800 dark:text-slate-200"> <code className="break-normal rounded-md border border-slate-200 bg-slate-50 px-2 py-1 font-mono text-xs text-slate-800 dark:border-slate-700 dark:bg-slate-800 dark:text-slate-200">
nx list nx list
</code>{' '} </code>{' '}