hello

The rest of this Snowflake Guide explains the steps of writing your own guide.

Prerequisites

What You'll Learn

What You'll Need

What You'll Build

It is important to set the correct metadata for your Snowflake Guide. The metadata contains all the information required for listing and publishing your guide and includes the following:

You can see the source metadata for this guide you are reading now, on the github repo.

A single sfguide consists of multiple steps. These steps are defined in Markdown using Header 2 tag ##.

## Step 1 Title
Duration: 3

All the content for the step goes here.

## Step 2 Title
Duration: 1

All the content for the step goes here.

To indicate how long each step will take, set the Duration under the step title (i.e. ##) to an integer. The integers refer to minutes. If you set Duration: 4 then a particular step will take 4 minutes to complete.

The total sfguide completion time is calculated automatically for you and will be displayed on the landing page.

Look at the markdown source for this sfguide to see how to use markdown to generate code snippets, info boxes, and download buttons.

JavaScript

{ 
  key1: "string", 
  key2: integer,
  key3: "string"
}

Java

for (statement 1; statement 2; statement 3) {
  // code block to be executed
}

Info Boxes

Buttons

This is a download button

Tables

**The table header**

The table body

with two columns

Hyperlinking

Youtube - Halsey Playlists

Look at the markdown source for this guide to see how to use markdown to generate these elements.

Images

Puppy

Videos

Videos from youtube can be directly embedded:

Inline Surveys

How do you rate yourself as a user of Snowflake?

Beginner Intermediate Advanced

Embed an iframe

At the end of your Snowflake Guide, always have a clear call to action (CTA). This CTA could be a link to the docs pages, links to videos on youtube, a GitHub repo link, etc.

If you want to learn more about Snowflake Guide formatting, checkout the official documentation here: Formatting Guide

What You Learned

Related Resources