Skip to content

Commit 9191ece

Browse files
committed
layout
1 parent b78b1d4 commit 9191ece

File tree

13 files changed

+82
-2
lines changed

13 files changed

+82
-2
lines changed

pages/_meta.json

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

12+
"lazer": {
13+
"title": "Lazer",
14+
"type": "page"
15+
},
16+
1217
"benchmarks": {
1318
"title": "Benchmarks",
1419
"type": "page"

pages/express-relay/_meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"type": "separator"
1616
},
1717

18-
"integrate-as-protocol": "Integrate as a Protocol",
19-
"integrate-as-searcher": "Integrate as a Searcher",
18+
"integrate-as-consumer": "Integrate as a Consumer",
19+
"integrate-as-publisher": "Integrate as a Publisher",
2020

2121
"-- Reference Material": {
2222
"title": "Reference Material",

pages/home/_meta.json

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

14+
"Lazer": {
15+
"title": "Lazer →",
16+
"href": "/lazer"
17+
},
18+
1419
"Benchmarks": {
1520
"title": "Benchmarks →",
1621
"href": "/benchmarks"

pages/home/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Pyth Network offers several products for developers:
88

99
- [Price Feeds](../price-feeds) provide real-time prices for 500+ assets on 55+ blockchain ecosystems, including Solana, many EVM chains,
1010
Aptos, Sui, NEAR, and several Cosmos chains.
11+
- [Lazer](../lazer) [TODO]
1112
- [Benchmarks](../benchmarks) provides historical Pyth prices for both on- and off-chain use.
1213
- [Express Relay](../express-relay/) enables protocols to eliminate their MEV while gaining access to active searchers and liquidators.
1314
- [Entropy](../entropy) allows developers to generate secure random numbers on the blockchain.

pages/lazer/_meta.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"documentation-home": {
3+
"title": "← Documentation Home",
4+
"href": "/home"
5+
},
6+
7+
"-- Lazer": {
8+
"title": "Lazer",
9+
"type": "separator"
10+
},
11+
"index": "Introduction",
12+
"getting-started": "Getting Started",
13+
14+
"-- How-to Guides": {
15+
"title": "How-To Guides",
16+
"type": "separator"
17+
},
18+
19+
"integrate-as-consumer": "Integrate as a Consumer",
20+
"integrate-as-publisher": "Integrate as a Publisher",
21+
22+
"-- Reference Material": {
23+
"title": "Reference Material",
24+
"type": "separator"
25+
},
26+
"price-feeds": "Price Feeds",
27+
28+
"api-reference": {
29+
"title": "HTTP API Reference ↗",
30+
"href": "TODO:",
31+
"newWindow": true
32+
},
33+
34+
"websocket-api-reference": "Websocket API Reference",
35+
"contract-addresses": "Contract Addresses",
36+
37+
"errors": "Error Codes",
38+
"examples": {
39+
"title": "Example Application ↗",
40+
"href": "https://github.com/pyth-network/pyth-examples/tree/main/lazer",
41+
"newWindow": true
42+
},
43+
"-- Understand Lazer": {
44+
"title": "Understanding Lazer",
45+
"type": "separator"
46+
},
47+
48+
"how-lazer-works": "How Lazer Works"
49+
}

pages/lazer/getting-started.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Getting Started with Pyth Lazer
2+
3+
TODO: Fill this up.

pages/lazer/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Lazer
2+
3+
TODO: Fill this up.
4+
5+
6+
TODO: Add a banner up to get a access token.

pages/lazer/integrate-as-consumer.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# How to Integrate Pyth Lazer as a Consumer
2+
3+
TODO: Fill this up.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"evm": "EVM chains",
3+
"svm": "SVM chains"
4+
}

pages/lazer/integrate-as-consumer/evm.mdx

Whitespace-only changes.

0 commit comments

Comments
 (0)