redhat-scholars / openshift-starter-guides

Getting Started with OpenShift for Developers Workshop
https://redhat-scholars.github.io/openshift-starter-guides/
Apache License 2.0
42 stars 61 forks source link

Add devcontainer support (and instructions) to starter guide #36

Closed hatmarch closed 3 years ago

hatmarch commented 3 years ago

For those that have Visual Studio remote containers installed, this adds a Dockerfile environment (that should work with both docker and podman) for editing and updating the starter guide content (and testing said content).

Automatically installs helpful snippets for guide (e.g. input and output) and adds tasks for starting antora watch

Updates contributing.adoc with instructions on this

Adds a script for automatically publishing site to github pages (based on a given antora site.yml)

blues-man commented 3 years ago

LGTM