From 7387bdcbb5a377204229b02fc8733cfe8ff5efe9 Mon Sep 17 00:00:00 2001 From: Erik Vroon Date: Sat, 10 May 2025 09:59:39 +0200 Subject: [PATCH] Fix process compose docs cmd and broken link (#1220) Fix a broken link in `docs/content/deployment/index.mdx`, make all links absolute for clarity and fix the command to start docs in process-compose-example.yml --- docs/content/community/development.mdx | 4 ++-- docs/content/deployment/index.mdx | 2 +- process-compose-example.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/community/development.mdx b/docs/content/community/development.mdx index 96fb2531..912a0748 100644 --- a/docs/content/community/development.mdx +++ b/docs/content/community/development.mdx @@ -6,7 +6,7 @@ title: Development This guide explains how to run Bracket without Docker. They cover database setup, configuration and how to run the frontend and backend. If you quickly want to get up and running, please read -[quickstart](../running-bracket/quickstart.mdx). +[quickstart](/docs/running-bracket/quickstart.mdx). ## Database @@ -31,7 +31,7 @@ You can do the same but replace the user and database name with: - `bracket_prod`: for a production database The database URL can be specified per environment in the `.env` files (see -[config](../running-bracket/configuration.mdx)). +[config](/docs/running-bracket/configuration.mdx)). ## Running the frontend and backend diff --git a/docs/content/deployment/index.mdx b/docs/content/deployment/index.mdx index e9d45dcb..48ed1fb2 100644 --- a/docs/content/deployment/index.mdx +++ b/docs/content/deployment/index.mdx @@ -5,7 +5,7 @@ title: Deployment # Deployment The guides in this directory explain how to run Bracket in production. If you quickly want to get up -and running, please read [quickstart.md](../running-bracket/quickstart.mdx). +and running, please read [quickstart.md](/docs/running-bracket/quickstart.mdx). ## Configuration diff --git a/process-compose-example.yml b/process-compose-example.yml index 90806021..68eead47 100644 --- a/process-compose-example.yml +++ b/process-compose-example.yml @@ -36,7 +36,7 @@ processes: docs: working_dir: "docs" - command: "yarn run docusaurus start -p 3001" + command: "yarn run dev -p 3001" availability: restart: "on_failure" readiness_probe: