Skip to content

Commit 540f772

Browse files
Oxford HarrisonOxford Harrison
authored andcommitted
Minor docs edit
1 parent 1935227 commit 540f772

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

site/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hero:
55
name: LinkedQL
66
text: Portable Query Engine For the New Chapter
77
tagline:
8-
LinkedQL moves applications from ad-hoc data stacks and scaffold layers to full SQL power.
8+
LinkedQL moves applications from manual capability scaffolding to full SQL power.
99
actions:
1010
- theme: brand
1111
text: Get Started

site/overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# LinkedQL <br>— The Database Primitive For Applications And Agents
1+
# LinkedQL <br>— Portable Query Engine for Applications and Agents
22

33
**Welcome to the docs.** This page gives you the core thinking around LinkedQL and helps you map the system at a glance.
44

@@ -12,7 +12,7 @@ It extends SQL with a small set of composable capabilities for relationships, re
1212

1313
### What It Replaces
1414

15-
LinkedQL composes capabilities traditionally handled by separate systems — ORMs (e.g. Prisma), API/query layers (e.g. GraphQL), and sync engines (e.g. ElectricSQL) — directly into SQL.
15+
LinkedQL composes capabilities traditionally handled by separate systems directly into SQL — ORMs (e.g. Prisma), API/query layers (e.g. GraphQL), and sync engines (e.g. ElectricSQL).
1616

1717
This shifts applications from manual capability scaffolding to a unified, composable, SQL-based model for application logic and state.
1818

@@ -42,10 +42,10 @@ The core insight behind LinkedQL is *how those dots connect together at the SQL
4242

4343
## Your Map to the Docs
4444

45-
| Area | What it covers | Go to... |
46-
| :-------------- | :------------------------------------------------------------------------- | :------------------------------------------------------------------------- |
47-
| Core Guides | From basic setup to first queries, to more comprehensive guides | [LinkedQL Guides](/guides) |
48-
| API | Core API contract — the interface and query model | [LinkedQL API](/api) |
49-
| Language | The LinkedQL language surface (JSON Literals, DeepRefs, etc.) | [Language Surface](/lang) |
50-
| Realtime | Live queries and subscription model | [Realtime Capabilities](/realtime) |
51-
| FlashQL | LinkedQL's embeddable SQL engine for local execution, federation, and sync | [FlashQL](/flashql) |
45+
| Area | What it covers | Go to... |
46+
| :----------------- | :------------------------------------------------------------------------- | :------------------------------------------------------------------------- |
47+
| Core Guides | From basic setup to first queries, to more comprehensive guides | [Core Guides](/guides) |
48+
| Core API | Core API contract — the interface and query model | [Core API](/core) |
49+
| Language Surface | The LinkedQL language surface (JSON Literals, DeepRefs, etc.) | [Language Surface](/lang) |
50+
| Realtime Capabilities | Live queries and subscription model | [Realtime Capabilities](/realtime) |
51+
| FlashQL | LinkedQL's embeddable SQL engine for local execution, federation, and sync | [FlashQL](/flashql) |

0 commit comments

Comments
 (0)