diff --git a/docs/guides/docker-share/v0.3_docker_private_share_guide.md b/docs/guides/docker-share/v0.3_docker_private_share_guide.md index 8b4de811..de3fa938 100644 --- a/docs/guides/docker-share/v0.3_docker_private_share_guide.md +++ b/docs/guides/docker-share/v0.3_docker_private_share_guide.md @@ -24,7 +24,7 @@ First, let's create the private share. 1. Make a folder on your computer to use as a Docker Compose project for your zrok private share. 1. In your terminal, change directory to your newly-created project folder. -1. Download [the zrok-private-share Docker Compose project file](../../../docker/compose/zrok-private-share/docker-compose.yml) into your new project folder and make sure it's named `docker-compose.yml`. +1. Download [the zrok-private-share Docker Compose project file](pathname:///zrok-private-share/docker-compose.yml) into your new project folder and make sure it's named `docker-compose.yml`. 1. Copy your zrok environment token from the zrok web console to your clipboard and paste it in a file named `.env` in the same folder like this: ```bash @@ -52,7 +52,7 @@ Now that we have a private share we can access it with zrok running in Docker. N 1. Make a folder on your computer to use as a Docker Compose project for your zrok private access. 1. In your terminal, change directory to your newly-created project folder. -1. Download [the zrok-private-access Docker Compose project file](../../../docker/compose/zrok-private-access/docker-compose.yml) into your new project folder and make sure it's named `docker-compose.yml`. +1. Download [the zrok-private-access Docker Compose project file](pathname:///zrok-private-access/docker-compose.yml) into your new project folder and make sure it's named `docker-compose.yml`. 1. Copy your zrok environment token from the zrok web console to your clipboard and paste it in a file named `.env` in the same folder like this: ```bash diff --git a/docs/guides/docker-share/v0.3_docker_public_share_guide.md b/docs/guides/docker-share/v0.3_docker_public_share_guide.md index 3ee1d4b9..3b3c320b 100644 --- a/docs/guides/docker-share/v0.3_docker_public_share_guide.md +++ b/docs/guides/docker-share/v0.3_docker_public_share_guide.md @@ -19,7 +19,7 @@ To follow this guide you will need [Docker](https://docs.docker.com/get-docker/) 1. Make a folder on your computer to use as a Docker Compose project for your zrok public share. 1. In your terminal, change directory to your newly-created project folder. -1. Download [the zrok-public-share Docker Compose project file](../../../docker/compose/zrok-public-share/docker-compose.yml) into your new project folder. +1. Download [the zrok-public-share Docker Compose project file](pathname:///zrok-public-share/docker-compose.yml) into your new project folder. 1. Copy your zrok environment token from the zrok web console to your clipboard and paste it in a file named `.env` in the same folder like this: ```bash diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 2f32a881..83d11333 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); /** @type {import('@docusaurus/types').Config} */ const config = { title: 'Zrok', - staticDirectories: ['static', '../docs/images'], + staticDirectories: ['static', '../docs/images', '../docker/compose'], tagline: 'Globally distributed reverse proxy', url: 'https://docs.zrok.io', baseUrl: '/',