fix (docs): broken links to create new project in dashboard (#3098)
### **PR Type** Bug fix, Documentation ___ ### **Description** - Fixed broken links to create a new project in the Nhost Dashboard across multiple documentation files - Updated the URL from `https://app.nhost.io/new` to `https://app.nhost.io` in all affected files - Modified quickstart guides for Next.js, React Native, React, and Vue - Updated tutorial guides for Next.js, React, and Vue - Added a changeset file to document the fix and specify the version change for `@nhost/docs` ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Documentation</strong></td><td><table> <tr> <td> <details> <summary><strong>wicked-colts-fetch.md</strong><dd><code>Add changeset for documentation update</code> </dd></summary> <hr> .changeset/wicked-colts-fetch.md <li>Added a new changeset file for documenting the fix<br> <li> Specified the package and version change<br> <li> Brief description of the fix<br> </details> </td> <td><a href="https://github.com/nhost/nhost/pull/3098/files#diff-fd20b463cfa62ac545411e62d62a7443334fbc24050651eec02a9a0fb21cc02c">+5/-0</a> </td> </tr> </table></td></tr><tr><td><strong>Bug fix</strong></td><td><table> <tr> <td> <details> <summary><strong>nextjs.mdx</strong><dd><code>Update Nhost Dashboard link in Next.js quickstart</code> </dd></summary> <hr> docs/guides/quickstarts/nextjs.mdx - Updated the link to create a new project in the Nhost Dashboard </details> </td> <td><a href="https://github.com/nhost/nhost/pull/3098/files#diff-d39f09ffc6c1ab86d648e6bf0e612463f51f5588a9f674e43454b86ce86bc174">+1/-1</a> </td> </tr> <tr> <td> <details> <summary><strong>react-native.mdx</strong><dd><code>Update Nhost Dashboard link in React Native quickstart</code> </dd></summary> <hr> docs/guides/quickstarts/react-native.mdx - Updated the link to create a new project in the Nhost Dashboard </details> </td> <td><a href="https://github.com/nhost/nhost/pull/3098/files#diff-7f0904dabc13ea9bd8e8b39e5b870ed6926791172f22a1df922302dfc43dac9e">+1/-1</a> </td> </tr> <tr> <td> <details> <summary><strong>react.mdx</strong><dd><code>Update Nhost Dashboard link in React quickstart</code> </dd></summary> <hr> docs/guides/quickstarts/react.mdx - Updated the link to create a new project in the Nhost Dashboard </details> </td> <td><a href="https://github.com/nhost/nhost/pull/3098/files#diff-b954a7a56bea978a7b33eedf5a250f4599f285bc0a8556a3c85e1a416bc89e61">+1/-1</a> </td> </tr> <tr> <td> <details> <summary><strong>vue.mdx</strong><dd><code>Update Nhost Dashboard link in Vue quickstart</code> </dd></summary> <hr> docs/guides/quickstarts/vue.mdx - Updated the link to create a new project in the Nhost Dashboard </details> </td> <td><a href="https://github.com/nhost/nhost/pull/3098/files#diff-1038d117c49e6af817cc5cb861d8e0af9df274612c9acbf1dc24bb7ee76aa6f4">+1/-1</a> </td> </tr> <tr> <td> <details> <summary><strong>nextjs.mdx</strong><dd><code>Update Nhost Dashboard link in Next.js tutorial</code> </dd></summary> <hr> docs/guides/tutorials/nextjs.mdx - Updated the link to create a new project in the Nhost Dashboard </details> </td> <td><a href="https://github.com/nhost/nhost/pull/3098/files#diff-f6388bd90e4e34be1cdfd7c81a5ce7bc21a51949553a29a16bdc32e6875aba6f">+1/-1</a> </td> </tr> <tr> <td> <details> <summary><strong>react.mdx</strong><dd><code>Update Nhost Dashboard link in React tutorial</code> </dd></summary> <hr> docs/guides/tutorials/react.mdx - Updated the link to create a new project in the Nhost Dashboard </details> </td> <td><a href="https://github.com/nhost/nhost/pull/3098/files#diff-22eb5f72de09dd8d979ef3fb5ae8a321000db2b29defac5dd6459703972b7e9a">+1/-1</a> </td> </tr> <tr> <td> <details> <summary><strong>vue.mdx</strong><dd><code>Update Nhost Dashboard link in Vue tutorial</code> </dd></summary> <hr> docs/guides/tutorials/vue.mdx - Updated the link to create a new project in the Nhost Dashboard </details> </td> <td><a href="https://github.com/nhost/nhost/pull/3098/files#diff-861872b2c9bf786c73e9ded726a1d4b27f57918cc351dc06ba2bfaf51fda6d09">+1/-1</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: Comment `/help "your question"` on any pull request to receive relevant information
This commit is contained in:
5
.changeset/wicked-colts-fetch.md
Normal file
5
.changeset/wicked-colts-fetch.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@nhost/docs': minor
|
||||
---
|
||||
|
||||
fix: update links to create new project in dashboard
|
||||
@@ -7,7 +7,7 @@ icon: react
|
||||
|
||||
<Steps>
|
||||
<Step title="Create Project">
|
||||
If you haven't, please create a project through the [Nhost Dashboard](https://app.nhost.io/new).
|
||||
If you haven't, please create a project through the [Nhost Dashboard](https://app.nhost.io).
|
||||
</Step>
|
||||
|
||||
<Step title="Setup Database">
|
||||
|
||||
@@ -20,7 +20,7 @@ icon: mobile-notch
|
||||
|
||||
<Steps>
|
||||
<Step title="Create Nhost Project">
|
||||
Create your project through the [Nhost Dashboard](https://app.nhost.io/new).
|
||||
Create your project through the [Nhost Dashboard](https://app.nhost.io).
|
||||
</Step>
|
||||
|
||||
<Step title="Setup Database">
|
||||
|
||||
@@ -7,7 +7,7 @@ icon: react
|
||||
|
||||
<Steps>
|
||||
<Step title="Create Nhost Project">
|
||||
Create your project through the [Nhost Dashboard](https://app.nhost.io/new).
|
||||
Create your project through the [Nhost Dashboard](https://app.nhost.io).
|
||||
</Step>
|
||||
|
||||
<Step title="Setup Database">
|
||||
|
||||
@@ -7,7 +7,7 @@ icon: vuejs
|
||||
|
||||
<Steps>
|
||||
<Step title="Create Project">
|
||||
If you haven't, please create a project through the [Nhost Dashboard](https://app.nhost.io/new).
|
||||
If you haven't, please create a project through the [Nhost Dashboard](https://app.nhost.io).
|
||||
</Step>
|
||||
|
||||
<Step title="Setup Database">
|
||||
|
||||
@@ -30,7 +30,7 @@ In this section, you will create and setup your first Nhost project.
|
||||
|
||||
### Create project
|
||||
|
||||
Create a new project in the [Nhost Dashboard](https://app.nhost.io/new).
|
||||
Create a new project in the [Nhost Dashboard](https://app.nhost.io).
|
||||
|
||||
Enter the details for your project and wait a couple of minutes while Nhost provisions your backend infrastructure:
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ In this section, you will create and setup your first Nhost project.
|
||||
|
||||
### Create project
|
||||
|
||||
Create a new project in the [Nhost Dashboard](https://app.nhost.io/new).
|
||||
Create a new project in the [Nhost Dashboard](https://app.nhost.io).
|
||||
|
||||
Enter the details for your project and wait a couple of minutes while Nhost provisions your backend infrastructure:
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ In this section, you will create and setup your first Nhost project.
|
||||
|
||||
### Create project
|
||||
|
||||
Create a new project in the [Nhost Dashboard](https://app.nhost.io/new).
|
||||
Create a new project in the [Nhost Dashboard](https://app.nhost.io).
|
||||
|
||||
Enter the details for your project and wait a couple of minutes while Nhost provisions your backend infrastructure:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user