Skip to content

Commit 9045882

Browse files
committed
fix: remove todos and non existent links
1 parent faa4637 commit 9045882

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

pages/lazer/_meta.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@
3232
"newWindow": true
3333
},
3434

35-
"contract-addresses": "Contract Addresses",
36-
37-
"errors": "Error Codes",
3835
"examples": {
39-
"title": "Example Application",
36+
"title": "Example Applications",
4037
"href": "https://github.com/pyth-network/pyth-examples/tree/main/lazer",
4138
"newWindow": true
4239
},

pages/lazer/getting-started.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Getting Started with Pyth Lazer
2+
3+
Please refer to the how-to guides to get started.

pages/lazer/integrate-as-consumer.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# How to Integrate Pyth Lazer as a Consumer
22

3-
TODO: Fill this up.
3+
The following guides demonstrate how to integrate Pyth Lazer as a consumer in your application.
4+
5+
Lazer is available in Solana and EVM. Please consult the following guides to get started:
6+
7+
- [Solana](integrate-as-consumer/svm)
8+
- [EVM](integrate-as-consumer/evm)
9+
10+
Lazer price feeds can also be used in off-chain applications. See the
11+
[subscription guide](subscribe-price-updates) for more information.
File renamed without changes.

0 commit comments

Comments
 (0)