You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages.mdx
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,19 @@
2
2
title: "Pages"
3
3
description: "Pages are the building blocks of your documentation"
4
4
icon: "letter-text"
5
+
keywords: ["tags", "tag"]
5
6
---
6
7
7
8
Each page is an MDX file, which combines Markdown content with React components to let you create rich, interactive documentation.
8
9
9
10
## Page metadata
10
11
11
-
Every page starts with frontmatter—YAML metadata enclosed by `---` at the beginning of your file. This metadata controls how your page appears and behaves.
12
+
Every page starts with frontmatter, the YAML metadata enclosed by `---` at the beginning of a file. This metadata defines how your page appears and behaves.
13
+
14
+
Use metadata to control:
15
+
16
+
- Page titles and descriptions
17
+
- Sidebar titles, icons, and tags
12
18
13
19
<ResponseFieldname="title"type="string"required>
14
20
The title of your page that appears in navigation and browser tabs.
0 commit comments