diff --git a/libs/docs/src/docs/no-version/application-developer.md b/libs/docs/src/docs/no-version/application-developer.md index 6f9eadc6..45a404ab 100644 --- a/libs/docs/src/docs/no-version/application-developer.md +++ b/libs/docs/src/docs/no-version/application-developer.md @@ -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) diff --git a/libs/docs/src/docs/no-version/developing-with-devfiles.md b/libs/docs/src/docs/no-version/developing-with-devfiles.md index c4bc003f..650c3900 100644 --- a/libs/docs/src/docs/no-version/developing-with-devfiles.md +++ b/libs/docs/src/docs/no-version/developing-with-devfiles.md @@ -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 diff --git a/libs/docs/src/docs/no-version/enterprise-architect-and-runtime-provider.md b/libs/docs/src/docs/no-version/enterprise-architect-and-runtime-provider.md index 4f1eeba0..b01e312c 100644 --- a/libs/docs/src/docs/no-version/enterprise-architect-and-runtime-provider.md +++ b/libs/docs/src/docs/no-version/enterprise-architect-and-runtime-provider.md @@ -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)