diff --git a/docs/docker.md b/docs/docker.md index 3451dd8cb..153f1f981 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -8,8 +8,8 @@ > [!IMPORTANT] > If you want to run shelf via docker, there are still some prerequisites you need to meet. Because our docker setup doesn't currently support self-hosting supabase, you need to complete the steps below. This means you have to take care of setting up your Supabase environment, running migrations against your database, and making sure Supabase is configured based on our requirements. -1. ./get-started.md#development -2. ./get-started.md#authentication +1. [Get Started > Development](./get-started.md#development) +2. [Get Started > Authentication](./get-started.md#authentication) This will make sure you have a DATABASE that you are ready to connect to.