From 4bc882d947b0adec27feb5c71d4f02002a1b0095 Mon Sep 17 00:00:00 2001 From: Jay Rogers Date: Thu, 2 Feb 2023 09:36:28 -0600 Subject: [PATCH] README improvement: Get account ID Documentation # Problem - When reading through the documentation there were a lot of steps blended into a single paragraph, making it difficult for new users to follow along # Proposed Solution (What this PR does) - This breaks the "Get Account ID" section into pieces to make it more readable by a new user (similar to the "Generate API Token" section) --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f15015..b440dbd 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,17 @@ GitHub Action for creating Cloudflare Pages deployments, using the new [Direct U ### Get account ID -To find your account ID, log in to the Cloudflare dashboard > select your zone in Account Home > find your account ID in Overview under **API** on the right-side menu. If you have not added a zone, add one by selecting **Add site** . You can purchase a domain from [Cloudflare’s registrar](https://developers.cloudflare.com/registrar/). +To find your account ID: -If you do not have a zone registered to your account, you can also get your account ID from the `pages.dev` URL. E.g: `https://dash.cloudflare.com//pages` +1. Log in to the Cloudflare dashboard +2. Select your zone in Account Home +3. Find your account ID in Overview under **API** on the right-side menu + +#### If you have not added a zone +Add one by selecting **Add site** . You can purchase a domain from [Cloudflare’s registrar](https://developers.cloudflare.com/registrar/) + +#### If you do not have a zone registered to your account +You can also get your account ID from the `pages.dev` URL. E.g: `https://dash.cloudflare.com//pages` ### Generate an API Token