Skip to content

Commit f20cb93

Browse files
committed
update pageGrid component docs
1 parent 4f64b4e commit f20cb93

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

docs/contributing/pages/components.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ See also the [Alert component](#alert).
119119

120120
## PageGrid
121121

122-
Render all child pages of this document, including their `description` if available.
122+
Render all child pages or `next_steps` of this document, including their `description` if available.
123123

124124
```markdown {tabTitle:Example}
125125
<PageGrid />
@@ -128,7 +128,6 @@ Render all child pages of this document, including their `description` if availa
128128
Attributes:
129129

130130
- `header` (string) - optional header value to include, rendered as an H2
131-
- `nextPages` (boolean) - only render pages which come next based on sidebar ordering
132131

133132
## PlatformContent
134133

src/components/pageGrid.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ import {serverContext} from 'sentry-docs/serverContext';
77
import {isTruthy} from 'sentry-docs/utils';
88

99
type Props = {
10-
nextPages: boolean;
11-
/**
12-
* A list of pages to exclude from the grid.
13-
* Specify the file name of the page, for example, "index" for "index.mdx"
14-
*/
15-
exclude?: string[];
1610
header?: string;
1711
};
1812

0 commit comments

Comments
 (0)