-
Notifications
You must be signed in to change notification settings - Fork 10k
[Queues] Use DashButton component #24935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Queues] Use DashButton component #24935
Conversation
|
This PR requires additional review attention because it affects the following areas: PartialsThis PR updates partial files, which are pieces of content used across multiple files in our Render component.
|
| 2. Select **Create Token**. | ||
| 3. Choose the template for Workers Pipelines. Select **Continue to summary** > **Create token**. Make sure to copy the API token and save it securely. | ||
| 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverts change done in #24932 -- we need to create a User API Token after all, not an Account API Token.
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
| To create an API token: | ||
|
|
||
| 1. Go to the API tokens page of the [Cloudflare dashboard](https://dash.cloudflare.com/profile/api-tokens/). | ||
| 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not account level, but still updating it to be consistent.
| 1. In the Cloudflare dashboard, go to the **Audit logs** page. | ||
|
|
||
| <DashButton url="/?to=/:account/audit-log" /> | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need to be in a bullet point?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not. :)
I went a bit back and forth and ended up leaving it as a single-item list, but I will remove it.
Summary
Uses the
DashButtoncomponent for dashboard instructions in the Queues docs.Also reverts one small change in Pipelines docs done in #24932.
Documentation checklist