Fix sphinx error (#2384)

To test:
> cd docs && make HTML

changelogs:
- remove unindented line in destination connector's sql.rst file 
- add elasticsearch page into destination_connector.rst file
This commit is contained in:
Ronny H 2024-01-10 14:25:18 -08:00 committed by GitHub
parent 23edf2e911
commit 98a0de30b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@ in our community `Slack. <https://short.unstructured.io/pzw05l7>`_
destination_connectors/chroma
destination_connectors/delta_table
destination_connectors/dropbox
destination_connectors/elasticsearch
destination_connectors/gcs
destination_connectors/mongodb
destination_connectors/pinecone

View File

@ -41,7 +41,6 @@ To make sure the schema of the index matches the data being written to it, a sam
.. tabs::
.. tab:: PostgreSQL
:
.. literalinclude:: ./data/postgres-schema.sql
:language: sql
:linenos: