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 1663b07
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 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
2 changes: 1 addition & 1 deletion docs/api/clients/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The client exports a `ShapeStream` class for getting updates to shapes on a row-
### `ShapeStream`

```tsx
import { ShapeStream } from '@electric-sql/next'
import { ShapeStream } from '@electric-sql/next',

// Passes subscribers rows as they're inserted, updated, or deleted
const stream = new ShapeStream({
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 1663b07

Please sign in to comment.