Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
pages/price-feeds/use-real-time-data/starknet.mdx

pages/price-feeds/use-real-time-data/ton.mdx

pages/price-feeds/index.mdx
16 changes: 2 additions & 14 deletions pages/price-feeds/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,28 +92,16 @@ Pyth offers two main versions of price feeds, each optimized for different use c
<a href="./price-feeds/pro/price-feed-ids" className="text-lightLinks dark:text-darkLinks hover:text-blue-800 dark:hover:text-blue-300 font-medium">Pyth Pro IDs →</a>
</div>

{" "}

<div className="p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700">
<h3 className="text-lg font-semibold mb-2 text-lightForeground dark:text-white">
API Reference
</h3>
<p className="text-gray-700 dark:text-light mb-4">
Complete API documentation for both Pro and Core.
</p>
<a
href="./price-feeds/core/api-reference"
className="text-lightLinks dark:text-darkLinks hover:text-blue-800 dark:hover:text-blue-300 font-medium"
>
Core APIs →
</a>
<a href="./price-feeds/core/api-reference" className="text-lightLinks dark:text-darkLinks hover:text-blue-800 dark:hover:text-blue-300 font-medium">Core APIs →</a>
<span className="mx-2 text-gray-400">|</span>
<a
href="./price-feeds/pro/api-reference"
className="text-lightLinks dark:text-darkLinks hover:text-blue-800 dark:hover:text-blue-300 font-medium"
>
Pro API →
</a>
<a href="./price-feeds/pro/api-reference" className="text-lightLinks dark:text-darkLinks hover:text-blue-800 dark:hover:text-blue-300 font-medium">Pro APIs →</a>
</div>

<div className="p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700">
Expand Down
Loading