From 437dc5f60ddb454fc3fd14f6502d115a0438b43a Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Sat, 21 Jan 2023 23:25:01 +0100 Subject: [PATCH] DOCS: Organize the assets by page or provider (#1964) Co-authored-by: Tom Limoncelli --- .../create-credentials-service-account-key.png} | Bin .../{ => release-engineering}/circleci_release.png | Bin documentation/providers/gcloud.md | 5 +---- documentation/release-engineering.md | 2 +- 4 files changed, 2 insertions(+), 5 deletions(-) rename documentation/assets/{gcloud-json-screen.png => gcloud/create-credentials-service-account-key.png} (100%) rename documentation/assets/{ => release-engineering}/circleci_release.png (100%) diff --git a/documentation/assets/gcloud-json-screen.png b/documentation/assets/gcloud/create-credentials-service-account-key.png similarity index 100% rename from documentation/assets/gcloud-json-screen.png rename to documentation/assets/gcloud/create-credentials-service-account-key.png diff --git a/documentation/assets/circleci_release.png b/documentation/assets/release-engineering/circleci_release.png similarity index 100% rename from documentation/assets/circleci_release.png rename to documentation/assets/release-engineering/circleci_release.png diff --git a/documentation/providers/gcloud.md b/documentation/providers/gcloud.md index 2d7166390..14f69fb1d 100644 --- a/documentation/providers/gcloud.md +++ b/documentation/providers/gcloud.md @@ -69,10 +69,7 @@ D("example.tld", REG_NONE, DnsProvider(DSP_GCLOUD), ## Activation 1. Go to your app-engine console and select the appropriate project. 2. Go to "API Manager > Credentials", and create a new "Service Account Key" -
- New Service Account -

New Service Account

-
+ ![Create new Service Accoun](../assets/gcloud/create-credentials-service-account-key.png) 3. Choose an existing user, or create a new one. The user requires the "DNS Administrator" role. 4. Download the JSON key and copy it into your `creds.json` under the name of your gcloud provider. diff --git a/documentation/release-engineering.md b/documentation/release-engineering.md index 78d289cdf..f93a68ff3 100644 --- a/documentation/release-engineering.md +++ b/documentation/release-engineering.md @@ -34,7 +34,7 @@ See [Git Docs](https://git-scm.com/book/en/v2/Git-Basics-Tagging) for more examp Soon after CircleCI will start a [build](https://app.circleci.com/pipelines/github/StackExchange/dnscontrol) Workflow and produce all of the artifacts for the release. -![CircleCI Release Screenshot](assets/circleci_release.png) +![CircleCI Release Screenshot](assets/release-engineering/circleci_release.png) ## Step 3. Create the release notes