Skip to content

Commit ba754df

Browse files
committed
Initial commit
1 parent b456af7 commit ba754df

File tree

5 files changed

+44
-0
lines changed

5 files changed

+44
-0
lines changed

pages/_meta.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"type": "page"
2020
},
2121

22+
"express-relay": {
23+
"title": "Express Relay",
24+
"type": "page"
25+
},
26+
2227
"get-in-touch": {
2328
"title": "Get In Touch ↗",
2429
"type": "page",

pages/express-relay/_meta.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"documentation-home": {
3+
"title": "← Documentation Home",
4+
"href": "/home"
5+
},
6+
7+
"-- Express Relay": {
8+
"title": "Express Relay",
9+
"type": "separator"
10+
},
11+
"index": "Introduction",
12+
13+
"-- How-to Guides": {
14+
"title": "How-To Guides",
15+
"type": "separator"
16+
},
17+
18+
"-- Reference Material": {
19+
"title": "Reference Material",
20+
"type": "separator"
21+
},
22+
23+
"examples": {
24+
"title": "Example Application ↗"
25+
},
26+
"-- Understand Express Relay": {
27+
"title": "Understanding Express Relay",
28+
"type": "separator"
29+
}
30+
}

pages/express-relay/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Introduction
2+
3+
Express Relay

pages/home/_meta.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
"href": "/entropy"
2222
},
2323

24+
"Express Relay": {
25+
"title": "Express Relay →",
26+
"href": "/express-relay"
27+
},
28+
2429
"--- Additional Information": {
2530
"title": "Additional Information",
2631
"type": "separator"

pages/home/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Pyth Network offers several products for developers:
1010
Aptos, Sui, NEAR, and several Cosmos chains.
1111
- [Benchmarks](../benchmarks) provides historical Pyth prices for both on- and off-chain use.
1212
- [Entropy](../entropy) allows developers to generate secure random numbers on the blockchain.
13+
- [Express Relay](../express-relay/)
1314

1415
Please follow the links above to learn about each product and how to integrate them into your application.
1516

0 commit comments

Comments
 (0)