Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add quick start guides for new adopters (#87)
* hello world example guide for odo added. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * hello world example guide for che added. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * refactored navigation to place 'Get started' under each version. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * fix odo docs link Signed-off-by: Michael Valdron <mvaldron@redhat.com> * remove command groups reference from hello world guides to make version neutral Signed-off-by: Michael Valdron <mvaldron@redhat.com> * remove authoring overview from additional resources of hello world examples to be version neutral Signed-off-by: Michael Valdron <mvaldron@redhat.com> * hotReloadCapable description updated. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * Add directions to hello world starter guides on setting up the devtools as the first steps. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * Update libs/docs/src/docs/2.1.0/helloworld-example-che.md Correct Prerequisites spelling mistake Co-authored-by: Michael Hoang <35011707+mike-hoang@users.noreply.github.com> Signed-off-by: Michael Valdron <mvaldron@redhat.com> * Update libs/docs/src/docs/no-version/helloworld-example-odo.md Correct Prerequisites spelling mistake Co-authored-by: Michael Hoang <35011707+mike-hoang@users.noreply.github.com> Signed-off-by: Michael Valdron <mvaldron@redhat.com> * fix Express.js title in starter references. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * fix 'EXPLORER' spelling mistake. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * Hello world example title changed to Quick start with odo and Quick start with Eclipse Che. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * fences reflecting changes converted to diff fences. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * Add optional step to quick start guides for setting up minikube as a local cluster. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * remove kubectl and oc requirements from 'Quick start with odo v3' guide as odo has its own login and logout commands. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * docker removed as a requirement from quick start guides as image building is not present and cluster using docker is optional. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * increase visibility of optional but recommended step to use 'odo init' in quick start guide. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * Update libs/docs/src/docs/2.1.0/quickstart-che.md Correct developer sandbox title. Co-authored-by: Angel Misevski <amisevsk@redhat.com> Signed-off-by: Michael Valdron <mvaldron@redhat.com> * correct Eclipse Che version for 2.1.0 version of the 'Quick start with Eclipse Che' guide. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * remove line that states Eclipse Che currently supports 2.1.0 in 'Quick start with Eclipse Che' guide. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * explaination of 'metadata.name' field added to 'Quick start with Eclipse Che'. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * 2.1.0 'Quick start with Eclipse Che' converted into 'Quick start with OpenShift Dev Spaces' Signed-off-by: Michael Valdron <mvaldron@redhat.com> * new 2.2.0 'Quick start with Eclipse Che' added. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * rewrite for using a local devfile within Eclipse Che Signed-off-by: Michael Valdron <mvaldron@redhat.com> * Update libs/docs/src/docs/2.2.0/quickstart-che.md container component revisions: * rename 'runtime' to 'dev-tooling' * change image tag 'ubi8-latest' to 'latest' Co-authored-by: Mario Loriedo <mario.loriedo@gmail.com> Signed-off-by: Michael Valdron <mvaldron@redhat.com> * Update libs/docs/src/docs/2.2.0/quickstart-che.md expand description of `universal-developer-image` to add more context to why Eclipse Che uses it Co-authored-by: Mario Loriedo <mario.loriedo@gmail.com> Signed-off-by: Michael Valdron <mvaldron@redhat.com> * Update libs/docs/src/docs/2.2.0/quickstart-che.md reword opening to defining commands in Eclipse Che to improve clarity of why it is done Co-authored-by: Mario Loriedo <mario.loriedo@gmail.com> Signed-off-by: Michael Valdron <mvaldron@redhat.com> * Update libs/docs/src/docs/2.2.0/quickstart-che.md revise 'id' description to not refer to it as a 'label' to avoid confusion with the 'label' field Co-authored-by: Mario Loriedo <mario.loriedo@gmail.com> Signed-off-by: Michael Valdron <mvaldron@redhat.com> * Update libs/docs/src/docs/2.2.0/quickstart-che.md remove incorrect note about execution order of commands, Eclipse Che executes commands individually with the user manually triggering them Co-authored-by: Mario Loriedo <mario.loriedo@gmail.com> Signed-off-by: Michael Valdron <mvaldron@redhat.com> * reword the item instructing schema version use for Eclipse Che Signed-off-by: Michael Valdron <mvaldron@redhat.com> * removes quick start guide for OpenShift Dev Spaces and references of it replaced with a guide from the Eclipse Che documentation for getting started with 'Eclipse Che hosted by Red Hat' Signed-off-by: Michael Valdron <mvaldron@redhat.com> * add Quick start with Eclipse Che guide under all versions. Signed-off-by: Michael Valdron <mvaldron@redhat.com> * references to the quick start guides added to other pages related to the new developer persona. Signed-off-by: Michael Valdron <mvaldron@redhat.com> --------- Signed-off-by: Michael Valdron <mvaldron@redhat.com> Co-authored-by: Michael Hoang <35011707+mike-hoang@users.noreply.github.com> Co-authored-by: Angel Misevski <amisevsk@redhat.com> Co-authored-by: Mario Loriedo <mario.loriedo@gmail.com>
- Loading branch information