Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
UI orientation for non-interactive case (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToddKopriva committed Jan 17, 2019
1 parent db3c71f commit 0529932
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tutorials/go-gae-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ Cloud Shell to deploy our app.

### Open Google Cloud Shell

Open Cloud Shell by clicking
<walkthrough-cloud-shell-icon></walkthrough-cloud-shell-icon>
[icon][spotlight-open-devshell] in the navigation bar at the top of the console.
Open Cloud Shell by clicking the <walkthrough-cloud-shell-icon></walkthrough-cloud-shell-icon>
[**Activate Cloud Shell**][spotlight-open-devshell] button in the navigation bar in the upper-right
corner of the console.

### Clone the sample code

Expand Down Expand Up @@ -125,10 +125,10 @@ go run .

### Preview your app with "Web preview"

Your app is now running on Cloud Shell. You can access the app by using
[Web preview][spotlight-web-preview]
<walkthrough-web-preview-icon></walkthrough-web-preview-icon> to connect to port
8080.
Your app is now running on Cloud Shell. You can access the app by clicking the
[**Web preview**][spotlight-web-preview]
<walkthrough-web-preview-icon></walkthrough-web-preview-icon> button at the top
of the Cloud Shell pane and choosing **Preview on port 8080**.

### Terminating the preview instance

Expand Down Expand Up @@ -165,16 +165,16 @@ Congratulations! Your app has been deployed. The default URL of your app is
You can check in on your app by monitoring its status on the App Engine
dashboard.

Open the [menu][spotlight-console-menu] on the left side of the console.
Open the [**Navigation menu**][spotlight-console-menu] in the upper-left corner of the console.

Then, select the **App Engine** section.

<walkthrough-menu-navigation sectionId="APPENGINE_SECTION"></walkthrough-menu-navigation>

### Disable your project

* Go to the [Settings][spotlight-gae-settings] page.
* Click [Disable Application][spotlight-disable-app].
* Go to the [**Settings**][spotlight-gae-settings] page.
* Click [**Disable Application**][spotlight-disable-app].

## Conclusion

Expand Down

0 comments on commit 0529932

Please sign in to comment.