From 649606a6e5abe0457d2eea34841d70385e373db0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 11:41:02 +0000 Subject: [PATCH 1/2] Initial plan From ca26ee6f68a9e088efa9f27323cea5cbfaab3c36 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 11:41:53 +0000 Subject: [PATCH 2/2] Improve accessibility and destructure title from siteConfig in Home component Agent-Logs-Url: https://github.com/smswithoutborders/RelaySMS-docs/sessions/3f2cffe0-f771-47a4-9311-a601241cc4b5 Co-authored-by: PromiseFru <33162641+PromiseFru@users.noreply.github.com> --- src/pages/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 965656f..1e8893a 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -10,7 +10,7 @@ function HomepageHeader() { return (
- Swob logo + SMSWithoutBorders logo

SMSWithoutBorders Documentation

@@ -76,9 +76,9 @@ function HomepageHeader() { } export default function Home() { - const { siteConfig } = useDocusaurusContext(); + const { siteConfig: { title } } = useDocusaurusContext(); return ( - + );