Skip to content

Commit 6b9dacd

Browse files
authored
docs: fix navigation labels to match section names (#5121)
## Summary - Replace generic "Overview" labels with descriptive section names in sticky header navigation ## Before & after https://github.com/user-attachments/assets/01b3b58e-9b87-4668-9f44-d18033c49e64 ## Test plan - [x] Verify documentation builds successfully - [x] Check that sticky headers now show proper section names instead of "Overview" ## Internal note Closes EVE-845
1 parent e36a830 commit 6b9dacd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/SUMMARY.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
* Common Use Cases
66
* [Batch Inference](use-case/batch-inference.md)
77
* Working with Modalities
8-
* [Overview](modalities/index.md)
8+
* [Modalities](modalities/index.md)
99
* [Custom Modalities](modalities/custom.md)
1010
* [URLs and Files](modalities/urls.md)
1111
* [Text](modalities/text.md)
1212
* [Images](modalities/images.md)
1313
* [Videos](modalities/videos.md)
1414
* [JSON and Nested Data](modalities/json.md)
1515
* Running Custom Python Code
16-
* [Overview](custom-code/index.md)
16+
* [Custom Code](custom-code/index.md)
1717
* [User-Defined Functions (UDFs)](custom-code/udfs.md)
1818
* [Working with GPUs](custom-code/gpu.md)
1919
* [External APIs](custom-code/apis.md)
2020
* Data Connectors
21-
* [Overview](connectors/index.md)
21+
* [Connectors](connectors/index.md)
2222
* [Custom Connectors](connectors/custom.md)
2323
* [AWS Glue](connectors/glue.md)
2424
* [AWS S3 Tables](connectors/s3tables.md)
@@ -33,7 +33,7 @@
3333
* [Unity Catalog (Databricks)](connectors/unity_catalog.md)
3434
* [Scaling Out and Deployment](distributed.md)
3535
* Optimization and Debugging
36-
* [Overview](optimization/index.md)
36+
* [Optimization](optimization/index.md)
3737
* [Architecture](optimization/architecture.md)
3838
* [Managing Memory Usage](optimization/memory.md)
3939
* [Partitioning](optimization/partitioning.md)
@@ -45,7 +45,7 @@
4545
* [Release Notes <sup>↗</sup>](https://github.com/Eventual-Inc/Daft/releases)
4646
* [Usage Telemetry](telemetry.md)
4747
* Examples
48-
* [Overview](examples/index.md)
48+
* [Examples](examples/index.md)
4949
* [Document Processing](examples/document-processing.md)
5050
* [Audio Transcription](examples/audio-transcription.md)
5151
* [Generate Text Embeddings for Turbopuffer](examples/text-embeddings.md)
@@ -55,7 +55,7 @@
5555
* [MNIST Digit Classification](examples/mnist.md)
5656
* [Window Functions](examples/window-functions.md)
5757
* Python API
58-
* [Overview](api/index.md)
58+
* [Python API](api/index.md)
5959
* [AI](api/ai.md)
6060
* [I/O](api/io.md)
6161
* [DataFrame](api/dataframe.md)
@@ -73,7 +73,7 @@
7373
* [Configuration](api/config.md)
7474
* [Miscellaneous](api/misc.md)
7575
* SQL Reference
76-
* [Overview](sql/index.md)
76+
* [SQL Reference](sql/index.md)
7777
* Statements
7878
* [SELECT](sql/statements/select.md)
7979
* [SHOW](sql/statements/show.md)

0 commit comments

Comments
 (0)