From c6adf7761edc1f040cba8edce1561870252fdb75 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 26 Apr 2026 17:51:36 +0000 Subject: [PATCH 1/2] Initial plan From dab754edf897ee6b945568a26ee58ba0ad48a0df Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 26 Apr 2026 17:57:16 +0000 Subject: [PATCH 2/2] docs: rename skip link anchor from #_top to #main-content (WCAG 2.4.1) Agent-Logs-Url: https://github.com/github/gh-aw/sessions/a0abdd9f-fe08-4f9a-860a-4b9fd872fe24 Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com> --- docs/src/components/CustomHead.astro | 5 ++++ docs/src/components/SkipLink.astro | 2 +- docs/src/scripts/skip-link.ts | 41 ++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 docs/src/scripts/skip-link.ts diff --git a/docs/src/components/CustomHead.astro b/docs/src/components/CustomHead.astro index 55cadb7769e..45394d8f8cb 100644 --- a/docs/src/components/CustomHead.astro +++ b/docs/src/components/CustomHead.astro @@ -84,6 +84,11 @@ const filteredHead = head.filter(({ tag, attrs }) => { import '../scripts/copy-button-aria.ts'; + + +