Skip to content

Commit 676fa32

Browse files
committed
GH Pages refinement
1 parent 7b26434 commit 676fa32

File tree

16 files changed

+675
-767
lines changed

16 files changed

+675
-767
lines changed

docs2/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
---
2-
title: "LinkedQL Documentation"
3-
description: "Unified documentation for the LinkedQL ecosystem — language, processing engine, embedded runtime, and client interfaces."
4-
permalink: /
5-
nav_order: 0
6-
layout: home
7-
---
8-
91
# LinkedQL Documentation
102

113
Explore the layers of the LinkedQL system:

docs2/_config.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs2/entry/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
---
2-
redirect_to: ./index.md
3-
---
1+
# Entry Layer (`entry`)
2+
3+
The entry layer defines the interface between the user and the LinkedQL runtime.
4+
It handles incoming SQL through `.query()`, orchestrates its passage through the Language and Processing layers,
5+
and returns live results via dialect-specific clients.
6+
7+
+ [API (`api`)](api) — the query interface.
8+
+ [Clients (`clients`)](clients) — clients and dialects.
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
---
2-
title: "The Query Interface"
3-
description: "The LinkedQL query interface"
4-
permalink: /entry/api/
5-
nav_order: 4
6-
layout: page
7-
---
8-
91
# Query Interface
102

113
LinkedQL provides a **unified** query interface across all dialects.
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
---
2-
title: "Clients and Dialects"
3-
description: "The LinkedQL clients and dialects"
4-
permalink: /entry/clients/
5-
nav_order: 4
6-
layout: page
7-
---
8-
91
# Dialects & Clients
102

113
LinkedQL ships with clients for each major SQL dialect.

docs2/entry/index.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)