mirror of
https://github.com/evroon/bracket.git
synced 2026-05-19 05:59:34 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user