From 602f6dec16d16851eb3ce33f52a9f73c881dc15b Mon Sep 17 00:00:00 2001 From: Alexa Date: Thu, 15 Jan 2026 12:46:18 -0600 Subject: [PATCH 1/2] feat: correcting procedures in Develop with containers --- .../get-started/introduction/develop-with-containers.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/get-started/introduction/develop-with-containers.md b/content/get-started/introduction/develop-with-containers.md index a4fa425515f7..c90cb3a3c347 100644 --- a/content/get-started/introduction/develop-with-containers.md +++ b/content/get-started/introduction/develop-with-containers.md @@ -97,7 +97,13 @@ The greeting at the top of the page is populated by an API call at `/api/greetin }; ``` -3. If you haven't done so yet, save the file. If you refresh your browser, you should see a new greeting. If you keep refreshing, you should see all of the messages appear. +3. Save the file if you haven't done so yet, then run the following command again: + + ```console + $ docker compose watch + ``` + + If you refresh your browser, you should see a new greeting. If you keep refreshing, you should see all of the messages appear. ![Screenshot of the to-do app with a new greeting](images/develop-app-with-greetings.webp) From c5207a7e14f87e335f83ca699085ac68333703a1 Mon Sep 17 00:00:00 2001 From: Alexa Date: Thu, 15 Jan 2026 13:05:06 -0600 Subject: [PATCH 2/2] fix: indent fix on contributing.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e60c4b33560..ab1cc61951e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,9 +100,9 @@ Before you push your changes and open a pull request, we recommend that you test your site locally first. Local tests check for broken links, incorrectly formatted markup, and other things. To run the tests: -```console -$ docker buildx bake validate -``` + ```console + $ docker buildx bake validate + ``` If this command doesn't result in any errors, you're good to go!