[ Web Proxy ]
URL:
Viewing: https://docs.cloud.google.com/shell/docs/cloud-shell-tutorials/style-guide [Back]  [Original]

Tutorial style guide  |  Cloud Shell  |  Google Cloud Documentation Skip to main content
Google Cloud Documentation [Google Cloud Documentation]
Send feedback

Tutorial style guide Stay organized with collections Save and categorize content based on your preferences.

The following guidelines will help you present your content in tutorial form so that your users can effectively familiarize themselves with your project.

Cloud Shell features

Google Cloud console session with tutorial launched [Google Cloud console session with tutorial launched]

A Cloud Shell Editor session with a tutorial pane open. Users can copy code directly into Cloud Shell by clicking a button, and can move between pages with the Next and Previous buttons.

Writing style

Original Revised Improvement
On the next page, you'll learn how to create a new tutorial. Continue on to the next step to start setting up your tutorial. Focus on the user; use of active voice

Use of relaxed language

Run this command:

``` gcloud projects list --format="table[box,title=Projects](name, projectId)" ```

To display a tabulated list of all your projects and their ID numbers, titled 'Projects', run the following command: ``` gcloud projects list --format="table[box,title=Projects](name, projectId)" ``` Explanation of reasoning upfront to set expectations about the output
Let's get started! Let's get started!

This guide will show you how to build your own interactive tutorial. It'll also walk you through generating a button that users can use to launch your finished tutorial.

Clear roadmap of lessons covered in the tutorial

Make sure to keep this focus when writing content!

Best practices

Send feedback

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-08-11 UTC.

Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-11 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page