Skip to content

Commit b2bd298

Browse files
authored
add docs page for ai summaries (#1962)
1 parent 241893c commit b2bd298

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

docs/ee/ai-summaries.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "AI Summaries"
3+
---
4+
5+
AI Summaries allows you to generate a summary of multiple plans when you create a PR. This significantly reduces the cognitive load
6+
on a reviewer of that PR. Lets say someone updated a module that is relied on by multiple projects in a monorepo, this would lead to 20 different plans like in this screenshot:
7+
8+
![multiple plans](/images/ee/ai-summaries.png)
9+
10+
11+
With AI summaries enabled a summary comment is posted summarise all of the plans below it.
12+
This means that the reviewer now only needs to read the summary and glance through all the plans, saving precious reviewer time!
13+
14+
This is currently a invite-only feature so please [book a demo](https://digger.dev/) with us to request access!

docs/images/ee/ai-summaries.png

174 KB
Loading

docs/mint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"ee/multi-github",
5959
"ee/gitlab",
6060
"ee/buildkite",
61-
"ee/fips-140"
61+
"ee/fips-140",
62+
"ee/ai-summaries"
6263
]
6364
},
6465
{

0 commit comments

Comments
 (0)