Skip to content

Commit

Permalink
11 for the win - addressing more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
serenamarie125 committed Sep 4, 2020
1 parent b9d695b commit 96a9b9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ Notice the Pipeline Runs section of the Side Panel
review: {
instructions: `#### Momentarily, you should be brought to the **Pipeline Run Details** page. To verify that your pipeline has started,
1. Note that the **Pipeline Runs Details** section shows a visualization of the pipeline run status and the tasks in the pipeline.
2. The pills in the visualization represent the tasks in the pipeline.
3. Hovering over a task shows a tooltip with the details of the associated steps.
4. Click on the **Logs** tab to watch the progress of your pipeline run.
5. When the pipeline run is complete, you will see a Succeeded badge on the page title.
2. Hovering over a task shows a tooltip with the details of the associated steps.
3. Click on the **Logs** tab to watch the progress of your pipeline run.
4. When the pipeline run is complete, you will see a **Succeeded** badge on the page title.
Is the status Succeeded?`,
taskHelp: `This task isn’t verified yet. Try the task again.`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ You can see context sensitive metrics and alerts in the **Monitoring** tab.`,
},
{
title: `Viewing your project monitoring dashboard`,
description: `### To view the project monitoring dashboard in context of **nodejs-sample**:
description: `### To view the project monitoring dashboard in the context of **nodejs-sample**:
1. Click on the **View monitoring dashboard** link in the side panel.
2. You can change the **Time Range** and **Refresh Interval** of the dashboard.
3. You can change the context of the dashboard as well by clicking on the drop-down list. Select a specific workload or **All Workloads** to view the dashboard in context of the entire project.`,
3. You can change the context of the dashboard as well by clicking on the drop-down list. Select a specific workload or **All Workloads** to view the dashboard in the context of the entire project.`,
review: {
instructions: `#### To verify that you are able to view the monitoring dashboard:
Do you see metrics charts in the dashboard?`,
taskHelp: `This task isn’t verified yet. Try the task again.`,
},
recapitulation: {
success: `You have learned how to view the dashboard in context of your sample app!`,
success: `You have learned how to view the dashboard in the context of your sample app!`,
failed: `Try the steps again.`,
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const sampleApplicationQuickStart = {
description: `### To create a sample application:
1. Using the perspective switcher at the top of the navigation, go to **</> Developer**.
2. Go to the **+Add** page in the navigation.
3. Using the project dropdown, select the project you would like to create the demo application in. You can also create a new one if you’d like.
3. Using the project drop-down list, select the project you would like to create the sample application in. You can also create a new one if you’d like.
4. Click **Samples** to create an application from a code sample.
5. Click on the **Node.js** card.
6. Scroll down and click **Create**.
Expand Down

0 comments on commit 96a9b9b

Please sign in to comment.