Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed Aug 3, 2024
1 parent 5522305 commit df0e22b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default defineConfig({
{ text: 'Quickstart', link: '/guides/quickstart' },
// { text: 'Usage', link: '/guides/usage' },
{ text: 'Shapes', link: '/guides/shapes' },
// { text: 'Deployment', link: '/guides/deployment' },
{ text: 'Deployment', link: '/guides/deployment' },
{ text: 'Writing clients', link: '/guides/write-your-own-client' }
]
},
Expand Down
27 changes: 26 additions & 1 deletion docs/guides/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,29 @@ outline: deep

# Deployment

This page is under construction.
## Components

...

## PostgreSQL with logical replication

...

## Docker image

...

## Configuration

- DATABASE_URL
- SSL
- IPv6
- CACHE

## Caching proxy

...

## Authentication

...

0 comments on commit df0e22b

Please sign in to comment.