Skip to content

Commit f5cdfa5

Browse files
committed
Update Evolu Relay docs and improve local-first guide
Renamed 'evolu-relay' documentation to 'relay' across links, redirects, and file names for consistency. Enhanced the local-first documentation with clearer schema definition, usage examples, and added sections for soft deletes and data reset.
1 parent 61089ad commit f5cdfa5

6 files changed

Lines changed: 149 additions & 99 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Evolu Relay source along with the Docker files can be in the [/apps/relay](/
2424

2525
Alternatively, a pre-built image `evoluhq/relay:latest` is hosted on [Docker Hub](https://hub.docker.com/r/evoluhq/relay).
2626

27-
For more information, reference the [Evolu Relay](https://www.evolu.dev/docs/evolu-relay) documentation.
27+
For more information, reference the [Evolu Relay](https://www.evolu.dev/docs/relay) documentation.
2828

2929
## Developing
3030

apps/web/next.config.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ const nextConfig = {
3333
},
3434
{
3535
source: "/docs/evolu-server",
36-
destination: "/docs/evolu-relay",
36+
destination: "/docs/relay",
37+
permanent: true,
38+
},
39+
{
40+
source: "/docs/evolu-relay",
41+
destination: "/docs/relay",
3742
permanent: true,
3843
},
3944
{

0 commit comments

Comments
 (0)