bshaffer / samples-style-guide

Guidelines on writing effective Google Cloud samples.

Home Page:https://googlecloudplatform.github.io/samples-style-guide/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Samples Style Guide

This is the home of the Google Cloud Samples Style Guide.

You can read the guide and open issues for feedback.

Building the site

This project uses Hugo with the Docsy theme. Follow these steps to build the site.

  1. Clone this repository.

  2. Download and install Hugo (extended) to your path.

  3. Install Docsy dependencies:

    npm install
  4. Install the site theme as git submodules:

    git submodule update --init --recursive
  5. Run the local development server with the hugo CLI from the repository's root directory:

    hugo serve

About

Guidelines on writing effective Google Cloud samples.

https://googlecloudplatform.github.io/samples-style-guide/

License:Apache License 2.0


Languages

Language:HTML 100.0%