Skip to content

Commit e23e090

Browse files
committed
Update settings page
1 parent ae8b863 commit e23e090

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ mode: "center"
398398
- Add full-screen videos or image galleries
399399
- Embed custom iFrame demo elements to add intractability to your docs
400400

401-
Check out our [Custom Mode docs](/core-concepts/page#custom-mode).
401+
Check out our [Custom Mode docs](/core-concepts/pages#custom-mode).
402402
</Update>
403403

404404
<Update label="March 2024">
File renamed without changes.

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"group": "Core Concepts",
4040
"pages": [
4141
"core-concepts/settings",
42-
"core-concepts/page",
42+
"core-concepts/pages",
4343
{
4444
"group": "Navigation",
4545
"icon": "map",

settings/seo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Only pages included in your `docs.json` are included by default. To include hidd
6767
```
6868

6969
## Disabling indexing
70-
If you want to stop a page from being indexed by search engines, you can include the following in the [frontmatter](/core-concepts/page) of your page:
70+
If you want to stop a page from being indexed by search engines, you can include the following in the [frontmatter](/core-concepts/pages) of your page:
7171
```
7272
---
7373
noindex: true

0 commit comments

Comments
 (0)