Skip to content

Commit

Permalink
update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
akelad committed Sep 11, 2024
1 parent 4027169 commit 6afcb2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/website/docs/dlt-ecosystem/verified-sources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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 API generic source' || item.label === 'Filesystem'
item => item.label === '30+ SQL Databases' || item.label === 'REST APIs' || item.label === 'Filesystem'
)} />

### Verified sources
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
<<<<<<< HEAD:docs/website/docs/dlt-ecosystem/verified-sources/rest_api/basic.md
title: REST API source
description: Learn how to set up and configure
=======
title: REST API generic source
description: Loads data from REST APIs using declarative configuration
>>>>>>> devel:docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md
keywords: [rest api, restful api]
---
import Header from '../_source-info-header.md';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: REST API
description: dlt core source for REST APIs
title: REST APIs
description: Loads data from REST APIs using a declarative configuration
keywords: [rest api, restful api]
---

Expand Down
1 change: 1 addition & 0 deletions docs/website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const sidebars = {
{
type: 'category',
label: 'REST APIs',
description:'Load data from any REST API',
link: {
type: 'doc',
id: 'dlt-ecosystem/verified-sources/rest_api/index',
Expand Down

0 comments on commit 6afcb2a

Please sign in to comment.