Skip to content

Commit f7bc73f

Browse files
committed
additional private preview callouts
1 parent c80e10c commit f7bc73f

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

docs/src/content/docs/getting-started/quick-start.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ description: Install the gh stack CLI and create your first Stacked PR in minute
99
- Git 2.20 or later
1010
- A GitHub repository you can push to
1111

12+
:::caution[Private Preview]
13+
Stacked PRs is currently in private preview. This feature will **not work** unless enabled for your repository. [Sign up for the waitlist →](https://gh.io/stacksbeta)
14+
:::
15+
1216
## Install the CLI Extension
1317

1418
```sh

docs/src/content/docs/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hero:
1515
icon: right-arrow
1616
---
1717

18-
import { Card, CardGrid } from '@astrojs/starlight/components';
18+
import { Card, CardGrid, Aside } from '@astrojs/starlight/components';
1919
import { Image } from 'astro:assets';
2020
import stackDiagram from '../../assets/stack-diagram.svg';
2121
import stackNavigator from '../../assets/screenshots/stack-navigator.png';
@@ -61,6 +61,10 @@ When you're ready to merge, you can merge all or a part of the stack. Each PR ca
6161

6262
## Get Started
6363

64+
<Aside type="caution" title="Private Preview">
65+
Stacked PRs is currently in private preview. This feature will **not work** unless enabled for your repository. [Sign up for the waitlist →](https://gh.io/stacksbeta)
66+
</Aside>
67+
6468
```sh
6569
# Install the CLI extension
6670
gh extension install github/gh-stack

0 commit comments

Comments
 (0)