Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- <tag> - 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`.
Expand Down
6 changes: 6 additions & 0 deletions getting-started-guides/authoring/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading