diff --git a/pages/integrations/cloudflare.mdx b/pages/integrations/cloudflare.mdx index c7ba224..e490e79 100644 --- a/pages/integrations/cloudflare.mdx +++ b/pages/integrations/cloudflare.mdx @@ -11,31 +11,31 @@ Oneleet uses [Cloudflare API tokens](https://developers.cloudflare.com/fundament ### Creating an API Token 1. Open [Cloudflare's API token settings](https://dash.cloudflare.com/profile/api-tokens/) -2. Select \`Create Token\` -3. Name your token (e.g., \`Oneleet Read-only\`) -4. Under \`Permissions\`, add the following read-only permissions: +2. Select **Create Token** +3. Name your token (e.g., **Oneleet Read-only**) +4. Under **Permissions**, add the following read-only permissions: -Account permissions: -- Workers R2 Storage: Read -- Workers Scripts: Read -- Account Settings: Read + Account permissions: + - Workers R2 Storage: Read + - Workers Scripts: Read + - Account Settings: Read -Zone permissions: -- DNS Settings: Read -- Zone Settings: Read -- DNS: Read + Zone permissions: + - DNS Settings: Read + - Zone Settings: Read + - DNS: Read -5. Under \`Account Resources\`, select: +5. Under **Account Resources**, select: - Include: All accounts -6. Under \`Zone Resources\`, select: +6. Under **Zone Resources**, select: - Include: All zones -7. Select \`Continue to summary\` -8. Select \`Create Token\` to generate the token's secret +7. Select **Continue to summary** +8. Select **Create Token** to generate the token's secret 9. Copy the secret to the form below, you will not be able to access this secret again ### Roll / Regenerate the token 1. Open [Cloudflare's API token settings](https://dash.cloudflare.com/profile/api-tokens/) -2. Under the menu next to your Oneleet token, select \`Roll\` +2. Under the menu next to your Oneleet token, select **Roll** 3. Copy the new secret to the form below, you will not be able to access this secret again \ No newline at end of file