File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,25 @@ Pyth offers two main versions of price feeds, each optimized for different use c
9595{ " " }
9696
9797<div className = " p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700" >
98- <h3 className = " text-lg font-semibold mb-2 text-lightForeground dark:text-white" >API Reference</h3 >
99- <p className = " text-gray-700 dark:text-light mb-4" >Complete API documentation for both Pro and Core.</p >
100- <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 >
98+ <h3 className = " text-lg font-semibold mb-2 text-lightForeground dark:text-white" >
99+ API Reference
100+ </h3 >
101+ <p className = " text-gray-700 dark:text-light mb-4" >
102+ Complete API documentation for both Pro and Core.
103+ </p >
104+ <a
105+ href = " ./price-feeds/core/api-reference"
106+ className = " text-lightLinks dark:text-darkLinks hover:text-blue-800 dark:hover:text-blue-300 font-medium"
107+ >
108+ Core APIs →
109+ </a >
101110 <span className = " mx-2 text-gray-400" >|</span >
102- <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 >
111+ <a
112+ href = " ./price-feeds/pro/api-reference"
113+ className = " text-lightLinks dark:text-darkLinks hover:text-blue-800 dark:hover:text-blue-300 font-medium"
114+ >
115+ Pro API →
116+ </a >
103117</div >
104118
105119 <div className = " p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700" >
You can’t perform that action at this time.
0 commit comments