From df8cf3b9d704f02741bac8fcd48922d42cf84fc6 Mon Sep 17 00:00:00 2001 From: Edouard Bozon Date: Sun, 22 Sep 2024 11:28:50 +0200 Subject: [PATCH 1/2] docs: update Nx section in monorepos.md --- docs/main/vs-code-ext/monorepos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/main/vs-code-ext/monorepos.md b/docs/main/vs-code-ext/monorepos.md index 4365210fc..11eeed6b6 100644 --- a/docs/main/vs-code-ext/monorepos.md +++ b/docs/main/vs-code-ext/monorepos.md @@ -12,10 +12,10 @@ The extension supports many flavors of mono-repos and when detecting a monorepo ## Supported Types The list of supported Monorepo types include: -- **[NX](https://nx.dev/)** - which is often combined with [nxtend](https://nxtend.dev/docs/capacitor/overview) for Capacitor support +- **[Nx](https://nx.dev/)** - which is often combined with [Nxext](https://nxext.github.io/nx-extensions-ionic/docs/capacitor/overview.html) for Capacitor support - **[NPM Workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces)** - Simple multi project support built into npm. - **[Yarn Workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/)** - Multi project support for [Yarn](https://yarnpkg.com/) (an alternative to npm). - **[Pnpm Workspaces](https://pnpm.io/workspaces)** - Multi project support for [pnpm](https://pnpm.io/) (an alternative to npm). - **[Lerna](https://lerna.js.org/)** - A tool for managing and publishing packages from the same repository. - **Multiple Folder** - If you keep your projects in sub folders. -- **[VSCode Workspaces](https://code.visualstudio.com/docs/editor/workspaces#_multiroot-workspaces)** - If you use VSCodes multi-root workspace file \ No newline at end of file +- **[VSCode Workspaces](https://code.visualstudio.com/docs/editor/workspaces#_multiroot-workspaces)** - If you use VSCodes multi-root workspace file From 1d311c191e3fd33f5d384b3d15bb8f512cdb21c2 Mon Sep 17 00:00:00 2001 From: Edouard Bozon Date: Wed, 2 Oct 2024 12:29:22 +0200 Subject: [PATCH 2/2] docs: update Nx section in monorepos.md --- docs/main/vs-code-ext/monorepos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/vs-code-ext/monorepos.md b/docs/main/vs-code-ext/monorepos.md index 11eeed6b6..ffcdd089d 100644 --- a/docs/main/vs-code-ext/monorepos.md +++ b/docs/main/vs-code-ext/monorepos.md @@ -12,7 +12,7 @@ The extension supports many flavors of mono-repos and when detecting a monorepo ## Supported Types The list of supported Monorepo types include: -- **[Nx](https://nx.dev/)** - which is often combined with [Nxext](https://nxext.github.io/nx-extensions-ionic/docs/capacitor/overview.html) for Capacitor support +- **[Nx](https://nx.dev/)** - which is often combined with [Nxext](https://nxext.dev/docs/nxext/overview.html) for Capacitor support - **[NPM Workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces)** - Simple multi project support built into npm. - **[Yarn Workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/)** - Multi project support for [Yarn](https://yarnpkg.com/) (an alternative to npm). - **[Pnpm Workspaces](https://pnpm.io/workspaces)** - Multi project support for [pnpm](https://pnpm.io/) (an alternative to npm).