Skip to content

Commit

Permalink
Revert "remove doccard list"
Browse files Browse the repository at this point in the history
This reverts commit a0eb6cf.
  • Loading branch information
sh-rp committed Sep 16, 2024
1 parent 6f1652b commit 33194e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/website/docs/dlt-ecosystem/verified-sources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Planning to use `dlt` in production and need a source that isn't listed? We're h

### Core sources

<DocCardList items={useCurrentSidebarCategory().items.filter(
item => item.label === '30+ SQL Databases' || item.label === 'REST APIs' || item.label === 'Filesystem & cloud storage'
)} />

### Verified sources

Choose from our collection of verified sources, developed and maintained by the `dlt` team and community. Each source is rigorously tested against a real API and provided as Python code for easy customization.
Expand All @@ -19,6 +23,10 @@ Choose from our collection of verified sources, developed and maintained by the
If you couldn't find a source implementation, you can easily create your own, check out the [resource page](../../general-usage/resource) to learn how!
:::

<DocCardList items={useCurrentSidebarCategory().items.filter(
item => item.label !== '30+ SQL Databases' && item.label !== 'REST API generic source'&& item.label !== 'Filesystem & buckets'
)} />

### What's the difference between core and verified sources?

The main difference between the [core sources](#core-sources) and [verified sources](#verified-sources) lies in their structure.
Expand Down

0 comments on commit 33194e3

Please sign in to comment.