Skip to content

Commit ad11d67

Browse files
committed
Restructure docs
1 parent 641d7da commit ad11d67

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ _A modern take on SQL and SQL databases_
1717
<img src="https://github.com/linked-db/linked-ql/blob/master/resources/linked-ql-main2.png?raw=true" alt="LinkedQL Banner" width="100%">
1818
</picture>
1919

20-
<br><br>
20+
<br>
2121

2222
<div align="center">
2323

@@ -27,8 +27,6 @@ LinkedQL solves _**reactivity, relationships, JSON, schema, federation and sync,
2727

2828
</div>
2929

30-
<br>
31-
3230
---
3331

3432
> [!NOTE]

site/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ export default defineConfig({
4848
text: 'Capabilities',
4949
items: [
5050
{ text: 'Capabilities Overview', link: '/capabilities' },
51+
{ text: 'Live Queries', link: '/capabilities/live-queries' },
5152
{ text: 'DeepRefs', link: '/capabilities/deeprefs' },
5253
{ text: 'JSON Literals', link: '/capabilities/json-literals' },
5354
{ text: 'UPSERT', link: '/capabilities/upsert' },
54-
{ text: 'Realtime SQL', link: '/capabilities/realtime-sql' },
5555
]
5656
},
5757
{

0 commit comments

Comments
 (0)