From 55df3dab9767719be0f6ae36a66693cc3010ac93 Mon Sep 17 00:00:00 2001 From: Hannah Issermann Date: Fri, 23 Aug 2024 15:37:41 +0200 Subject: [PATCH 1/3] Docs: Complete "Edit in Stackblitz" links --- site/layouts/partials/examples/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/layouts/partials/examples/main.html b/site/layouts/partials/examples/main.html index 3dbb640a73d8..b3af811cebf2 100644 --- a/site/layouts/partials/examples/main.html +++ b/site/layouts/partials/examples/main.html @@ -19,14 +19,14 @@

{{ $entry.category }}

- {{ $example.name }} + {{ $example.name }}

{{ $example.description }}

{{- $indexPath := default "index.html" $example.indexPath -}} {{- $stackBlitzUrl := printf "%s%s%s" (urls.JoinPath "https://stackblitz.com/github/twbs" $example.url) "?file=" ($indexPath | urlquery) }} - + Edit in StackBlitz From e1bdaffe02bf05a7b0c6877b35546c97aa21359e Mon Sep 17 00:00:00 2001 From: Hannah Issermann Date: Wed, 4 Sep 2024 08:25:27 +0200 Subject: [PATCH 2/3] Docs: Complete "Edit in Stackblitz" accessible name (with aria-labelledby and not aria-describedby) --- site/layouts/partials/examples/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/layouts/partials/examples/main.html b/site/layouts/partials/examples/main.html index b3af811cebf2..91bc60988ec6 100644 --- a/site/layouts/partials/examples/main.html +++ b/site/layouts/partials/examples/main.html @@ -26,9 +26,9 @@

{{- $indexPath := default "index.html" $example.indexPath -}} {{- $stackBlitzUrl := printf "%s%s%s" (urls.JoinPath "https://stackblitz.com/github/twbs" $example.url) "?file=" ($indexPath | urlquery) }} - + - Edit in StackBlitz + Edit in StackBlitz

From 280a3cb617c48756bf07a78c7167c935e9b2024d Mon Sep 17 00:00:00 2001 From: Hannah Issermann Date: Fri, 6 Sep 2024 08:57:51 +0200 Subject: [PATCH 3/3] Change id to be consistent with other examples + move starter id on `` to avoid creating a `` --- site/layouts/partials/examples/main.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/layouts/partials/examples/main.html b/site/layouts/partials/examples/main.html index 91bc60988ec6..636cd7e2e8cd 100644 --- a/site/layouts/partials/examples/main.html +++ b/site/layouts/partials/examples/main.html @@ -18,17 +18,17 @@

{{ $entry.category }}

- - {{ $example.name }} + + {{ $example.name }}

{{ $example.description }}

{{- $indexPath := default "index.html" $example.indexPath -}} {{- $stackBlitzUrl := printf "%s%s%s" (urls.JoinPath "https://stackblitz.com/github/twbs" $example.url) "?file=" ($indexPath | urlquery) }} - + - Edit in StackBlitz + Edit in StackBlitz