Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit e7025f5

Browse files
committed
chore(price-feeds) Combine docs
1 parent a484532 commit e7025f5

File tree

137 files changed

+461
-335
lines changed

Some content is hidden

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

137 files changed

+461
-335
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 & 15 deletions

pages/price-feeds/_meta.json

Lines changed: 16 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,17 @@
11
{
2-
"documentation-home": {
3-
"title": "← Documentation Home",
4-
"href": "/home"
5-
},
6-
7-
"-- Price Feeds": {
8-
"title": "Price Feeds",
9-
"type": "separator"
10-
},
11-
"index": "Introduction",
12-
"getting-started": "Getting Started",
13-
14-
"-- Tutorials": {
15-
"title": "Tutorials",
16-
"type": "separator"
17-
},
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-
"push-feeds": "Push 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-
"why-update-prices": "Why Update Prices",
64-
"how-pyth-works": "How Pyth Works"
65-
}
2+
"price": {
3+
"title": "← Documentation Home",
4+
"href": "/home"
5+
},
6+
"index": {
7+
"title": "Introduction"
8+
},
9+
"pro": {
10+
"title": "Pyth Pro →",
11+
"href": "/price-feeds/pro"
12+
},
13+
"core": {
14+
"title": "Pyth Core →",
15+
"href": "/price-feeds/core"
16+
}
17+
}

pages/price-feeds/core/_meta.json

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

0 commit comments

Comments
 (0)