Skip to content

Commit 592f124

Browse files
docs: Add mentions to turborepo-summary and turborepo-summary-action (#11023)
### Description <!-- ✍️ Write a short summary of your work. If necessary, include relevant screenshots. --> Add mentions to [`turborepo-summary`](https://github.com/charpeni/turborepo-summary) and [`turborepo-summary-action`](https://github.com/charpeni/turborepo-summary-action) as useful tools to turn Turborepo's run summary into a human-readable format. | Before | After | | - | - | | <img width="1488" height="1404" alt="CleanShot 2025-10-27 at 15 50 01@2x" src="https://github.com/user-attachments/assets/ccc174e6-8f5d-401a-8a67-b40b4a71c500" /> | <img width="1470" height="1676" alt="CleanShot 2025-10-27 at 16 00 18@2x" src="https://github.com/user-attachments/assets/5e852808-ef6a-4af2-bfe9-24746142c076" /> | | <img width="1486" height="1000" alt="CleanShot 2025-10-27 at 16 03 07@2x" src="https://github.com/user-attachments/assets/27717f3e-dd15-4a9f-bf8a-6d0759e861ae" /> | <img width="1476" height="1288" alt="CleanShot 2025-10-27 at 16 03 30@2x" src="https://github.com/user-attachments/assets/33b4f75f-7c62-4da9-bdf7-cb1a1f9a89e6" /> | ### Testing Instructions <!-- Give a quick description of steps to test your changes. --> Co-authored-by: Anthony Shew <[email protected]>
1 parent 622c62c commit 592f124

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

docs/site/content/docs/crafting-your-repository/caching.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,13 @@ Turborepo has a [`--summarize` flag](/docs/reference/run#--summarize) that can b
196196
- Debugging outputs: If cache hits aren't restoring the files you're expecting, a Run Summary can help you understand what outputs are being restored from cache.
197197

198198
<Callout type="info" title="Summaries viewer">
199-
While there is not a Turborepo-native Run Summaries UI viewer, we encourage
200-
you to use the community-built
201-
[https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) if you
202-
would like to view your Run Summaries as a web view.
199+
While there is not a Turborepo-native Run Summaries UI viewer, there are
200+
several community-built tools available:
201+
202+
- [https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) - Web-based UI viewer for Run Summaries
203+
- [`turborepo-summary`](https://github.com/charpeni/turborepo-summary) - Generate human-readable reports from Turborepo run summary JSON output
204+
- [`turborepo-summary-action`](https://github.com/charpeni/turborepo-summary-action) - GitHub Action wrapping `turborepo-summary` to append them to GitHub Actions Job Summary
205+
203206
</Callout>
204207

205208
### Turning off caching

docs/site/content/docs/reference/run.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -550,10 +550,13 @@ This flag can be helpful for debugging to determine things like:
550550
- How task timings changed over time
551551
552552
<Callout type="info" title="Summaries viewer">
553-
While there is not a Turborepo-native Run Summaries UI viewer, we encourage
554-
you to use the community-built
555-
[https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) if you
556-
would like to view your Run Summaries as a web view.
553+
While there is not a Turborepo-native Run Summaries UI viewer, there are
554+
several community-built tools available:
555+
556+
- [https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) - Web-based UI viewer for Run Summaries
557+
- [`turborepo-summary`](https://github.com/charpeni/turborepo-summary) - Generate human-readable reports from Turborepo run summary JSON output
558+
- [`turborepo-summary-action`](https://github.com/charpeni/turborepo-summary-action) - GitHub Action wrapping `turborepo-summary` to append them to GitHub Actions Job Summary
559+
557560
</Callout>
558561
559562
### `--token`

0 commit comments

Comments
 (0)