Skip to content

Commit 525e3cc

Browse files
committed
Some more tweaks
1 parent e601aca commit 525e3cc

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

docs/quix-cloud/managed-services/blob-storage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ If a step fails, you’ll see ✗ next to it along with the reason (for example,
130130

131131
## See more
132132

133-
* [What is Quix Lake](../quix-cloud/quixlake/overview.md) - what it is and why it exists
134-
* [Open format](../quix-cloud/quixlake/open-format.md) - layout and schemas (Avro, Parquet)
135-
* [Quix Lake - API](../quix-cloud/quixlake/api.md) - browse, search, and manage datasets
136-
* [Quix Lake - Sink](../quix-cloud/managed-services/sink.md) - persist topics to your bucket/container
137-
* [Quix Lake - Replay](../quix-cloud/managed-services/replay.md) - re-run datasets back to Kafka
133+
* [What is Quix Lake](../quixlake/overview.md) - what it is and why it exists
134+
* [Open format](../quixlake/open-format.md) - layout and schemas (Avro, Parquet)
135+
* [Quix Lake - API](../quixlake/api.md) - browse, search, and manage datasets
136+
* [Quix Lake - Sink](./sink.md) - persist topics to your bucket/container
137+
* [Quix Lake - Replay](./replay.md) - re-run datasets back to Kafka

docs/quix-cloud/managed-services/replay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
title: Quix Lake - Replay
3+
title: "DataLake.Replay"
44
description: Managed service that replays persisted datasets from Quix Lake back into Kafka with full fidelity.
55
---
66

docs/quix-cloud/managed-services/sink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quix Lake - Sink
2+
title: "DataLake.Sink"
33
description: Connector that persists Kafka data into Quix Lake.
44
---
55

docs/quix-cloud/quixlake/api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Quix Lake - API
44
description: Programmatic access to Quix Lake for search, metadata, file discovery, and lifecycle operations. Backend for the Quix Lake UI; Metadata endpoints are the primary integration surface for your external re-indexing applications.
55
---
66

7-
# Overview
7+
# Quix Lake - API
88

99
The Quix Lake API powers the **Quix Lake User Interface** and also exposes a clean surface for your own applications to **tag datasets, search, discover files, and perform safe deletes/restores**.
1010
See the UI page: [Quix Lake User Interface](./user-interface.md).
@@ -121,9 +121,9 @@ Reports minimum/maximum timestamps and observed partitions for a set of keys. Us
121121

122122

123123

124-
## Data Deletion
124+
## Data Deletion endpoints
125125

126-
The **Data Deletion API** supports safe lifecycle management of cataloged data. By default, deletions are **soft**, preserving underlying files and enabling recovery. When required, **hard deletes** can permanently remove both metadata and storage objects.
126+
The **Data Deletion** endpoints supports safe lifecycle management of cataloged data. By default, deletions are **soft**, preserving underlying files and enabling recovery. When required, **hard deletes** can permanently remove both metadata and storage objects.
127127

128128
Use these routes to:
129129

@@ -157,9 +157,9 @@ Clears soft-delete markers for multiple keys.
157157

158158

159159

160-
## Metadata
160+
## Metadata endpoints
161161

162-
The **Metadata API** lets you enrich datasets with custom **key/value properties** and query them later for grouping, filtering, lineage, and auditing. This is especially useful when working with datasets produced by the [Quix Lake Sink (managed)](../managed-services/sink.md), enabling your applications to attach meaningful business or operational context.
162+
The **Metadata** endpoints lets you enrich datasets with custom **key/value properties** and query them later for grouping, filtering, lineage, and auditing. This is especially useful when working with datasets produced by the [Quix Lake Sink (managed)](../managed-services/sink.md), enabling your applications to attach meaningful business or operational context.
163163

164164
Typical metadata examples include:
165165

docs/quix-cloud/quixlake/open-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22

3-
title: Quix Lake - Open format
3+
title: Quix Lake Open format
44
description: How Quix Lake structures data in Avro and Parquet for portability and performance.
55
---
66

7-
# Quix Lake - Open format
7+
# Quix Lake Open format
88

99
Quix Lake stores Kafka messages and metadata as **open files** in your blob storage (S3, GCS, Azure Blob, MinIO). The layout favors portability, fast discovery, and full-fidelity replay.
1010

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,16 +287,16 @@ nav:
287287
- Quix Lake:
288288
- 'Overview': 'quix-cloud/quixlake/overview.md'
289289
- "Open format": quix-cloud/quixlake/open-format.md
290+
- "User Interface": quix-cloud/quixlake/user-interface.md
290291
- "API": quix-cloud/quixlake/api.md
291292
- "Sink": quix-cloud/managed-services/sink.md
292293
- "Replay": quix-cloud/managed-services/replay.md
293-
- "User Interface": quix-cloud/quixlake/user-interface.md
294294
- 'Managed services':
295295
- 'Overview': 'quix-cloud/managed-services/overview.md'
296296
- 'Blob storage': 'quix-cloud/managed-services/blob-storage.md'
297297
- Services:
298-
- "DataLake.Sink": quix-cloud/managed-services/sink.md
299-
- "DataLake.Replay": quix-cloud/managed-services/replay.md
298+
- 'DataLake.Sink': quix-cloud/managed-services/sink.md
299+
- 'DataLake.Replay': quix-cloud/managed-services/replay.md
300300
- 'Dynamic Configuration Manager': 'quix-cloud/managed-services/dynamic-configuration.md'
301301
- 'Plugin system': 'quix-cloud/managed-services/plugin.md'
302302
- 'File Reference':

0 commit comments

Comments
 (0)