Skip to content

Commit db2f9a6

Browse files
committed
chore(pricefeeds) Added redirects
1 parent 882d61a commit db2f9a6

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

next.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,13 @@ const permanentRedirectArray = [
121121
],
122122
["/benchmarks/api-instances", "/price-feeds/api-reference/"],
123123
["/benchmarks/rate-limits", "/price-feeds/rate-limits/"],
124+
// Lazer to Pyth Pro Redirects
125+
["/lazer", "/price-feeds/pro"],
126+
["/lazer/:path*", "/price-feeds/pro/:path*"],
127+
128+
// Price Feeds to Core Redirects
129+
["/price-feeds", "/price-feeds/core"],
130+
["/price-feeds/:path*", "/price-feeds/core/:path*"],
124131
];
125132

126133
/** @type {import('next').NextConfig} */

pages/home/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ Pyth Network is the leading oracle protocol that connects the owners of market d
6767
Get started with Pyth Network by exploring our comprehensive documentation:
6868

6969
- **[Price Feeds Getting Started](../price-feeds/getting-started)** - Integrate real-time price data
70-
- **[Lazer Documentation](../lazer)** - High-performance price feeds
7170
- **[Express Relay Integration](../express-relay)** - Better orderflow mechanism to eliminate MEV
7271
- **[Entropy Implementation](../entropy)** - Secure randomness generation
7372

pages/price-feeds/core/_meta.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"-- Price Feeds V2": {
3-
"title": "Price Feeds",
4-
"type": "separator"
5-
},
62
"index": "Introduction",
73
"getting-started": "Getting Started",
84

pages/price-feeds/core/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
ShieldIcon,
88
} from "../../../components/icons/ProductIcons";
99

10-
# Introduction to Pyth Price Feeds
10+
# Introduction to Pyth Core
1111

1212
Pyth Network provides real-time financial market data to smart contract applications on 100+ blockchains.
1313
Data is sourced from 120+ first-party providers including major exchanges and market makers.
@@ -28,7 +28,7 @@ Data is sourced from 120+ first-party providers including major exchanges and ma
2828
title="Real-Time Price Feeds"
2929
description="Real-time, high-fidelity market data for smart contracts."
3030
features={[
31-
{ icon: <ClockIcon />, text: "Real-time price feeds" },
31+
{ icon: <ClockIcon />, text: "400ms update frequency" },
3232
{ icon: <BarChartIcon />, text: "High-frequency data" },
3333
{ icon: <MultiChainIcon />, text: "Multi-chain support" }
3434
]}

0 commit comments

Comments
 (0)