Skip to content

Commit e8aefc1

Browse files
committed
Update page mode docs
1 parent b2374cc commit e8aefc1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

core-concepts/pages.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For example, you can define the title for this page as follows.
1212

1313
```jsx
1414
---
15-
title: "Introduction"
15+
title: "Your title goes here"
1616
---
1717
```
1818

@@ -80,12 +80,11 @@ will use the default settings.
8080
### Default
8181

8282
If no specific mode is given, the page will default to standard settings. This means the page
83-
will display with the default table of contents (if headings are present) and other standard
84-
elements, providing a typical layout without any special adjustments.
83+
will display the default table of contents and other standard elements.
8584

8685
```jsx
8786
---
88-
title: "Page with no ToC"
87+
title: "Default page title"
8988
---
9089
```
9190

@@ -97,7 +96,6 @@ extra horizontal space for more content.
9796

9897
```jsx
9998
---
100-
title: "Page with no ToC"
10199
mode: "wide"
102100
---
103101
```
@@ -152,7 +150,7 @@ Note that meta tags with colons need to be wrapped in quotes.
152150
---
153151
```
154152

155-
See [our SEO page](/settings/seo) to learn more about SEO metadata.
153+
See [SEO](/settings/seo) to learn more about SEO metadata.
156154

157155
## Internal Search Optimization
158156

0 commit comments

Comments
 (0)