diff --git a/docs/shared/monorepo-ci-azure.md b/docs/shared/monorepo-ci-azure.md index 3c982121225fb..463945debf265 100644 --- a/docs/shared/monorepo-ci-azure.md +++ b/docs/shared/monorepo-ci-azure.md @@ -49,7 +49,7 @@ jobs: - script: git branch --track main origin/main # This line enables distribution # The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e-ci" targets have been requested - - script: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci" + # - script: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci" - script: npm ci - script: npx nx-cloud record -- nx format:check --base=$(BASE_SHA) diff --git a/docs/shared/monorepo-ci-bitbucket-pipelines.md b/docs/shared/monorepo-ci-bitbucket-pipelines.md index 410b3da212012..116ff2258c7e6 100644 --- a/docs/shared/monorepo-ci-bitbucket-pipelines.md +++ b/docs/shared/monorepo-ci-bitbucket-pipelines.md @@ -30,7 +30,7 @@ pipelines: - export NX_BRANCH=$BITBUCKET_PR_ID # This line enables distribution # The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e-ci" targets have been requested - - npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci" + # - npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci" - npm ci - npx nx-cloud record -- nx format:check diff --git a/docs/shared/monorepo-ci-circle-ci.md b/docs/shared/monorepo-ci-circle-ci.md index dc7fac3fa45b1..33ef01e2f8593 100644 --- a/docs/shared/monorepo-ci-circle-ci.md +++ b/docs/shared/monorepo-ci-circle-ci.md @@ -16,7 +16,7 @@ jobs: - checkout # This line enables distribution # The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e-ci" targets have been requested - - run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci" + # - run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci" - run: npm ci - nx/set-shas diff --git a/docs/shared/monorepo-ci-github-actions.md b/docs/shared/monorepo-ci-github-actions.md index cfceb5576df3b..536d4cc522f17 100644 --- a/docs/shared/monorepo-ci-github-actions.md +++ b/docs/shared/monorepo-ci-github-actions.md @@ -29,7 +29,7 @@ jobs: cache: 'npm' # This line enables distribution # The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e-ci" targets have been requested - - run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci" + # - run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci" - run: npm ci - uses: nrwl/nx-set-shas@v3 diff --git a/docs/shared/monorepo-ci-gitlab.md b/docs/shared/monorepo-ci-gitlab.md index 99fec5bc06c44..158eef6abcb5d 100644 --- a/docs/shared/monorepo-ci-gitlab.md +++ b/docs/shared/monorepo-ci-gitlab.md @@ -22,7 +22,7 @@ main: script: # Connect your workspace on <%= nxCloudHost %> and uncomment this to enable task distribution. # The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e-ci" targets have been requested - - npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci" + # - npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci" - npm ci --cache .npm --prefer-offline - NX_HEAD=$CI_COMMIT_SHA diff --git a/docs/shared/monorepo-ci-jenkins.md b/docs/shared/monorepo-ci-jenkins.md index fefa0ee0d3ee6..4ecf122b723d4 100644 --- a/docs/shared/monorepo-ci-jenkins.md +++ b/docs/shared/monorepo-ci-jenkins.md @@ -19,7 +19,7 @@ pipeline { steps { // This line enables distribution // The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e-ci" targets have been requested - sh "npx nx-cloud start-ci-run --distribute-on='5 linux-medium-js' --stop-agents-after='e2e-ci'" + // sh "npx nx-cloud start-ci-run --distribute-on='5 linux-medium-js' --stop-agents-after='e2e-ci'" sh "npm ci" sh "npx nx-cloud record -- nx format:check" sh "npx nx affected --base=HEAD~1 -t lint test build e2e-ci" @@ -33,7 +33,7 @@ pipeline { steps { // This line enables distribution // The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e-ci" targets have been requested - sh "npx nx-cloud start-ci-run --distribute-on='5 linux-medium-js' --stop-agents-after='e2e-ci'" + // sh "npx nx-cloud start-ci-run --distribute-on='5 linux-medium-js' --stop-agents-after='e2e-ci'" sh "npm ci" sh "npx nx-cloud record -- nx format:check" sh "npx nx affected --base origin/${env.CHANGE_TARGET} -t lint test build e2e-ci" diff --git a/nx-dev/feature-ai/src/lib/error-message.tsx b/nx-dev/feature-ai/src/lib/error-message.tsx index afe3d075d0383..41d86c5cd87fc 100644 --- a/nx-dev/feature-ai/src/lib/error-message.tsx +++ b/nx-dev/feature-ai/src/lib/error-message.tsx @@ -3,6 +3,7 @@ import { ExclamationTriangleIcon, XCircleIcon, } from '@heroicons/react/24/outline'; +import Link from 'next/link'; function ErrorMessage({ error }: { error: any }): JSX.Element { try { @@ -28,12 +29,12 @@ function ErrorMessage({ error }: { error: any }): JSX.Element {
Sorry, I don't know how to help with that. You can visit the{' '} - Nx documentation - {' '} + {' '} for more info.
diff --git a/nx-dev/feature-doc-viewer/src/lib/related-documents-section.tsx b/nx-dev/feature-doc-viewer/src/lib/related-documents-section.tsx index 7a4e9a1c00f36..cdeca25df1eb6 100644 --- a/nx-dev/feature-doc-viewer/src/lib/related-documents-section.tsx +++ b/nx-dev/feature-doc-viewer/src/lib/related-documents-section.tsx @@ -7,6 +7,7 @@ import { MagnifyingGlassIcon, InformationCircleIcon, } from '@heroicons/react/24/outline'; +import Link from 'next/link'; export function RelatedDocumentsSection({ relatedCategories, @@ -50,13 +51,13 @@ function CategoryBox({ category }: { category: RelatedDocumentsCategory }) { key={d.id} className="flex justify-between items-center py-1 pl-0 text-sm" > - {d.name} - + ))} diff --git a/nx-dev/feature-package-schema-viewer/src/lib/content.tsx b/nx-dev/feature-package-schema-viewer/src/lib/content.tsx index fd54218f54498..afa43da62ccbb 100644 --- a/nx-dev/feature-package-schema-viewer/src/lib/content.tsx +++ b/nx-dev/feature-package-schema-viewer/src/lib/content.tsx @@ -125,13 +125,13 @@ export function Content({ > {schemaViewModel.type} - Rescope @nrwl to @nx - + {schemaViewModel.deprecated && ( diff --git a/nx-dev/feature-package-schema-viewer/src/lib/ui/headings.tsx b/nx-dev/feature-package-schema-viewer/src/lib/ui/headings.tsx index 76540313a6651..c59f25475f1d3 100644 --- a/nx-dev/feature-package-schema-viewer/src/lib/ui/headings.tsx +++ b/nx-dev/feature-package-schema-viewer/src/lib/ui/headings.tsx @@ -1,5 +1,6 @@ import { LinkIcon } from '@heroicons/react/24/solid'; import { slugify } from '../slugify.utils'; +import Link from 'next/link'; export const Heading1 = ({ title }: { title: string }) => (

( className="group mb-5 text-4xl font-extrabold tracking-tight text-slate-900 dark:text-slate-100" > {title} - +

); @@ -22,12 +23,12 @@ export const Heading2 = ({ title }: { title: string }) => ( className="group mb-5 text-2xl font-bold tracking-tight text-slate-800 dark:text-slate-200" > {title} - + ); @@ -37,11 +38,11 @@ export const Heading3 = ({ title }: { title: string }) => ( className="group text-xl font-semibold tracking-tight text-slate-700 dark:text-slate-300" > {title} - + ); diff --git a/nx-dev/feature-package-schema-viewer/src/lib/ui/top.layout.tsx b/nx-dev/feature-package-schema-viewer/src/lib/ui/top.layout.tsx index 7d5d5746bd08b..f990fd88f5156 100644 --- a/nx-dev/feature-package-schema-viewer/src/lib/ui/top.layout.tsx +++ b/nx-dev/feature-package-schema-viewer/src/lib/ui/top.layout.tsx @@ -1,3 +1,5 @@ +import Link from 'next/link'; + export function TopSchemaLayout({ name, url, @@ -15,13 +17,13 @@ export function TopSchemaLayout({ > Package - Rescope @nrwl to @nx - +
- Skip to content - + {/* Global Site Tag (gtag.js) - Google Analytics */}