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
This commit is contained in:
Erik Vroon
2025-05-10 09:59:39 +02:00
committed by GitHub
parent dbec038ba0
commit 7387bdcbb5
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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: