Skip to content

Commit

Permalink
Merge pull request #169 from jhony112/main
Browse files Browse the repository at this point in the history
docs: fix PDF data source link in Overview
  • Loading branch information
adhityan authored Nov 20, 2024
2 parents 8998e86 + 90288dc commit 49a0675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/data-sources/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EmbedJs comes with built-in support for various data sources.
We handle the complexity of loading unstructured data from these data sources, allowing you to easily customize your app through a user-friendly interface.

<CardGroup cols={4}>
<Card title="PDF file" href="/components/data-sources/pdf-file" />
<Card title="PDF file" href="/components/data-sources/pdf" />
<Card title="CSV file" href="/components/data-sources/csv" />
<Card title="JSON file" href="/components/data-sources/json" />
<Card title="XML file" href="/components/data-sources/xml" />
Expand Down

0 comments on commit 49a0675

Please sign in to comment.