Skip to content

Commit

Permalink
references to the quick start guides added to other pages related to …
Browse files Browse the repository at this point in the history
…the new developer persona.

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
  • Loading branch information
michael-valdron committed May 26, 2023
1 parent f526fdd commit e52a584
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
4 changes: 4 additions & 0 deletions libs/docs/src/docs/no-version/application-developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ The inner-loop and outer-loop instructions defined in the devfile allow you to t
- [API reference](./devfile-schema)

- [Community registry viewer](https://registry.devfile.io/viewer)

- [Quick start with odo v3](./quickstart-odo)

- [Quick start with Eclipse Che](./quickstart-che)
17 changes: 6 additions & 11 deletions libs/docs/src/docs/no-version/developing-with-devfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,15 @@ To get a better understanding of what devfiles can help build, take a look at a
- Use the devfile specification to develop a Node.js “Hello World”
application using `odo`. Developing this application introduces you to how a devfile
automates and simplifies your development process.

Get started with [odo](https://odo.dev/docs/user-guides/quickstart/nodejs).

- [Quick start with odo v3](./quickstart-odo)
- Get started with [odo](https://odo.dev/docs/user-guides/quickstart/nodejs).
- Create a workspace in `Eclipse Che` with a community sample backed by the devfile specification to start building your application in the language of your choice.

Get started with [Eclipse Che](https://www.eclipse.org/che/).

- [Quick start with Eclipse Che](./quickstart-che)
- Get started with [Eclipse Che](https://www.eclipse.org/che/).
- Use blueprints in `Amazon CodeCatalyst` to quickly build a "Modern three-tier web application". Start working on the source code with a Dev Environment that uses a devfile to pre-determine and install the required project tools and application libraries.

Get started with [Amazon CodeCatalyst](https://docs.aws.amazon.com/codecatalyst/latest/userguide/getting-started-template-project.html).

- Get started with [Amazon CodeCatalyst](https://docs.aws.amazon.com/codecatalyst/latest/userguide/getting-started-template-project.html).
- Set up a remote development environment that links to your Git repository using `JetBrains Space Cloud Dev` and the devfile specification.

Get started with [JetBrains Space Cloud Dev Environments](https://blog.jetbrains.com/space/2022/10/26/get-started-with-space-dev-environments/).
- Get started with [JetBrains Space Cloud Dev Environments](https://blog.jetbrains.com/space/2022/10/26/get-started-with-space-dev-environments/).


## Tools that provide devfile support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Add the necessary policy settings and compliance policies as part of the devfile

- [Overview](./overview)

- [Quick start with odo v3](./quickstart-odo)

- [Quick start with Eclipse Che](./quickstart-che)

- [Onboarding process and requirements of the community registry](https://github.com/devfile/registry/blob/main/CONTRIBUTING.md)

- [Community registry viewer](https://registry.devfile.io/viewer)

0 comments on commit e52a584

Please sign in to comment.