Skip to content

Commit 06a6ada

Browse files
committed
chore(pricefeeds) V3 & V2 page
1 parent c6c2962 commit 06a6ada

File tree

131 files changed

+292
-185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+292
-185
lines changed

pages/_meta.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
"type": "page"
1010
},
1111

12-
"lazer": {
13-
"title": "Lazer",
14-
"type": "page"
15-
},
16-
1712
"express-relay": {
1813
"title": "Express Relay",
1914
"type": "page"

pages/home/_meta.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
"href": "/price-feeds"
1212
},
1313

14-
"Lazer": {
15-
"title": "Lazer →",
16-
"href": "/lazer"
17-
},
18-
1914
"Express Relay": {
2015
"title": "Express Relay →",
2116
"href": "/express-relay"

pages/home/index.mdx

Lines changed: 0 additions & 16 deletions

pages/lazer/price-feed-ids.mdx

Lines changed: 0 additions & 5 deletions
This file was deleted.

pages/price-feeds/_meta.json

Lines changed: 10 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,17 @@
11
{
2-
"documentation-home": {
2+
"price": {
33
"title": "← Documentation Home",
44
"href": "/home"
55
},
6-
7-
"-- Price Feeds": {
8-
"title": "Price Feeds",
9-
"type": "separator"
6+
"index": {
7+
"title": "Introduction"
108
},
11-
"index": "Introduction",
12-
"getting-started": "Getting Started",
13-
14-
"-- Tutorials": {
15-
"title": "Tutorials",
16-
"type": "separator"
9+
"v3": {
10+
"title": "v3 Documentation →",
11+
"href": "/price-feeds/v3"
1712
},
18-
19-
"create-your-first-pyth-app": "Create Your First Pyth App",
20-
21-
"-- How-to Guides": {
22-
"title": "How-To Guides",
23-
"type": "separator"
24-
},
25-
26-
"use-real-time-data": "Use Real-Time Price Data",
27-
"use-historic-price-data": "Use Historic Price Data",
28-
"fetch-price-updates": "Fetch Price Updates",
29-
"schedule-price-updates": "Schedule Price Updates",
30-
"create-tradingview-charts": "Create TradingView Charts",
31-
"derive-cross-rate": "Derive Cross Rate",
32-
"migrate-an-app-to-pyth": "Migrate an App to Pyth",
33-
"use-pyth-for-morpho": "Use Pyth for Morpho Markets",
34-
"publish-data": "Publish Data",
35-
"troubleshoot": "Troubleshoot Errors",
36-
37-
"-- Reference Material": {
38-
"title": "Reference Material",
39-
"type": "separator"
40-
},
41-
42-
"api-reference": "API Reference",
43-
"price-feeds": "Price Feeds",
44-
"current-fees": "Current Fees",
45-
"sponsored-feeds": "Sponsored Feeds",
46-
"market-hours": "Market Hours",
47-
"best-practices": "Best Practices",
48-
"error-codes": "Error Codes",
49-
"api-instances-and-providers": "API Instances and Providers",
50-
"contract-addresses": "Contract Addresses",
51-
"pythnet-reference": "Pythnet Reference",
52-
53-
"examples": {
54-
"title": "Example Applications ↗",
55-
"href": "https://github.com/pyth-network/pyth-examples/tree/main/price_feeds"
56-
},
57-
"-- Understand Pyth": {
58-
"title": "Understanding Pyth",
59-
"type": "separator"
60-
},
61-
62-
"pull-updates": "What is a Pull Oracle?",
63-
"how-pyth-works": "How Pyth Works"
13+
"v2": {
14+
"title": "v2 Documentation →",
15+
"href": "/price-feeds/v2"
16+
}
6417
}

pages/price-feeds/index.mdx

Lines changed: 86 additions & 44 deletions

pages/price-feeds/v2/_meta.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"-- Price Feeds V2": {
3+
"title": "Price Feeds",
4+
"type": "separator"
5+
},
6+
"index": "Introduction",
7+
"getting-started": "Getting Started",
8+
9+
"-- Tutorials": {
10+
"title": "Tutorials",
11+
"type": "separator"
12+
},
13+
14+
"create-your-first-pyth-app": "Create Your First Pyth App",
15+
16+
"-- How-to Guides": {
17+
"title": "How-To Guides",
18+
"type": "separator"
19+
},
20+
21+
"use-real-time-data": "Use Real-Time Price Data",
22+
"use-historic-price-data": "Use Historic Price Data",
23+
"fetch-price-updates": "Fetch Price Updates",
24+
"schedule-price-updates": "Schedule Price Updates",
25+
"create-tradingview-charts": "Create TradingView Charts",
26+
"derive-cross-rate": "Derive Cross Rate",
27+
"migrate-an-app-to-pyth": "Migrate an App to Pyth",
28+
"use-pyth-for-morpho": "Use Pyth for Morpho Markets",
29+
"publish-data": "Publish Data",
30+
"troubleshoot": "Troubleshoot Errors",
31+
32+
"-- Reference Material": {
33+
"title": "Reference Material",
34+
"type": "separator"
35+
},
36+
37+
"api-reference": "API Reference",
38+
"price-feeds": "Price Feeds",
39+
"current-fees": "Current Fees",
40+
"sponsored-feeds": "Sponsored Feeds",
41+
"market-hours": "Market Hours",
42+
"best-practices": "Best Practices",
43+
"error-codes": "Error Codes",
44+
"api-instances-and-providers": "API Instances and Providers",
45+
"contract-addresses": "Contract Addresses",
46+
"pythnet-reference": "Pythnet Reference",
47+
48+
"examples": {
49+
"title": "Example Applications ↗",
50+
"href": "https://github.com/pyth-network/pyth-examples/tree/main/price_feeds"
51+
},
52+
"-- Understand Pyth": {
53+
"title": "Understanding Pyth",
54+
"type": "separator"
55+
},
56+
57+
"pull-updates": "What is a Pull Oracle?",
58+
"how-pyth-works": "How Pyth Works"
59+
}
File renamed without changes.

0 commit comments

Comments
 (0)