From 02e94c6c09fc2b2b62a1b1784b83af5965c36bc2 Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:11:52 -0400 Subject: [PATCH 1/5] =?UTF-8?q?=F0=9F=8E=AC=20Lumenaut=20video?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/index.mdx b/src/pages/index.mdx index 714e6f1caf..4d8250513e 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -11,7 +11,11 @@ import PathfindingTable from "@site/src/components/Homepage/PathfindingTable"; # Welcome to Stellar Developer Docs -Stellar is a layer-1 open-source, decentralized, peer-to-peer blockchain network that provides a framework for developers to create applications, issue assets, write smart contracts, and connect to existing financial rails. Stellar is designed to enable creators, innovators, and developers to build projects on the network that can interoperate with each other. +Stellar is a layer-1, open-source, decentralized, peer-to-peer blockchain network. Developers use its framework to create applications, issue assets, write smart contracts, and connect to existing financial rails. Further, the network lets creators, innovators, and developers build projects that can interoperate with each other, for everyone. + +
+ +
The developer docs will teach you how to build applications, issue and use tokens, write smart contracts, set up on and off-ramps, set up a validator node, and more. From 877028ad6a0d054c7a8135315abb4a61eb768e02 Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:13:39 -0400 Subject: [PATCH 2/5] =?UTF-8?q?=F0=9F=90=9B=20Swap=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.mdx b/src/pages/index.mdx index 4d8250513e..9aee0b1ac1 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -7,7 +7,7 @@ description: "Build decentralized apps, issue assets, and write smart contracts import WayfindingBoxes from "@site/src/components/Homepage/WayfindingBoxes"; import NavigatingTheDocs from "@site/src/components/Homepage/NavigatingTheDocs"; import DeveloperResources from "@site/src/components/Homepage/DeveloperResources"; -import PathfindingTable from "@site/src/components/Homepage/PathfindingTable"; +import YouTube from "@site/src/components/YouTube"; # Welcome to Stellar Developer Docs From 0c4806ce28479cf5039dd26e39e4706e1214277a Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:14:22 -0400 Subject: [PATCH 3/5] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Active=20diction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.mdx b/src/pages/index.mdx index 9aee0b1ac1..271a93704d 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -17,7 +17,7 @@ Stellar is a layer-1, open-source, decentralized, peer-to-peer blockchain networ -The developer docs will teach you how to build applications, issue and use tokens, write smart contracts, set up on and off-ramps, set up a validator node, and more. +The developer docs explain how to build applications, issue and use tokens, write smart contracts, set up on- and off-ramps, set up a validator node, and much more. ## **Stellar for...** From ae6f3ec4a3ee2cccce5b0a57e5937223273999d9 Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:21:33 -0400 Subject: [PATCH 4/5] Lazy-load YouTube embeds --- src/components/YouTube/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/YouTube/index.tsx b/src/components/YouTube/index.tsx index 6babf82b55..7a58afe3ee 100644 --- a/src/components/YouTube/index.tsx +++ b/src/components/YouTube/index.tsx @@ -12,6 +12,7 @@ export function YouTube({ ID }: { ID: string; }): ReactNode {