Skip to content

Commit

Permalink
Merge upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sync Fork committed Feb 26, 2024
1 parent cfbc86f commit 7fc4f1e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nhost/docs

## 2.6.0

### Minor Changes

- dc23dc0: fix: docs run references

## 2.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/ai/local-development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you are using the Nhost CLI for local development, as of [v0.12.0](https://gi

<Steps>
<Step title="Configuring the Service">
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.
</Step>
<Step title="Start nhost">
Run `nhost up`:
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/run/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ capacity=1
</Tab>
</Tabs>

<Info>Head to [CLI & CI deployments](/run/ci) for more details on how to deploy using a configuration file.</Info>
<Info>Head to [CLI & CI deployments](/guides/run/cli-deployments) for more details on how to deploy using a configuration file.</Info>

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.

4 changes: 2 additions & 2 deletions docs/guides/run/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/run/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To pause a service, simply set its number of replicas to `0`:
<Tab title="dashboard">


![pausing a service](/img/run/resources_3.png)
![pausing a service](/images/guides/run/resources_3.png)

</Tab>
<Tab title="toml">
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost/docs",
"version": "2.5.0",
"version": "2.6.0",
"private": true,
"scripts": {
"start": "mintlify dev"
Expand Down

0 comments on commit 7fc4f1e

Please sign in to comment.