Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions apps/docs/content/bun/how-to/access.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/content/bun/how-to/build-pipeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ _OPTIONAL._ Specifies one or more internal ports on which your application will

Projects in Zerops represent a group of one or more services. Services can be of different types (runtime services, databases, message brokers, object storage, etc.). All services of the same project share a **dedicated private network**. To connect to a service within the same project, just use the service hostname and its internal port.

For example, to connect to a Bun service with hostname = "app" and port = 3000 from another service of the same project, simply use `app:3000`. Read more about [how to access a Bun service](access).
For example, to connect to a Bun service with hostname = "app" and port = 3000 from another service of the same project, simply use `app:3000`. Read more about [how to access a Bun service](/features/access).

Each port has following attributes:

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/bun/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Have you build something that others might find useful? Don't hesitate to share
},
{
type: 'link',
href: '/references/vpn',
href: '/references/networking/vpn',
label: 'Zerops VPN',
customProps: {
icon: Icons['globe-europe'],
Expand Down
13 changes: 0 additions & 13 deletions apps/docs/content/deno/how-to/access.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/content/deno/how-to/build-pipeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ _OPTIONAL._ Specifies one or more internal ports on which your application will

Projects in Zerops represent a group of one or more services. Services can be of different types (runtime services, databases, message brokers, object storage, etc.). All services of the same project share a **dedicated private network**. To connect to a service within the same project, just use the service hostname and its internal port.

For example, to connect to a Deno service with hostname = "app" and port = 3000 from another service of the same project, simply use `app:3000`. Read more about [how to access a Deno service](/deno/how-to/access).
For example, to connect to a Deno service with hostname = "app" and port = 3000 from another service of the same project, simply use `app:3000`. Read more about [how to access a Deno service](/references/networking/internal-access#basic-service-communication).

Each port has following attributes:

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/deno/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Have you build something that others might find useful? Don't hesitate to share
},
{
type: 'link',
href: '/references/vpn',
href: '/references/networking/vpn',
label: 'Zerops VPN',
customProps: {
icon: Icons['globe-europe'],
Expand Down
13 changes: 0 additions & 13 deletions apps/docs/content/dotnet/how-to/access.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/content/dotnet/how-to/build-pipeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ _OPTIONAL._ Specifies one or more internal ports on which your application will

Projects in Zerops represent a group of one or more services. Services can be of different types (runtime services, databases, message brokers, object storage, etc.). All services of the same project share a **dedicated private network**. To connect to a service within the same project, just use the service hostname and its internal port.

For example, to connect to a .NET service with hostname = "app" and port = 5000 from another service of the same project, simply use `app:5000`. Read more about [how to access a .NET service](/dotnet/how-to/access).
For example, to connect to a .NET service with hostname = "app" and port = 5000 from another service of the same project, simply use `app:5000`. Read more about [how to access a .NET service](/references/networking/internal-access#basic-service-communication).

Each port has following attributes:

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/dotnet/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Have you build something that others might find useful? Don't hesitate to share
},
{
type: 'link',
href: '/references/vpn',
href: '/references/networking/vpn',
label: 'Zerops VPN',
customProps: {
icon: Icons['globe-europe'],
Expand Down
13 changes: 0 additions & 13 deletions apps/docs/content/elixir/how-to/access.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/content/elixir/how-to/build-pipeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ _OPTIONAL._ Specifies one or more internal ports on which your application will

Projects in Zerops represent a group of one or more services. Services can be of different types (runtime services, databases, message brokers, object storage, etc.). All services of the same project share a **dedicated private network**. To connect to a service within the same project, just use the service hostname and its internal port.

For example, to connect to a Elixir service with hostname = "app" and port = 3000 from another service of the same project, simply use `app:3000`. Read more about [how to access a Elixir service](/elixir/how-to/access).
For example, to connect to a Elixir service with hostname = "app" and port = 3000 from another service of the same project, simply use `app:3000`. Read more about [how to access a Elixir service](/references/networking/internal-access#basic-service-communication).

Each port has following attributes:

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/elixir/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Have you build something that others might find useful? Don't hesitate to share
},
{
type: 'link',
href: '/references/vpn',
href: '/references/networking/vpn',
label: 'Zerops VPN',
customProps: {
icon: Icons['globe-europe'],
Expand Down
Loading