From b65d45cdf0d6fee0e2e04fe7697ffc7a72afb399 Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 27 Aug 2026 21:51:46 +0200 Subject: [PATCH] fix(website): widen giscus comments and rename CLI step Let the giscus comment thread span the full article width instead of being capped at max-w-3xl, and rename "One command" to "Angular challenge CLI" in the Try Challenge modal. Co-Authored-By: Claude Sonnet 4.6 --- website/src/app/pages/docs/doc-page.html | 5 ++++- website/src/app/pages/docs/try-challenge.html | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/website/src/app/pages/docs/doc-page.html b/website/src/app/pages/docs/doc-page.html index 3a8460dd7..ad0ebe3c6 100644 --- a/website/src/app/pages/docs/doc-page.html +++ b/website/src/app/pages/docs/doc-page.html @@ -1,5 +1,6 @@
-
+
+
@if (doc().collection === 'challenges' && doc().challengeNumber) {
@@ -141,6 +142,8 @@

{{ doc().title }}

} +
+ @if (!doc().noComments) { } diff --git a/website/src/app/pages/docs/try-challenge.html b/website/src/app/pages/docs/try-challenge.html index 3c1a0fa11..73cad1740 100644 --- a/website/src/app/pages/docs/try-challenge.html +++ b/website/src/app/pages/docs/try-challenge.html @@ -42,10 +42,10 @@

- +

- 1. One command + 1. Angular challenge CLI recommended