Skip to content

Commit 5671271

Browse files
fixed: added header to the built-in sources and edited the sidebar
1 parent 491ddfa commit 5671271

File tree

10 files changed

+21033
-2039
lines changed

10 files changed

+21033
-2039
lines changed

docs/docs/sources/AmazonS3.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## AmazonS3
1+
---
2+
title: AmazonS3
3+
description: CocoIndex AmazonS3 sources
4+
toc_max_heading_level: 4
5+
---
26

37
### Setup for Amazon S3
48

@@ -114,4 +118,4 @@ The spec takes the following fields:
114118
The output is a [*KTable*](/docs/core/data_types#ktable) with the following sub fields:
115119

116120
* `filename` (*Str*, key): the filename of the file, including the path, relative to the root directory, e.g. `"dir1/file1.md"`.
117-
* `content` (*Str* if `binary` is `False`, otherwise *Bytes*): the content of the file
121+
* `content` (*Str* if `binary` is `False`, otherwise *Bytes*): the content of the file

docs/docs/sources/AzureBlob.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## AzureBlob
1+
---
2+
title: AzureBlob
3+
description: CocoIndex AzureBlob sources
4+
toc_max_heading_level: 4
5+
---
26

37
The `AzureBlob` source imports files from Azure Blob Storage.
48

docs/docs/sources/GoogleDrive.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## GoogleDrive
1+
---
2+
title: GoogleDrive
3+
description: CocoIndex GoogleDrive sources
4+
toc_max_heading_level: 4
5+
---
26

37
The `GoogleDrive` source imports files from Google Drive.
48

docs/docs/sources/LocalFile.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## LocalFile
1+
---
2+
title: LocalFile
3+
description: CocoIndex LocalFile sources
4+
toc_max_heading_level: 4
5+
---
26

37
The `LocalFile` source imports files from a local file system.
48

@@ -23,4 +27,4 @@ The spec takes the following fields:
2327

2428
The output is a [*KTable*](/docs/core/data_types#ktable) with the following sub fields:
2529
* `filename` (*Str*, key): the filename of the file, including the path, relative to the root directory, e.g. `"dir1/file1.md"`
26-
* `content` (*Str* if `binary` is `False`, *Bytes* otherwise): the content of the file
30+
* `content` (*Str* if `binary` is `False`, *Bytes* otherwise): the content of the file

docs/docs/sources/built-in-source.md

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

docs/docs/sources/postgres.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## Postgres
1+
---
2+
title: Postgres
3+
description: CocoIndex Postgres Sources
4+
toc_max_heading_level: 4
5+
---
26

37
The `Postgres` source imports rows from a PostgreSQL table.
48

@@ -59,4 +63,4 @@ The output is a [*KTable*](/docs/core/data_types#ktable) with straightforward 1
5963
### Example
6064

6165
You can find end-to-end example using Postgres source at:
62-
* [examples/postgres_source](https://github.com/cocoindex-io/cocoindex/tree/main/examples/postgres_source)
66+
* [examples/postgres_source](https://github.com/cocoindex-io/cocoindex/tree/main/examples/postgres_source)

0 commit comments

Comments
 (0)