diff --git a/airbyte-config/init/src/main/resources/icons/typesense.svg b/airbyte-config/init/src/main/resources/icons/typesense.svg
new file mode 100644
index 000000000000..45d9ba8bcf9e
--- /dev/null
+++ b/airbyte-config/init/src/main/resources/icons/typesense.svg
@@ -0,0 +1,5 @@
+
diff --git a/airbyte-config/init/src/main/resources/seed/destination_definitions.yaml b/airbyte-config/init/src/main/resources/seed/destination_definitions.yaml
index 8284c4ae33f2..f79bd60a18d3 100644
--- a/airbyte-config/init/src/main/resources/seed/destination_definitions.yaml
+++ b/airbyte-config/init/src/main/resources/seed/destination_definitions.yaml
@@ -415,6 +415,7 @@
dockerRepository: airbyte/destination-typesense
dockerImageTag: 0.1.0
documentationUrl: https://docs.airbyte.com/integrations/destinations/typesense
+ icon: typesense.svg
releaseStage: alpha
- name: YugabyteDB
destinationDefinitionId: 2300fdcf-a532-419f-9f24-a014336e7966
diff --git a/connectors.md b/connectors.md
index b85cad690e8f..f3b773c4fefd 100644
--- a/connectors.md
+++ b/connectors.md
@@ -332,6 +332,6 @@
| **Streamr** | | Destination | ghcr.io/devmate-cloud/streamr-airbyte-connectors:0.0.1 | alpha | [link](https://docs.airbyte.com/integrations/destinations/streamr) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/devmate-cloud) | `eebd85cf-60b2-4af6-9ba0-edeca01437b0` |
| **Teradata Vantage** | | Destination | airbyte/destination-teradata:0.1.1 | alpha | [link](https://docs.airbyte.io/integrations/destinations/teradata) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-teradata) | `58e6f9da-904e-11ed-a1eb-0242ac120002` |
| **TiDB** | | Destination | airbyte/destination-tidb:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/destinations/tidb) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-tidb) | `06ec60c7-7468-45c0-91ac-174f6e1a788b` |
-| **Typesense** | x | Destination | airbyte/destination-typesense:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/destinations/typesense) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-typesense) | `36be8dc6-9851-49af-b776-9d4c30e4ab6a` |
+| **Typesense** | | Destination | airbyte/destination-typesense:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/destinations/typesense) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-typesense) | `36be8dc6-9851-49af-b776-9d4c30e4ab6a` |
| **Weaviate** | | Destination | airbyte/destination-weaviate:0.1.1 | alpha | [link](https://docs.airbyte.com/integrations/destinations/weaviate) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-weaviate) | `7b7d7a0d-954c-45a0-bcfc-39a634b97736` |
| **YugabyteDB** | | Destination | airbyte/destination-yugabytedb:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/destinations/yugabytedb) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-yugabytedb) | `2300fdcf-a532-419f-9f24-a014336e7966` |
\ No newline at end of file
diff --git a/docs/integrations/destinations/typesense.md b/docs/integrations/destinations/typesense.md
index 34b72773250e..3bf9aac71c75 100644
--- a/docs/integrations/destinations/typesense.md
+++ b/docs/integrations/destinations/typesense.md
@@ -35,5 +35,6 @@ The setup only requires two fields. First is the `host` which is the address at
## Changelog
-| Version | Date | Pull Request | Subject |
-| 0.1.0 | 2022-10-28 | [18349](https://github.com/airbytehq/airbyte/pull/18349) | New Typesense destination |
+| Version | Date | Pull Request | Subject |
+| :-------| :--------- | :------------------------------------------------------- | :-------------------------|
+| 0.1.0 | 2022-10-28 | [18349](https://github.com/airbytehq/airbyte/pull/18349) | New Typesense destination |