Skip to content

Commit

Permalink
docs: Update API reference pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Sep 11, 2024
1 parent b174781 commit b59b6f6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/api/column.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Flechette API Reference
title: Column | API Reference
---
# Flechette API Reference
# API Reference

[Top-Level](/flechette/api) | [Data Types](data-types) | [Table](table) | [**Column**](column)

Expand Down
4 changes: 2 additions & 2 deletions docs/api/data-types.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Flechette API Reference
title: Data Types | API Reference
---
# Flechette API Reference
# API Reference

[Top-Level](/flechette/api) | [**Data Types**](data-types) | [Table](table) | [Column](column)

Expand Down
4 changes: 2 additions & 2 deletions docs/api/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Flechette API Reference
title: API Reference
---
# Flechette API Reference
# API Reference

[**Top-Level**](/flechette/api) | [Data Types](data-types) | [Table](table) | [Column](column)

Expand Down
4 changes: 2 additions & 2 deletions docs/api/table.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Flechette API Reference
title: Table | API Reference
---
# Flechette API Reference
# API Reference

[Top-Level](/flechette/api) | [Data Types](data-types) | [**Table**](table) | [Column](column)

Expand Down
2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Flechette

**Flechette** is a JavaScript library for reading and writing the [Apache Arrow](https://arrow.apache.org/) columnar in-memory data format. It provides a faster, lighter, zero-dependency alternative to the [Arrow JS reference implementation](https://github.com/apache/arrow/tree/main/js).

Flechette performs fast extraction and encoding of data columns in the Arrow binary IPC format, supporting ingestion of Arrow data from sources such as [DuckDB](https://duckdb.org/) and Arrow use in JavaScript data analysis tools like [Arquero](https://github.com/uwdata/arquero), [Mosaic](https://github.com/uwdata/mosaic), [Observable Plot](https://observablehq.com/plot/), and [Vega-Lite](https://vega.github.io/vega-lite/).
Expand Down

0 comments on commit b59b6f6

Please sign in to comment.