-
Notifications
You must be signed in to change notification settings - Fork 10k
[Pipelines, Queues, Radar] Use DashButton component #24932
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
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
| <DashButton url="/?to=/:account/api-tokens" /> | ||
| 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. |
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.
Note: I couldn't find any template for Workers Pipelines...
| 3. Select **Create Token**. | ||
| 4. Choose the template for Workers Pipelines. Select **Continue to summary** > **Create token**. Make sure to copy the API token and save it securely. | ||
| 1. In the Cloudflare dashboard, go to the **Account API tokens** page. |
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.
Switched from user API tokens to account API tokens. Shouldn't have any impact.
| Open the bucket you configured for your pipeline in Step 3. You can see files, representing the clickstream data. These files are newline delimited JSON files. Each row in a file represents one click event. Download one of the files, and open it in your preferred text editor to see the output: | ||
| 1. In the Cloudflare dashboard, go to R2's **Overview** page. | ||
|
|
||
| ```json |
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.
Only change in code block was indentation.
| 5. Select **Send message**. | ||
| 6. Enter your message. You can choose your message content type by selecting the **Text** or **JSON** tabs. Alternatively, select the **Upload a file** button or drag a file over the textbox to upload a file as a message. | ||
| 7. Select **Send message**. | ||
| 1. In the Cloudflare dashboard, go to the **Queues** page. |
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.
Instructions were outdated.
Summary
Use
DashButtoncomponent in account-level dashboard instructions.Also updates some outdated instructions.
Documentation checklist