Skip to content

Commit 8be3a1e

Browse files
committed
Update intro meta titles and add root property
Changed the 'title' field from 'ObjectStack' to 'Framework' and added the 'root': true property in both English and Chinese intro meta.json files. This standardizes the metadata and may affect navigation or display logic.
1 parent 39bd1d9 commit 8be3a1e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"title": "ObjectStack",
2+
"title": "Framework",
3+
"root": true,
34
"pages": ["index", "welcome", "manifesto", "ai-codex"]
45
}

content/docs/00-intro/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"title": "ObjectStack",
2+
"title": "Framework",
3+
"root": true,
34
"pages": ["index", "welcome", "manifesto", "architecture", "ai-codex"]
45
}

0 commit comments

Comments
 (0)