Skip to content

Commit b69273a

Browse files
committed
fix(docs): YouTubEmbed naming
1 parent f024eb1 commit b69273a

File tree

14 files changed

+30
-30
lines changed

14 files changed

+30
-30
lines changed

docs/fassets/developer-guides/10-fassets-redemption-default.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: [fassets, flare-network]
77
sidebar_position: 10
88
---
99

10-
import YoutubeEmbed from "@site/src/components/YoutubeEmbed";
10+
import YouTubeEmbed from "@site/src/components/YouTubeEmbed";
1111

1212
## Overview
1313

@@ -109,7 +109,7 @@ It does the following:
109109

110110
## Video Tutorial
111111

112-
<YoutubeEmbed videoId="a737yFcglnM?si=bHoFxhrlWhMCxEQr&start=275"></YoutubeEmbed>
112+
<YouTubeEmbed videoId="a737yFcglnM?si=bHoFxhrlWhMCxEQr&start=275"></YouTubeEmbed>
113113

114114
## Summary
115115

docs/fassets/developer-guides/5-fassets-mint.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import FAssetsCreateXrpPayment from "!!raw-loader!/examples/developer-hub-javasc
1313
import FAssetsExecuteMinting from "!!raw-loader!/examples/developer-hub-javascript/fassetsExecuteMinting.ts";
1414
import MintingFees from "./_minting_fees.mdx";
1515
import PaymentTimeframes from "./_payment_timeframes.mdx";
16-
import YoutubeEmbed from "@site/src/components/YoutubeEmbed";
16+
import YouTubeEmbed from "@site/src/components/YouTubeEmbed";
1717

1818
## Overview
1919

@@ -129,7 +129,7 @@ This script demonstrates how to retrieve the FDC proof and execute minting.
129129

130130
## Video Tutorial
131131

132-
<YoutubeEmbed videoId="a737yFcglnM?si=5L0owLyQREvO09d8"></YoutubeEmbed>
132+
<YouTubeEmbed videoId="a737yFcglnM?si=5L0owLyQREvO09d8"></YouTubeEmbed>
133133

134134
## Summary
135135

docs/fassets/developer-guides/6-fassets-mint-executor.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import FAssetsCreateXrpPayment from "!!raw-loader!/examples/developer-hub-javasc
1313
import FAssetsExecuteMinting from "!!raw-loader!/examples/developer-hub-javascript/fassetsExecuteMinting.ts";
1414
import MintingFees from "./_minting_fees.mdx";
1515
import PaymentTimeframes from "./_payment_timeframes.mdx";
16-
import YoutubeEmbed from "@site/src/components/YoutubeEmbed";
16+
import YouTubeEmbed from "@site/src/components/YouTubeEmbed";
1717

1818
## Overview
1919

@@ -143,7 +143,7 @@ This script demonstrates how to retrieve the FDC proof and execute minting.
143143

144144
## Video Tutorial
145145

146-
<YoutubeEmbed videoId="a737yFcglnM?si=5L0owLyQREvO09d8"></YoutubeEmbed>
146+
<YouTubeEmbed videoId="a737yFcglnM?si=5L0owLyQREvO09d8"></YouTubeEmbed>
147147

148148
## Summary
149149

docs/fassets/developer-guides/7-fassets-redeem.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import CodeBlock from "@theme/CodeBlock";
1111
import RemixEmbed from "@site/src/components/RemixEmbed";
1212
import FAssetsRedeem from "!!raw-loader!/examples/developer-hub-solidity/FAssetsRedeem.sol";
1313
import RedemptionProcessPrerequisites from "./_redemption_process_prerequisites.mdx";
14-
import YoutubeEmbed from "@site/src/components/YoutubeEmbed";
14+
import YouTubeEmbed from "@site/src/components/YouTubeEmbed";
1515

1616
## Overview
1717

@@ -345,7 +345,7 @@ If the agent is unable to pay the redemption payment in the specified time, the
345345

346346
## Video Tutorial
347347

348-
<YoutubeEmbed videoId="a737yFcglnM?si=bHoFxhrlWhMCxEQr&start=275"></YoutubeEmbed>
348+
<YouTubeEmbed videoId="a737yFcglnM?si=bHoFxhrlWhMCxEQr&start=275"></YouTubeEmbed>
349349

350350
## Summary
351351

docs/fdc/1-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ unlisted: false
1111

1212
import ThemedImage from "@theme/ThemedImage";
1313
import useBaseUrl from "@docusaurus/useBaseUrl";
14-
import YoutubeEmbed from "@site/src/components/YoutubeEmbed";
14+
import YouTubeEmbed from "@site/src/components/YouTubeEmbed";
1515

