Skip to content

Commit 811b789

Browse files
committed
fix: strip trailing whitespace from Stork integration frontmatter
The `--- ` (with trailing spaces) frontmatter delimiters were not recognized by fumadocs-mdx, causing it to fail generating .source/index.ts and breaking the Next.js build.
1 parent 1e8f184 commit 811b789

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
---
2-
title: Stork
3-
category: ["Oracles"]
4-
available: ["C-Chain"]
5-
description: Stork is a low-latency oracle delivering verifiable price feeds for DeFi protocols on Avalanche
6-
logo: /images/stork.png
7-
developer: Stork Labs
8-
website: https://stork.network
1+
---
2+
title: Stork
3+
category: ["Oracles"]
4+
available: ["C-Chain"]
5+
description: Stork is a low-latency oracle delivering verifiable price feeds for DeFi protocols on Avalanche
6+
logo: /images/stork.png
7+
developer: Stork Labs
8+
website: https://stork.network
99
documentation: https://docs.stork.network
1010
---
1111

@@ -17,11 +17,11 @@ Stork delivers price data to smart contracts on Avalanche with ultra-low latency
1717

1818
## Features
1919

20-
* **Low-Latency Data**: Stork delivers price updates faster than traditional oracles, keeping onchain markets functional during high volatility.
21-
* **Day-One Asset Support**: New digital assets are available immediately at launch, when users need them most.
22-
* **Proven Reliability**: Powers more than half the volume in decentralized perpetuals markets with best-in-class uptime.
20+
* **Low-Latency Data**: Stork delivers price updates faster than traditional oracles, keeping onchain markets functional during high volatility.
21+
* **Day-One Asset Support**: New digital assets are available immediately at launch, when users need them most.
22+
* **Proven Reliability**: Powers more than half the volume in decentralized perpetuals markets with best-in-class uptime.
2323
* **Accurate Price Feeds**: Transparent data provenance with verifiable accuracy for critical DeFi operations.
2424

2525
## Getting Started
2626

27-
[Visit docs.stork.network](https://docs.stork.network) for integration guides, contract addresses, API documentation and available price feeds.
27+
[Visit docs.stork.network](https://docs.stork.network) for integration guides, contract addresses, API documentation and available price feeds.

0 commit comments

Comments
 (0)