# samples-style-guide **Repository Path**: mirrors_GoogleCloudPlatform/samples-style-guide ## Basic Information - **Project Name**: samples-style-guide - **Description**: Guidelines on writing effective Google Cloud samples. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-12 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Samples Style Guide This is the **home** of the Google Cloud Samples Style Guide. You can [read the guide](https://googlecloudplatform.github.io/samples-style-guide/) and open issues for feedback. ## Building the site This project uses [Hugo](https://gohugo.io/) with the [Docsy theme](https://www.docsy.dev/). Follow these steps to build the site. 1. Clone this repository. 1. Download and [install Hugo (extended)](https://gohugo.io/getting-started/installing/) to your path. 1. Install [Docsy dependencies](https://www.docsy.dev/docs/getting-started/#install-postcss): ```sh npm install ``` 1. Run the local development server with the hugo CLI from the repository's root directory: ```sh hugo serve ```