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
15 changes: 0 additions & 15 deletions apps/docs/content/references/networking/public-access.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,8 @@ description: Detailed guide for configuring public internet access to your Zerop
---

import Image from '/src/components/Image';
import GroupCards from '/src/components/GroupCards'
import Video from '/src/components/Video';

export const languages = [
{ name: "Bun", link: "/java/how-to/build-pipeline#ports" },
{ name: "Deno", link: "/go/how-to/build-pipeline#ports" },
{ name: ".NET", link: "/dotnet/how-to/build-pipeline#ports" },
{ name: "Elixir", link: "/php/how-to/build-pipeline#ports" },
{ name: "Gleam", link: "/dotnet/how-to/build-pipeline#ports" },
{ name: "Go", link: "/go/how-to/build-pipeline#ports" },
{ name: "Java", link: "/java/how-to/build-pipeline#ports" },
{ name: "Node.js", link: "/nodejs/how-to/build-pipeline#ports" },
{ name: "PHP", link: "/php/how-to/build-pipeline#ports" },
{ name: "Python", link: "/python/how-to/build-pipeline#ports" },
{ name: "Rust", link: "/rust/how-to/build-pipeline#ports" },
]

This guide provides detailed configuration instructions for making your Zerops services publicly accessible from the internet. For an overview of all access methods, see the [Access & Networking guide](/features/access).

## Public Access Methods
Expand Down
Loading