From 7fc4f1e1b2b3b3cf362abc8115eebcaa209c0677 Mon Sep 17 00:00:00 2001 From: Sync Fork Date: Mon, 26 Feb 2024 00:04:07 +0000 Subject: [PATCH] Merge upstream changes --- docs/CHANGELOG.md | 6 ++++++ docs/guides/ai/local-development.mdx | 2 +- docs/guides/run/configuration.mdx | 6 +++--- docs/guides/run/getting-started.mdx | 4 ++-- docs/guides/run/resources.mdx | 2 +- docs/package.json | 2 +- 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 80bf68cb56..a358435b42 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # @nhost/docs +## 2.6.0 + +### Minor Changes + +- dc23dc0: fix: docs run references + ## 2.5.0 ### Minor Changes diff --git a/docs/guides/ai/local-development.mdx b/docs/guides/ai/local-development.mdx index 226c5d7d99..57c19a0f91 100644 --- a/docs/guides/ai/local-development.mdx +++ b/docs/guides/ai/local-development.mdx @@ -9,7 +9,7 @@ If you are using the Nhost CLI for local development, as of [v0.12.0](https://gi - Follow the steps highlighed in the ["Enabling Service"](enabling-service) guide and don't forget to add the relevant secrets to your `.secrets` file. + Follow the steps highlighed in the [Enabling Service](enabling-service) guide and don't forget to add the relevant secrets to your `.secrets` file. Run `nhost up`: diff --git a/docs/guides/run/configuration.mdx b/docs/guides/run/configuration.mdx index 3e60a89236..23d2cacb11 100644 --- a/docs/guides/run/configuration.mdx +++ b/docs/guides/run/configuration.mdx @@ -46,11 +46,11 @@ capacity=1 -Head to [CLI & CI deployments](/run/ci) for more details on how to deploy using a configuration file. +Head to [CLI & CI deployments](/guides/run/cli-deployments) for more details on how to deploy using a configuration file. -The `name` of the service is used as an identifier and to generate URLs when exposing the service to the Internet. You can use any container image publicly available or you can push your own to the [Nhost registry](/run/registry). +The `name` of the service is used as an identifier and to generate URLs when exposing the service to the Internet. You can use any container image publicly available or you can push your own to the [Nhost registry](/guides/run/registry). All environment variables set here are exclusive to this service and will not be shared with other services or with the Nhost stack. If you are using a configuration file secrets are supported. -For more details about the `Ports` section head to [networking](/run/networking). You can also head to [resources](/run/resources) for more information about replicas, compute, and storage. +For more details about the `Ports` section head to [networking](/guides/run/networking). You can also head to [resources](/guides/run/resources) for more information about replicas, compute, and storage. diff --git a/docs/guides/run/getting-started.mdx b/docs/guides/run/getting-started.mdx index 5e0fb11448..6deeb5f6aa 100644 --- a/docs/guides/run/getting-started.mdx +++ b/docs/guides/run/getting-started.mdx @@ -12,11 +12,11 @@ Then on `New Service`: ![click on New Service](/images/guides/run/getting_started_2.png) -Now you can fill your [service configuration](/run/configuration): +Now you can fill your [service configuration](/guides/run/configuration): ![click on New Service](/images/guides/run/getting_started_3.png) -As you configure the `Ports` section you can take note of the generated URL. You can find more information about this section under [Networking](/run/networking). +As you configure the `Ports` section you can take note of the generated URL. You can find more information about this section under [Networking](/guides/run/networking). ![copy the URL](/images/guides/run/getting_started_4.png) diff --git a/docs/guides/run/resources.mdx b/docs/guides/run/resources.mdx index e08c2ceebd..08a1803443 100644 --- a/docs/guides/run/resources.mdx +++ b/docs/guides/run/resources.mdx @@ -76,7 +76,7 @@ To pause a service, simply set its number of replicas to `0`: -![pausing a service](/img/run/resources_3.png) +![pausing a service](/images/guides/run/resources_3.png) diff --git a/docs/package.json b/docs/package.json index c6bea8825a..0040aee347 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@nhost/docs", - "version": "2.5.0", + "version": "2.6.0", "private": true, "scripts": { "start": "mintlify dev"