chore: migrate links to blog (#26892)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> Blog links point to Medium and dev.to blogs ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Blog links point to internal blog ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
a41a8d68cf
commit
46497356ce
@ -29,7 +29,7 @@ A few links to help you get started:
|
|||||||
- [Nx.Dev: Core Tutorials](https://nx.dev/getting-started/intro)
|
- [Nx.Dev: Core Tutorials](https://nx.dev/getting-started/intro)
|
||||||
- [Recipe: Adding Nx to an Existing Monorepo](https://nx.dev/recipes/adopting-nx/adding-to-monorepo)
|
- [Recipe: Adding Nx to an Existing Monorepo](https://nx.dev/recipes/adopting-nx/adding-to-monorepo)
|
||||||
- [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
|
- [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
|
||||||
- [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
|
- [Blog Posts About Nx](https://nx.dev/blog)
|
||||||
|
|
||||||
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="./images/nx-courses-and-videos.svg"
|
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="./images/nx-courses-and-videos.svg"
|
||||||
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
|
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
|
||||||
|
|||||||
@ -183,7 +183,7 @@ We’ve been working hard at reducing and simplifying all the configuration requ
|
|||||||
|
|
||||||
At Nx Conf in New York City, we unveiled the next big step for Nx: **Nx Workflows**.
|
At Nx Conf in New York City, we unveiled the next big step for Nx: **Nx Workflows**.
|
||||||
|
|
||||||
If you missed it, Simon Critchley walks you through in his [Nx Conf](https://dev.to/nx/nx-conf-2023-recap-53ep) talk:
|
If you missed it, Simon Critchley walks you through in his [Nx Conf](/blog/nx-conf-2023-recap) talk:
|
||||||
|
|
||||||
{% youtube src="https://www.youtube.com/embed/JG1FWfZFByM?si=7_NzxJP8nA7RbFhl" /%}
|
{% youtube src="https://www.youtube.com/embed/JG1FWfZFByM?si=7_NzxJP8nA7RbFhl" /%}
|
||||||
|
|
||||||
@ -231,7 +231,7 @@ In Nx 17, we removed any remaining traces of `tslint` from our linter package, s
|
|||||||
|
|
||||||
As we solidify this command, we intend to bring robust support for various versioning and publishing strategies, as well as built-in support for publishing packages or modules to a variety of languages, registries, and platforms.
|
As we solidify this command, we intend to bring robust support for various versioning and publishing strategies, as well as built-in support for publishing packages or modules to a variety of languages, registries, and platforms.
|
||||||
|
|
||||||
For more [checkout our API docs](/nx-api/nx/documents/release), and be sure to catch James Henry’s announcement of this new command at [Nx Conf](https://dev.to/nx/nx-conf-2023-recap-53ep):
|
For more [checkout our API docs](/nx-api/nx/documents/release), and be sure to catch James Henry’s announcement of this new command at [Nx Conf](/blog/nx-conf-2023-recap):
|
||||||
|
|
||||||
{% youtube src="https://www.youtube.com/embed/p5qW5-2nKqI?si=FzpGMJwPVINc1hgL" /%}
|
{% youtube src="https://www.youtube.com/embed/p5qW5-2nKqI?si=FzpGMJwPVINc1hgL" /%}
|
||||||
|
|
||||||
|
|||||||
@ -95,7 +95,7 @@ Nx Console has evolved from an experimental side project of the Nx team to a cor
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
This year we not only added a lot of new features to Nx Console, but also rewrote its [internals](https://blog.nrwl.io/nx-console-gets-lit-ca339743ff4f) which paved the way to expand Nx Console to other code editors: **JetBrains IDEs.**
|
This year we not only added a lot of new features to Nx Console, but also rewrote its [internals](/blog/nx-console-gets-lit) which paved the way to expand Nx Console to other code editors: **JetBrains IDEs.**
|
||||||
|
|
||||||
Yes, this means you can now use the latest Nx Console directly in your [Webstorm IDE](https://www.jetbrains.com/webstorm/). Read the [announcement blog post](https://blog.nrwl.io/expanding-nx-console-to-jetbrains-ides-8a5b80fff2d7) for all the details or go ahead and install Nx Console if you didn’t already:
|
Yes, this means you can now use the latest Nx Console directly in your [Webstorm IDE](https://www.jetbrains.com/webstorm/). Read the [announcement blog post](https://blog.nrwl.io/expanding-nx-console-to-jetbrains-ides-8a5b80fff2d7) for all the details or go ahead and install Nx Console if you didn’t already:
|
||||||
|
|
||||||
@ -329,7 +329,7 @@ You can also browse them in the [nx-recipes](https://github.com/nrwl/nx-recipes)
|
|||||||
|
|
||||||
{% tweet url="https://twitter.com/juristr/status/1726977598218199302" /%}
|
{% tweet url="https://twitter.com/juristr/status/1726977598218199302" /%}
|
||||||
|
|
||||||
And obviously, we jumped on the AI train as well. A couple of months ago, we added the [Nx Assistant](/ai-chat). A ChatGPT-powered interface trained on our docs. [Katerina](https://twitter.com/psybercity) wrote about it [on our blog](https://blog.nrwl.io/nx-docs-ai-assistant-433d238e45d4). The AI chat allows to interactively ask questions about Nx and will give you relevant answers from our docs (including linking to the sources).
|
And obviously, we jumped on the AI train as well. A couple of months ago, we added the [Nx Assistant](/ai-chat). A ChatGPT-powered interface trained on our docs. [Katerina](https://twitter.com/psybercity) wrote about it [on our blog](/blog/nx-docs-ai-assistant). The AI chat allows to interactively ask questions about Nx and will give you relevant answers from our docs (including linking to the sources).
|
||||||
|
|
||||||
## New Tagline: Smart Monorepos — Fast CI
|
## New Tagline: Smart Monorepos — Fast CI
|
||||||
|
|
||||||
@ -349,7 +349,7 @@ We did it again! The second in-person Nx Conf was a resounding success, this tim
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
There’s not much to say. Check out some of the amazing talks. I did a [Nx Conf 2023 recap blog post](https://dev.to/nx/nx-conf-2023-recap-53ep).
|
There’s not much to say. Check out some of the amazing talks. I did a [Nx Conf 2023 recap blog post](/blog/nx-conf-2023-recap).
|
||||||
|
|
||||||
## Looking ahead — 2024
|
## Looking ahead — 2024
|
||||||
|
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
We were so excited about the features in Nx 18 that we created a whole [Launch Nx Week](/launch-nx) to share our excitement with you. During the launch week, we made the following announcements:
|
We were so excited about the features in Nx 18 that we created a whole [Launch Nx Week](/launch-nx) to share our excitement with you. During the launch week, we made the following announcements:
|
||||||
|
|
||||||
- [Project Crystal](https://blog.nrwl.io/what-if-nx-plugins-were-more-like-vscode-extensions-dcdad140ae09?source=friends_link&sk=ade76fe8d50d44aafb4d4d89ab882e24&__hstc=221401095.5d21139e33f975ecef01c1783a7523db.1673975383152.1708023233215.1708026196201.468&__hssc=221401095.2.1708026196201&__hsfp=589919331) allows you to use inferred tasks
|
- [Project Crystal](/blog/what-if-nx-plugins-were-more-like-vscode-extensions) allows you to use inferred tasks
|
||||||
- A new [`@nx/nuxt`](https://blog.nrwl.io/introducing-nx-nuxt-enhanced-nuxt-js-support-in-nx-01eac78034fc?source=friends_link&sk=91582cdbd0719dc23375338ad92afa9b&__hstc=221401095.5d21139e33f975ecef01c1783a7523db.1673975383152.1708023233215.1708026196201.468&__hssc=221401095.2.1708026196201&__hsfp=589919331) plugin is available
|
- A new [`@nx/nuxt`](/blog/introducing-nx-nuxt-enhanced-nuxt-js-support-in-nx) plugin is available
|
||||||
- [Nx Agents](https://blog.nrwl.io/fast-effortless-ci-67812514ffb4?source=friends_link&sk=89e1b5c0388dda077e64a2eab5495d95&__hstc=221401095.5d21139e33f975ecef01c1783a7523db.1673975383152.1708023233215.1708026196201.468&__hssc=221401095.2.1708026196201&__hsfp=589919331) are publicly available
|
- [Nx Agents](/blog/fast-effortless-ci) are publicly available
|
||||||
- [`nx release`](https://blog.nrwl.io/versioning-and-releasing-packages-in-a-monorepo-45ee194378d1?source=friends_link&sk=934e4c5321774c8a9f88433e0dea578b&__hstc=221401095.5d21139e33f975ecef01c1783a7523db.1673975383152.1708023233215.1708026196201.468&__hssc=221401095.2.1708026196201&__hsfp=589919331) is out of beta
|
- [`nx release`](/blog/versioning-and-releasing-packages-in-a-monorepo) is out of beta
|
||||||
|
|
||||||
{% youtube
|
{% youtube
|
||||||
src="https://youtu.be/Ed1ZCNqWF1Q"
|
src="https://youtu.be/Ed1ZCNqWF1Q"
|
||||||
|
|||||||
@ -5,7 +5,7 @@ src="https://youtu.be/4VI-q943J3o"
|
|||||||
title="Fast CI for monorepos"
|
title="Fast CI for monorepos"
|
||||||
width="100%" /%}
|
width="100%" /%}
|
||||||
|
|
||||||
If CI feels challenging to you, **it might not be your fault**. It's a fundamental issue with how the current, traditional CI execution model works. Nx Cloud adopts a new **task-based** CI model which allows you to overcome both the slowness and unreliability of the current VM-based CI model. _(Dive deeper into the task based CI execution model [in this blog post](https://blog.nrwl.io/reliable-ci-a-new-execution-model-fixing-both-flakiness-and-slowness-6849fd4b4037))_
|
If CI feels challenging to you, **it might not be your fault**. It's a fundamental issue with how the current, traditional CI execution model works. Nx Cloud adopts a new **task-based** CI model which allows you to overcome both the slowness and unreliability of the current VM-based CI model. _(Dive deeper into the task based CI execution model [in this blog post](/blog/reliable-ci-a-new-execution-model-fixing-both-flakiness-and-slowness))_
|
||||||
|
|
||||||
Nx Cloud addresses critical aspects of CI/CD, including:
|
Nx Cloud addresses critical aspects of CI/CD, including:
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ Ready to experience fast CI? Read the [connect to Nx Cloud](/ci/intro/connect-to
|
|||||||
|
|
||||||
## Learn more
|
## Learn more
|
||||||
|
|
||||||
- [Blog post: Reliable CI: A new execution model fixing both flakiness and slowness](https://blog.nrwl.io/reliable-ci-a-new-execution-model-fixing-both-flakiness-and-slowness-6849fd4b4037?source=friends_link&sk=6747bb77c92772a5f885a61127cb5c0b)
|
- [Blog post: Reliable CI: A new execution model fixing both flakiness and slowness](/blog/reliable-ci-a-new-execution-model-fixing-both-flakiness-and-slowness)
|
||||||
- [Live stream: Unlock the secret of fast CI - Hands-on session](https://www.youtube.com/live/rkLKaqLeDa0)
|
- [Live stream: Unlock the secret of fast CI - Hands-on session](https://www.youtube.com/live/rkLKaqLeDa0)
|
||||||
- [Webinar: Nx Agents Walkthrough: Effortlessly Fast CI Built for Monorepos](https://go.nx.dev/march-webinar?utm_source=nx_cloud&utm_medium=nxdocs&utm_campaign=nx_agents&utm_id=devrel)
|
- [Webinar: Nx Agents Walkthrough: Effortlessly Fast CI Built for Monorepos](https://go.nx.dev/march-webinar?utm_source=nx_cloud&utm_medium=nxdocs&utm_campaign=nx_agents&utm_id=devrel)
|
||||||
- [Youtube: 10x Faster e2e Tests](https://www.youtube.com/watch?v=0YxcxIR7QU0)
|
- [Youtube: 10x Faster e2e Tests](https://www.youtube.com/watch?v=0YxcxIR7QU0)
|
||||||
|
|||||||
@ -286,7 +286,7 @@ This is one of our biggest Nx Cloud On-Prem releases. It also marks a change in
|
|||||||
|
|
||||||
A few months ago we announced a complete re-design of the Nx Cloud UI! It's faster, easier to use and pleasant to look at! We're now bringing this to On-Prem users as well:
|
A few months ago we announced a complete re-design of the Nx Cloud UI! It's faster, easier to use and pleasant to look at! We're now bringing this to On-Prem users as well:
|
||||||
|
|
||||||
You can read more about it in our [announcement blog post](https://blog.nrwl.io/nx-cloud-3-0-faster-more-efficient-modernized-36ac5ae33b86).
|
You can read more about it in our [announcement blog post](/blog/nx-cloud-3-0-faster-more-efficient-modernized).
|
||||||
|
|
||||||
##### Pricing updates
|
##### Pricing updates
|
||||||
|
|
||||||
@ -310,7 +310,7 @@ We completely re-wrote our Task Distribution engine, which should result in much
|
|||||||
|
|
||||||
We've also added a new internal task queueing system, which should further improve the performance of DTE. While this is an implementation detail which will be automatically enabled in future releases, you can test it out today by setting [`enableMessageQueue: true`](https://github.com/nrwl/nx-cloud-helm/blob/main/charts/nx-cloud/values.yaml#L18) in your Helm config.
|
We've also added a new internal task queueing system, which should further improve the performance of DTE. While this is an implementation detail which will be automatically enabled in future releases, you can test it out today by setting [`enableMessageQueue: true`](https://github.com/nrwl/nx-cloud-helm/blob/main/charts/nx-cloud/values.yaml#L18) in your Helm config.
|
||||||
|
|
||||||
You can read more about the recent DTE improvements in our [Nx Cloud 3.0 blog post](https://blog.nrwl.io/nx-cloud-3-0-faster-more-efficient-modernized-36ac5ae33b86).
|
You can read more about the recent DTE improvements in our [Nx Cloud 3.0 blog post](/blog/nx-cloud-3-0-faster-more-efficient-modernized).
|
||||||
|
|
||||||
##### Misc updates
|
##### Misc updates
|
||||||
|
|
||||||
|
|||||||
@ -1307,5 +1307,5 @@ Also, make sure you
|
|||||||
|
|
||||||
- [Join the Official Nx Discord Server](https://go.nx.dev/community) to ask questions and find out the latest news about Nx.
|
- [Join the Official Nx Discord Server](https://go.nx.dev/community) to ask questions and find out the latest news about Nx.
|
||||||
- [Follow Nx on Twitter](https://twitter.com/nxdevtools) to stay up to date with Nx news
|
- [Follow Nx on Twitter](https://twitter.com/nxdevtools) to stay up to date with Nx news
|
||||||
- [Read our Nx blog](https://blog.nrwl.io/)
|
- [Read our Nx blog](/blog)
|
||||||
- [Subscribe to our Youtube channel](https://www.youtube.com/@nxdevtools) for demos and Nx insights
|
- [Subscribe to our Youtube channel](https://www.youtube.com/@nxdevtools) for demos and Nx insights
|
||||||
|
|||||||
@ -1114,5 +1114,5 @@ Also, make sure you
|
|||||||
|
|
||||||
- [Join the Official Nx Discord Server](https://go.nx.dev/community) to ask questions and find out the latest news about Nx.
|
- [Join the Official Nx Discord Server](https://go.nx.dev/community) to ask questions and find out the latest news about Nx.
|
||||||
- [Follow Nx on Twitter](https://twitter.com/nxdevtools) to stay up to date with Nx news
|
- [Follow Nx on Twitter](https://twitter.com/nxdevtools) to stay up to date with Nx news
|
||||||
- [Read our Nx blog](https://blog.nrwl.io/)
|
- [Read our Nx blog](/blog)
|
||||||
- [Subscribe to our Youtube channel](https://www.youtube.com/@nxdevtools) for demos and Nx insights
|
- [Subscribe to our Youtube channel](https://www.youtube.com/@nxdevtools) for demos and Nx insights
|
||||||
|
|||||||
@ -343,5 +343,5 @@ Connect with the rest of the Nx community with these resources:
|
|||||||
- [Join the Official Nx Discord Server](https://go.nx.dev/community) to ask questions and find out the latest news about
|
- [Join the Official Nx Discord Server](https://go.nx.dev/community) to ask questions and find out the latest news about
|
||||||
Nx.
|
Nx.
|
||||||
- [Follow Nx on Twitter](https://twitter.com/nxdevtools) to stay up to date with Nx news
|
- [Follow Nx on Twitter](https://twitter.com/nxdevtools) to stay up to date with Nx news
|
||||||
- [Read our Nx blog](https://blog.nrwl.io/)
|
- [Read our Nx blog](/blog)
|
||||||
- [Subscribe to our Youtube channel](https://www.youtube.com/@nxdevtools) for demos and Nx insights
|
- [Subscribe to our Youtube channel](https://www.youtube.com/@nxdevtools) for demos and Nx insights
|
||||||
|
|||||||
@ -444,5 +444,5 @@ Connect with the rest of the Nx community with these resources:
|
|||||||
|
|
||||||
- [Join the Official Nx Discord Server](https://go.nx.dev/community) to ask questions and find out the latest news about Nx.
|
- [Join the Official Nx Discord Server](https://go.nx.dev/community) to ask questions and find out the latest news about Nx.
|
||||||
- [Follow Nx on Twitter](https://twitter.com/nxdevtools) to stay up to date with Nx news
|
- [Follow Nx on Twitter](https://twitter.com/nxdevtools) to stay up to date with Nx news
|
||||||
- [Read our Nx blog](https://blog.nrwl.io/)
|
- [Read our Nx blog](/blog)
|
||||||
- [Subscribe to our Youtube channel](https://www.youtube.com/@nxdevtools) for demos and Nx insights
|
- [Subscribe to our Youtube channel](https://www.youtube.com/@nxdevtools) for demos and Nx insights
|
||||||
|
|||||||
@ -1104,5 +1104,5 @@ Also, make sure you
|
|||||||
|
|
||||||
- [Join the Official Nx Discord Server](https://go.nx.dev/community) to ask questions and find out the latest news about Nx.
|
- [Join the Official Nx Discord Server](https://go.nx.dev/community) to ask questions and find out the latest news about Nx.
|
||||||
- [Follow Nx on Twitter](https://twitter.com/nxdevtools) to stay up to date with Nx news
|
- [Follow Nx on Twitter](https://twitter.com/nxdevtools) to stay up to date with Nx news
|
||||||
- [Read our Nx blog](https://blog.nrwl.io/)
|
- [Read our Nx blog](/blog)
|
||||||
- [Subscribe to our Youtube channel](https://www.youtube.com/@nxdevtools) for demos and Nx insights
|
- [Subscribe to our Youtube channel](https://www.youtube.com/@nxdevtools) for demos and Nx insights
|
||||||
|
|||||||
@ -1045,5 +1045,5 @@ Also, make sure you
|
|||||||
|
|
||||||
- [Join the Official Nx Discord Server](https://go.nx.dev/community) to ask questions and find out the latest news about Nx.
|
- [Join the Official Nx Discord Server](https://go.nx.dev/community) to ask questions and find out the latest news about Nx.
|
||||||
- [Follow Nx on Twitter](https://twitter.com/nxdevtools) to stay up to date with Nx news
|
- [Follow Nx on Twitter](https://twitter.com/nxdevtools) to stay up to date with Nx news
|
||||||
- [Read our Nx blog](https://blog.nrwl.io/)
|
- [Read our Nx blog](/blog)
|
||||||
- [Subscribe to our Youtube channel](https://www.youtube.com/@nxdevtools) for demos and Nx insights
|
- [Subscribe to our Youtube channel](https://www.youtube.com/@nxdevtools) for demos and Nx insights
|
||||||
|
|||||||
@ -1094,5 +1094,5 @@ Connect with the rest of the Nx community with these resources:
|
|||||||
|
|
||||||
- [Join the Official Nx Discord Server](https://go.nx.dev/community) to ask questions and find out the latest news about Nx.
|
- [Join the Official Nx Discord Server](https://go.nx.dev/community) to ask questions and find out the latest news about Nx.
|
||||||
- [Follow Nx on Twitter](https://twitter.com/nxdevtools) to stay up to date with Nx news
|
- [Follow Nx on Twitter](https://twitter.com/nxdevtools) to stay up to date with Nx news
|
||||||
- [Read our Nx blog](https://blog.nrwl.io/)
|
- [Read our Nx blog](/blog)
|
||||||
- [Subscribe to our Youtube channel](https://www.youtube.com/@nxdevtools) for demos and Nx insights
|
- [Subscribe to our Youtube channel](https://www.youtube.com/@nxdevtools) for demos and Nx insights
|
||||||
|
|||||||
@ -45,7 +45,7 @@ export function LaunchWeekAnnouncements(): JSX.Element {
|
|||||||
<ButtonLink
|
<ButtonLink
|
||||||
variant="primary"
|
variant="primary"
|
||||||
size="default"
|
size="default"
|
||||||
href="https://blog.nrwl.io/what-if-nx-plugins-were-more-like-vscode-extensions-dcdad140ae09?source=friends_link&sk=ade76fe8d50d44aafb4d4d89ab882e24"
|
href="https://nx.dev/blog/what-if-nx-plugins-were-more-like-vscode-extensions"
|
||||||
title="Unveiling Project Crystal"
|
title="Unveiling Project Crystal"
|
||||||
>
|
>
|
||||||
Read the blog post
|
Read the blog post
|
||||||
@ -114,7 +114,7 @@ export function LaunchWeekAnnouncements(): JSX.Element {
|
|||||||
<ButtonLink
|
<ButtonLink
|
||||||
variant="primary"
|
variant="primary"
|
||||||
size="default"
|
size="default"
|
||||||
href="https://blog.nrwl.io/introducing-nx-nuxt-enhanced-nuxt-js-support-in-nx-01eac78034fc?source=friends_link&sk=91582cdbd0719dc23375338ad92afa9b"
|
href="https://nx.dev/blog/introducing-nx-nuxt-enhanced-nuxt-js-support-in-nx"
|
||||||
title="Introducing @nx/nuxt: Enhanced Nuxt.js Support in Nx"
|
title="Introducing @nx/nuxt: Enhanced Nuxt.js Support in Nx"
|
||||||
>
|
>
|
||||||
Read the blog post
|
Read the blog post
|
||||||
@ -179,7 +179,7 @@ export function LaunchWeekAnnouncements(): JSX.Element {
|
|||||||
<ButtonLink
|
<ButtonLink
|
||||||
variant="primary"
|
variant="primary"
|
||||||
size="default"
|
size="default"
|
||||||
href="https://blog.nrwl.io/fast-effortless-ci-67812514ffb4?source=friends_link&sk=89e1b5c0388dda077e64a2eab5495d95"
|
href="https://nx.dev/blog/fast-effortless-ci"
|
||||||
title="Fast, Effortless CI"
|
title="Fast, Effortless CI"
|
||||||
>
|
>
|
||||||
Read the blog post
|
Read the blog post
|
||||||
@ -299,7 +299,7 @@ export function LaunchWeekAnnouncements(): JSX.Element {
|
|||||||
<ButtonLink
|
<ButtonLink
|
||||||
variant="primary"
|
variant="primary"
|
||||||
size="default"
|
size="default"
|
||||||
href="https://blog.nrwl.io/versioning-and-releasing-packages-in-a-monorepo-45ee194378d1?source=friends_link&sk=934e4c5321774c8a9f88433e0dea578b"
|
href="https://nx.dev/blog/versioning-and-releasing-packages-in-a-monorepo"
|
||||||
title="Blog post - Versioning and Releasing Packages in a Monorepo"
|
title="Blog post - Versioning and Releasing Packages in a Monorepo"
|
||||||
>
|
>
|
||||||
Read the blog post
|
Read the blog post
|
||||||
|
|||||||
@ -502,7 +502,7 @@ import { Component, ViewEncapsulation } from '@angular/core';
|
|||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://blog.nrwl.io/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
|
<a href="https://nx.dev/blog/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
|
||||||
<svg
|
<svg
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
|
|||||||
@ -505,7 +505,7 @@ import { CommonModule } from '@angular/common';
|
|||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://blog.nrwl.io/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
|
<a href="https://nx.dev/blog/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
|
||||||
<svg
|
<svg
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
|
|||||||
@ -123,7 +123,7 @@ export const App = () => {
|
|||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
style={[styles.listItem, styles.learning]}
|
style={[styles.listItem, styles.learning]}
|
||||||
onPress={() =>
|
onPress={() =>
|
||||||
Linking.openURL('https://blog.nrwl.io/?utm_source=nx-project')
|
Linking.openURL('https://nx.dev/blog/?utm_source=nx-project')
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<Svg
|
<Svg
|
||||||
|
|||||||
@ -98,7 +98,7 @@ export default function Index() {
|
|||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://blog.nrwl.io/?utm_source=nx-project"
|
href="https://nx.dev/blog/?utm_source=nx-project"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
className="list-item-link"
|
className="list-item-link"
|
||||||
|
|||||||
@ -82,7 +82,7 @@ export function createAppJsx(name: string) {
|
|||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://blog.nrwl.io/?utm_source=nx-project"
|
href="https://nx.dev/blog/?utm_source=nx-project"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
className="list-item-link"
|
className="list-item-link"
|
||||||
|
|||||||
@ -89,7 +89,7 @@ defineProps<{
|
|||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://blog.nrwl.io/?utm_source=nx-project"
|
href="https://nx.dev/blog/?utm_source=nx-project"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
class="list-item-link"
|
class="list-item-link"
|
||||||
|
|||||||
@ -123,7 +123,7 @@ export const App = () => {
|
|||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
style={[styles.listItem, styles.learning]}
|
style={[styles.listItem, styles.learning]}
|
||||||
onPress={() =>
|
onPress={() =>
|
||||||
Linking.openURL('https://blog.nrwl.io/?utm_source=nx-project')
|
Linking.openURL('https://nx.dev/blog/?utm_source=nx-project')
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<Svg
|
<Svg
|
||||||
|
|||||||
@ -505,7 +505,7 @@ export function NxWelcome({ title }: { title: string }) {
|
|||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://blog.nrwl.io/?utm_source=nx-project"
|
href="https://nx.dev/blog/?utm_source=nx-project"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
className="list-item-link"
|
className="list-item-link"
|
||||||
|
|||||||
@ -505,7 +505,7 @@ export function NxWelcome({ title }: { title: string }) {
|
|||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://blog.nrwl.io/?utm_source=nx-project"
|
href="https://nx.dev/blog/?utm_source=nx-project"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
className="list-item-link"
|
className="list-item-link"
|
||||||
|
|||||||
@ -87,7 +87,7 @@ defineProps<{
|
|||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://blog.nrwl.io/?utm_source=nx-project"
|
href="https://nx.dev/blog/?utm_source=nx-project"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
class="list-item-link"
|
class="list-item-link"
|
||||||
|
|||||||
@ -89,7 +89,7 @@ export class AppElement extends HTMLElement {
|
|||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://blog.nrwl.io/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
|
<a href="https://nx.dev/blog/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
|
||||||
<svg
|
<svg
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
|
|||||||
@ -89,7 +89,7 @@ export class AppElement extends HTMLElement {
|
|||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://blog.nrwl.io/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
|
<a href="https://nx.dev/blog/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
|
||||||
<svg
|
<svg
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
|
|||||||
@ -33,7 +33,7 @@ npx nx@latest init
|
|||||||
- [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
|
- [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
|
||||||
- [Intro to Nx](https://nx.dev/getting-started/intro)
|
- [Intro to Nx](https://nx.dev/getting-started/intro)
|
||||||
- [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
|
- [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
|
||||||
- [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
|
- [Blog Posts About Nx](https://nx.dev/blog)
|
||||||
|
|
||||||
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
|
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
|
||||||
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
|
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
- [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
|
- [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
|
||||||
- [Intro to Nx](https://nx.dev/getting-started/intro)
|
- [Intro to Nx](https://nx.dev/getting-started/intro)
|
||||||
- [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
|
- [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
|
||||||
- [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
|
- [Blog Posts About Nx](https://nx.dev/blog)
|
||||||
|
|
||||||
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
|
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
|
||||||
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
|
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user