From 5a3d8cc989d499ea3a610f8889fd8ec58e1efab2 Mon Sep 17 00:00:00 2001 From: Tali Herzka Date: Fri, 8 Dec 2023 17:46:55 -0800 Subject: [PATCH 1/3] For early access PR #273 (#47449) From 78a322f38911b4075b852efa8bc21914b95772a4 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 11 Dec 2023 07:38:08 -0500 Subject: [PATCH 2/3] Remove indent from procedural inline images (#47414) --- src/content-render/stylesheets/images.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content-render/stylesheets/images.scss b/src/content-render/stylesheets/images.scss index 59fb8261be64..352b83908e47 100644 --- a/src/content-render/stylesheets/images.scss +++ b/src/content-render/stylesheets/images.scss @@ -1,7 +1,7 @@ .markdown-body .procedural-image-wrapper { display: block; padding: 1rem 0; - margin: 1rem auto 0 auto; + margin: 1rem 0; border: none; max-width: calc(100% - 2rem); From 88b093a0f8a29813613b4831c350d63c240746e5 Mon Sep 17 00:00:00 2001 From: Sarah Edwards Date: Mon, 11 Dec 2023 04:42:50 -0800 Subject: [PATCH 3/3] remove unused reference to fr board (#47517) --- .github/workflows/check-broken-links-github-github.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check-broken-links-github-github.yml b/.github/workflows/check-broken-links-github-github.yml index e0fe49d49fd5..848c23115249 100644 --- a/.github/workflows/check-broken-links-github-github.yml +++ b/.github/workflows/check-broken-links-github-github.yml @@ -19,7 +19,6 @@ jobs: env: # need to use a token from a user with access to github/github for this step GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }} - FIRST_RESPONDER_PROJECT: Docs content first responder REPORT_AUTHOR: docs-bot REPORT_LABEL: github github broken link report REPORT_REPOSITORY: github/docs-content