diff --git a/knative-operator/deploy/resources/quickstart/serverless-application-quickstart.yaml b/knative-operator/deploy/resources/quickstart/serverless-application-quickstart.yaml index 85bd54c176..da96db5977 100644 --- a/knative-operator/deploy/resources/quickstart/serverless-application-quickstart.yaml +++ b/knative-operator/deploy/resources/quickstart/serverless-application-quickstart.yaml @@ -23,22 +23,22 @@ spec: - description: >- ### To create a serverless application: - 1. From the **Developer** perspective, in the navigation menu, click - [+Add](/add). + 1. In the main navigation menu, select [Home]{{highlight qs-nav-home}} and select **Projects**. - 2. At the top of the page, in the **Projects** list, select a project to - create the application in. You can also create a new one. + 2. Click the **Create Project** button to create a project for your application. - 3. Click **Import from Git** on **Git Repository** card. + 3. In the **Name** field, enter a name for your new project. Then click **Create**. - 4. In the **Git Repo URL** field, type + 4. In the masthead, click [plus icon]{{highlight qs-masthead-import}} button and select **Import from Git**. + + 5. In the **Git Repo URL** field, type `https://github.com/sclorg/django-ex.git`. - 5. Expand the **Show advanced Git options**, and type `4.2.x` in the **Git reference** field. + 6. Expand the **Show advanced Git options**, and type `4.2.x` in the **Git reference** field. - 6. Under Deploy section, make sure the **Serverless Deployment** is selected. + 7. Under Deploy section, make sure the resource type **Serverless Deployment** is selected. - 7. At the end of the page, click **Create**. + 8. At the end of the page, click **Create**. The **Topology** view displays your new Serverless application. The diff --git a/templates/serverless-application-quickstart.yaml b/templates/serverless-application-quickstart.yaml index 2ee301f1eb..a0e3138491 100644 --- a/templates/serverless-application-quickstart.yaml +++ b/templates/serverless-application-quickstart.yaml @@ -23,20 +23,20 @@ spec: - description: >- ### To create a serverless application: - 1. From the **Developer** perspective, in the navigation menu, click - [+Add](/add). + 1. In the main navigation menu, select [Home]{{highlight qs-nav-home}} and select **Projects**. - 2. At the top of the page, in the **Projects** list, select a project to - create the application in. You can also create a new one. + 2. Click the **Create Project** button to create a project for your application. - 3. Click **Import from Git** on **Git Repository** card. + 3. In the **Name** field, enter a name for your new project. Then click **Create**. + + 4. In the masthead, click [plus icon]{{highlight qs-masthead-import}} button and select **Import from Git**. 4. In the **Git Repo URL** field, type `https://github.com/sclorg/django-ex.git`. 5. Expand the **Show advanced Git options**, and type `4.2.x` in the **Git reference** field. - 6. Under Deploy section, make sure the **Serverless Deployment** is selected. + 6. Under Deploy section, make sure the resource type **Serverless Deployment** is selected. 7. At the end of the page, click **Create**.