From b03d60d1a2930672d8c157ac058db4b835e16e8b Mon Sep 17 00:00:00 2001 From: Juan Date: Tue, 14 Apr 2026 17:52:21 +0200 Subject: [PATCH] Adding content to getting started --- README.md | 2 +- getting-started-guides/authoring/basics.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a0358e..c05a5b9 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ To deconstruct the above command: - -p 8080:80 - This is an optional flag that will map port 8080 on the host to port 80 in the container. - - This is the name and tag of the image that will be run. Make sure to use the same tag that you used when building the image. -## Publishing workflow for GitHub +## Publishing workflow for GitHub - Develop your code in branch `develop` - Once you're done with your changes, commit them, push them and create a PR to incorporate the changes in `main`. diff --git a/getting-started-guides/authoring/basics.md b/getting-started-guides/authoring/basics.md index 343bcdc..6d75114 100644 --- a/getting-started-guides/authoring/basics.md +++ b/getting-started-guides/authoring/basics.md @@ -43,6 +43,12 @@ demo-workshop * The `content/` folder with our actual, written content in Markdown. It may also include more nested directories to structure content further. +Make sure to change your current directory to the new `demo-workshop` directory: + +```sh title="Change directory to demo-workshop" +cd demo-workshop +``` + ## Writing Workshop Content The contents in `workshop/content/**/*.md` are what's going to get rendered into our workshop