diff --git a/docs/concepts/index.md b/docs/concepts/index.md index 59f8b058..eb92da7c 100644 --- a/docs/concepts/index.md +++ b/docs/concepts/index.md @@ -7,7 +7,7 @@ sidebar_position: 25 `zrok` was designed to make sharing local resources both secure and easy. In this section of the `zrok` documentation, we'll tour through all of the most important features. -Sharing with `zrok` can be either [`public`](./sharing-public.md) or [`private`](./sharing-private.md). +Sharing with `zrok` can be either [`public`](./sharing-public.mdx) or [`private`](./sharing-private.mdx). Naturally, regular web-based resources can be shared but `zrok` also includes support for sharing raw [TCP](./tunnels.md) and [UDP](./tunnels.md) network connections, and also includes a [website and file sharing](./files.md) feature. Learn about `zrok` [hosting here](./hosting.md), including instructions on how to [install your own `zrok` instance](/guides/self-hosting/linux/index.mdx). diff --git a/docs/getting-started.mdx b/docs/getting-started.mdx index b29cb326..9f603bf8 100644 --- a/docs/getting-started.mdx +++ b/docs/getting-started.mdx @@ -67,9 +67,9 @@ The best ways to engage are [Discourse](https://openziti.discourse.group/) for q Use `zrok` to share a running service, like a web server or a network socket, or to share a directory of static files. -If [sharing publicly](./concepts/sharing-public.md), you can reserve a subdomain, enable authentication options, or both. Public shares proxy HTTPS to your service or files. +If [sharing publicly](./concepts/sharing-public.mdx), you can reserve a subdomain, enable authentication options, or both. Public shares proxy HTTPS to your service or files. -If [sharing privately](./concepts/sharing-private.md), only users with the share token can access your share. In addition to what you can share publicly, private shares can include TCP and UDP services. +If [sharing privately](./concepts/sharing-private.mdx), only users with the share token can access your share. In addition to what you can share publicly, private shares can include TCP and UDP services. ## Installing the zrok Command diff --git a/docs/guides/docker-share/docker_private_share_guide.md b/docs/guides/docker-share/docker_private_share_guide.md index 1d7eda86..e9102f4a 100644 --- a/docs/guides/docker-share/docker_private_share_guide.md +++ b/docs/guides/docker-share/docker_private_share_guide.md @@ -12,7 +12,7 @@ Privately share a Docker Compose service with a separate zrok environment and a With zrok, you can privately share a service that's running in Docker. You need a zrok private share running somewhere that it can reach the service you're sharing, and a zrok private access running somewhere else where you want to use the private share. Together, the private share and private access form a private point-to-point tunnel. -Here's a short article with an overview of [private sharing with zrok](/concepts/sharing-private.md). +Here's a short article with an overview of [private sharing with zrok](/concepts/sharing-private.mdx). ## Walkthrough Video diff --git a/docs/guides/docker-share/docker_public_share_guide.md b/docs/guides/docker-share/docker_public_share_guide.md index 1d534a94..e4c5af1d 100644 --- a/docs/guides/docker-share/docker_public_share_guide.md +++ b/docs/guides/docker-share/docker_public_share_guide.md @@ -12,7 +12,7 @@ Publicly share a Docker Compose service with a separate zrok environment and a p With zrok, you can publicly share a service that's running in Docker. You need a zrok public share running somewhere that it can reach the service you're sharing. As long as that public share is running and your service is available, anyone with the address can use your service. -Here's a short article with an overview of [public sharing with zrok](/concepts/sharing-public.md). +Here's a short article with an overview of [public sharing with zrok](/concepts/sharing-public.mdx). ## Walkthrough Video