From d7e21b2c72940641be1a60c65bf3895e4ee2d13d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:41:56 +0000 Subject: [PATCH] simplify WorkshopExperience HTML and CSS to align with Starlight styles Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .../workshop/WorkshopExperience.astro | 293 +++--------------- 1 file changed, 49 insertions(+), 244 deletions(-) diff --git a/docs/src/components/workshop/WorkshopExperience.astro b/docs/src/components/workshop/WorkshopExperience.astro index 3f002a4f751..07021c80069 100644 --- a/docs/src/components/workshop/WorkshopExperience.astro +++ b/docs/src/components/workshop/WorkshopExperience.astro @@ -396,32 +396,27 @@ const entryPathTutorialHashes: Record = Object.fromEntries( data-initial-step={initialStepKey} >
-
-
-
-

Entry path

-

How do you want to go through the workshop?

-

Choose the route that matches the way you work. Each path starts fresh and switches to its authored step flow behind the scenes.

-
-
- - {workshopEntryPaths.map((path) => { - const journey = workshopJourneys.find((item) => item.id === path.journeyId) ?? workshopJourneys[0]; - return ( - - ); - })} - -
-
-
- +
+
+

Entry path

+

How do you want to go through the workshop?

+

Choose the route that matches the way you work. Each path starts fresh and switches to its authored step flow behind the scenes.

+
+ + {workshopEntryPaths.map((path) => { + const journey = workshopJourneys.find((item) => item.id === path.journeyId) ?? workshopJourneys[0]; + return ( + + ); + })} + +