Skip to content

Commit

Permalink
removes dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Dec 5, 2023
1 parent bbe4b34 commit 17287f4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

With Orama, you can integrate with every external system, library, and API.

While we let you build your own integrations via our [custom integrations](/cloud/data-sources/custom/introduction) feature, we also provide a set of native integrations that you can use out of the box.
While we let you build your own integrations via our [custom integrations](/cloud/data-sources/custom-integrations/introduction) feature, we also provide a set of native integrations that you can use out of the box.

At the time of writing this, we have the following native integrations:

- [**Shopify**](/cloud/data-sources/native-integrations/shopify)
- [**Docusaurus**](/cloud/data-sources/native-integrations/docusaurus) (Coming soon)
- [**Nextra**](/cloud/data-sources/native-integrations/nextra) (Coming soon)

When available, we suggest using native integrations over custom integrations, as they are highly optimized and provide a better developer experience, performance, and maintainability.

Expand Down
12 changes: 6 additions & 6 deletions packages/docs-new/cloud/understanding-orama/indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ where the main purpose is to provide a fast and reliable search experience, with

Orama Cloud integrates natively with many different data sources, including:

- [Shopify](/cloud/guide/data-sources/shopify)
- [Docusaurus](/cloud/guide/data-sources/docusaurus)
- [Shopify](/cloud/data-sources/native-integrations/shopify)
- [Docusaurus](/cloud/data-sources/native-integrations/docusaurus)
- _Strapi (coming soon)_
- _Contentful (coming soon)_
- _Storyblok (coming soon)_
Expand All @@ -44,11 +44,11 @@ And many more to come.

You can always create a custom integration with your own data source. Orama Cloud currently supports the following data sources:

- [REST API](/cloud/guide/data-sources/rest-api) \
- [REST API](/cloud/data-sources/custom-integrations/rest-api) \
You can index data from a REST API. Orama Cloud will periodically fetch the data from the API and index it.
- [WebHooks](/cloud/guide/data-sources/webhooks) \
- [WebHooks](/cloud/data-sources/custom-integrations/webhooks) \
You can index data from a WebHook. Orama Cloud will index the data every time the WebHook is triggered.
- [JSON File](/cloud/guide/data-sources/json-file) \
- [JSON File](/cloud/data-sources/custom-integrations/json-file) \
You can upload a JSON file to Orama Cloud, and it will be indexed automatically.
- [CSV File](/cloud/guide/data-sources/csv-file) \
- [CSV File](/cloud/data-sources/custom-integrations/csv-file) \
You can upload a CSV file to Orama Cloud, and it will be indexed automatically.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Orama Cloud brings **Orama** to the next level.

In just a few minutes, you can deploy a new [Orama index](/understanding-orama-cloud/indexes) to **300** global locations in **100** countries all over the world.
In just a few minutes, you can deploy a new [Orama index](/cloud/understanding-orama/indexes) to **300** global locations in **100** countries all over the world.
2 changes: 1 addition & 1 deletion packages/docs-new/open-source/usage/insert.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ the document will be indexed with the following `id`: `73cbcc79-2203-49b8-bb52-6
::: tip
If the `id` field is not found, Orama will generate a random `id` for the document.

To provide a custom ID for a document, see the [components](/open-source/advanced/components.html) page.
To provide a custom ID for a document, see the [components](/open-source/internals/components) page.
:::

::: danger
Expand Down

0 comments on commit 17287f4

Please sign in to comment.