1616
The **F**lare **D**ata **C**onnector (FDC) is an [enshrined oracle](/support/terminology#enshrined-oracle) designed to validate external data for Flare's EVM state.
1717
It allows users to submit attested data that smart contracts can trust, eliminating the need for direct reliance on users for data integrity.
@@ -128,4 +128,4 @@ The **Flare Data Connector (FDC)** is a critical infrastructure component for th
128128

129129
## Watch the video
130130

131-
<YoutubeEmbed videoId="4mAT1v8gZMQ?si=w6z6Gw6siCTX3Ntg"></YoutubeEmbed>
131+
<YouTubeEmbed videoId="4mAT1v8gZMQ?si=w6z6Gw6siCTX3Ntg"></YouTubeEmbed>

docs/fdc/2-getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords:
1717

1818
import RemixEmbed from "@site/src/components/RemixEmbed";
1919
import CodeBlock from "@theme/CodeBlock";
20-
import YoutubeEmbed from "@site/src/components/YoutubeEmbed";
20+
import YouTubeEmbed from "@site/src/components/YouTubeEmbed";
2121
import FDCTransferEventListener from "!!raw-loader!/examples/developer-hub-solidity/FDCTransferEventListener.sol";
2222
import PrepareRequest from "!!raw-loader!/examples/developer-hub-javascript/fdc_prepare_request.ts";
2323
import SubmitRequest from "!!raw-loader!/examples/developer-hub-javascript/fdc_submit_request.ts";
@@ -431,4 +431,4 @@ isFinalized(uint256 _protocolId, uint256 _votingRoundId) returns (bool)
431431

432432
## Watch the video
433433

434-
<YoutubeEmbed videoId="bURtt4siWd0?si=tVnpU0SC7ISMnrA0"></YoutubeEmbed>
434+
<YouTubeEmbed videoId="bURtt4siWd0?si=tVnpU0SC7ISMnrA0"></YouTubeEmbed>

docs/ftso/0-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords:
1717

1818
import ThemedImage from "@theme/ThemedImage";
1919
import useBaseUrl from "@docusaurus/useBaseUrl";
20-
import YoutubeEmbed from "@site/src/components/YoutubeEmbed";
20+
import YouTubeEmbed from "@site/src/components/YouTubeEmbed";
2121

2222
The **F**lare **T**ime **S**eries **O**racle **(FTSO)** is an [enshrined oracle](/support/terminology#enshrined-oracle) that provides decentralized data feeds to the Flare network.
2323
Since the release of FTSOv1 two years ago, users and applications on Flare have enjoyed consistent and reliable pricing, with zero downtime or failures.
@@ -138,4 +138,4 @@ Data providers are rewarded when the block-latency feeds remains within `±0.25%
138138

139139
## Watch the video
140140

141-
<YoutubeEmbed videoId="4mAT1v8gZMQ?si=w6z6Gw6siCTX3Ntg"></YoutubeEmbed>
141+
<YouTubeEmbed videoId="4mAT1v8gZMQ?si=w6z6Gw6siCTX3Ntg"></YouTubeEmbed>

docs/ftso/1-getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords:
1717

1818
import RemixEmbed from "@site/src/components/RemixEmbed";
1919
import CodeBlock from "@theme/CodeBlock";
20-
import YoutubeEmbed from "@site/src/components/YoutubeEmbed";
20+
import YouTubeEmbed from "@site/src/components/YouTubeEmbed";
2121
import FtsoV2FeedConsumer from "!!raw-loader!/examples/developer-hub-solidity/FtsoV2FeedConsumer.sol";
2222
import OpenSolidityCompiler from "/static/img/ftso-getting-started/0-open-solidity-compiler-tab.png";
2323
import SetEvmVersion from "/static/img/set-evm-version-remix.png";
@@ -176,4 +176,4 @@ The floating point value of a feed can be calculated by dividing the `feedValue`
176176

177177
## Watch the video
178178

179-
<YoutubeEmbed videoId="Lgia7lbTSk0?si=-7xaJ9dth0F6N-7F"></YoutubeEmbed>
179+
<YouTubeEmbed videoId="Lgia7lbTSk0?si=-7xaJ9dth0F6N-7F"></YouTubeEmbed>

docs/ftso/scaling/1-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords:
1616

1717
import ThemedImage from "@theme/ThemedImage";
1818
import useBaseUrl from "@docusaurus/useBaseUrl";
19-
import YoutubeEmbed from "@site/src/components/YoutubeEmbed";
19+
import YouTubeEmbed from "@site/src/components/YouTubeEmbed";
2020

2121
**Scaling** is an advanced framework designed to complement FTSOv2's block-latency feeds by providing robust commit-reveal anchored prices every 90 seconds.
2222
It operates through data providers who submit feed estimates weighted by their stake in the network.
@@ -153,4 +153,4 @@ As a result, Scaling maintains robust participation across both common and niche
153153

154154
## Watch the video
155155

156-
<YoutubeEmbed videoId="4mAT1v8gZMQ?si=w6z6Gw6siCTX3Ntg"></YoutubeEmbed>
156+
<YouTubeEmbed videoId="4mAT1v8gZMQ?si=w6z6Gw6siCTX3Ntg"></YouTubeEmbed>

docs/network/0-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import BlockNumCostonGo from "!!raw-loader!/examples/developer-hub-go/coston/blo
2525
import BlockNumFlareGo from "!!raw-loader!/examples/developer-hub-go/flare/block_number.go";
2626
import BlockNumCoston2Go from "!!raw-loader!/examples/developer-hub-go/coston2/block_number.go";
2727
import BlockNumSongbirdGo from "!!raw-loader!/examples/developer-hub-go/songbird/block_number.go";
28-
import YoutubeEmbed from "@site/src/components/YoutubeEmbed";
28+
import YouTubeEmbed from "@site/src/components/YouTubeEmbed";
2929

3030
Flare provides four EVM-compatible, permissionless networks designed for different stages of application and protocol development
3131

@@ -391,4 +391,4 @@ Additional resources: [Flare Brand Kit](https://flare.network/media/), [go-flare
391391

392392
## Watch the video
393393

394-
<YoutubeEmbed videoId="GwY_BhEpBG8?si=5jY4dq8d1Cv8YoYX"></YoutubeEmbed>
394+
<YouTubeEmbed videoId="GwY_BhEpBG8?si=5jY4dq8d1Cv8YoYX"></YouTubeEmbed>

0 commit comments

Comments
 (0)