Skip to content

Commit 7db7d19

Browse files
committed
Add core concepts page
1 parent 32191c1 commit 7db7d19

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

page.mdx renamed to core-concepts/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Page Titles and Metadata"
3-
description: "Setting the title and metadata for navigation and SEO"
2+
title: "Pages"
3+
description: "Pages are the main building blocks of your documentation"
44
icon: 'letter-text'
55
---
66

core-concepts/settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Settings"
3-
description: "Configure your documentation using the `docs.json` file"
3+
description: "Configure the global settings for your documentation"
44
icon: "settings-2"
55
---
66

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"group": "Core Concepts",
3232
"pages": [
3333
"core-concepts/settings",
34+
"core-concepts/page",
3435
{
3536
"group": "Navigation",
3637
"icon": "map",
@@ -57,7 +58,6 @@
5758
{
5859
"group": "Writing Content",
5960
"pages": [
60-
"page",
6161
"text",
6262
"image-embeds",
6363
"list-table",

0 commit comments

Comments
 (0)