Skip to content

Commit b0fb51e

Browse files
Documentation edits made through Mintlify web editor
1 parent 9dee95a commit b0fb51e

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed
Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,42 @@
11
---
22
title: "Architecture Overview"
3-
description: The core components of PowerSync are the service and client SDKs
3+
description: "The core components of PowerSync are the service and client SDKs"
44
---
55

66
<Frame>
7-
<img src="/images/architecture/powersync-docs-diagram-architecture-overview.png"/>
7+
<img src="images/powersync-diagram-architecture-overview.png" />
88
</Frame>
99

1010
The [PowerSync Service](/architecture/powersync-service) and client SDK operate in unison to keep client-side SQLite databases in sync with a backend database. Learn about their architecture:
1111

12-
<CardGroup>
13-
<Card title="PowerSync Service" icon="server" href="/architecture/powersync-service" horizontal/>
14-
<Card title="Client Architecture" icon="microchip" href="/architecture/client-architecture" horizontal/>
12+
<CardGroup cols="2">
13+
<Card title="PowerSync Service" icon="server" horizontal href="/architecture/powersync-service">
14+
15+
</Card>
16+
<Card title="Client Architecture" icon="microchip" horizontal href="/architecture/client-architecture">
17+
18+
</Card>
1519
</CardGroup>
1620

1721
### Protocol
1822

1923
Learn about the sync protocol used between PowerSync clients and a [PowerSync Service](/architecture/powersync-service):
2024

21-
<CardGroup>
22-
<Card title="PowerSync Protocol" icon="network-wired" href="/architecture/powersync-protocol" horizontal/>
23-
<Card title="Consistency" icon="scale-balanced" href="/architecture/consistency" horizontal/>
25+
<CardGroup cols="2">
26+
<Card title="PowerSync Protocol" icon="network-wired" horizontal href="/architecture/powersync-protocol">
27+
28+
</Card>
29+
<Card title="Consistency" icon="scale-balanced" horizontal href="/architecture/consistency">
30+
31+
</Card>
2432
</CardGroup>
2533

2634
### Self-Hosted Architecture
2735

2836
For more details on typical architecture of a production self-hosted deployment, see here:
29-
<CardGroup>
30-
<Card title="Installation" icon="download" href="/self-hosting/installation" horizontal/>
31-
</CardGroup>
32-
3337

38+
<CardGroup cols="2">
39+
<Card title="Installation" icon="download" horizontal href="/self-hosting/installation">
40+
41+
</Card>
42+
</CardGroup>
Loading

0 commit comments

Comments
 (0)