Skip to content

Commit a79dabd

Browse files
committed
Fix duplicate "About" entry in docs manifest
The manifest file erroneously included a duplicate "About" entry. This commit removes the redundant entry to maintain documentation consistency.
1 parent b033598 commit a79dabd

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/manifest.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
"title": "About",
66
"description": "Landing Page",
77
"path": "./README.md",
8-
"icon_path": "./images/icons/home.svg"
9-
},
10-
{
11-
"title": "Getting Started",
12-
"description": "Tour Coder by setting up your first deployment",
13-
"path": "./start/README.md",
14-
"icon_path": "./images/icons/star.svg",
8+
"icon_path": "./images/icons/home.svg",
159
"children": [
10+
{
11+
"title":"About",
12+
"description": "Learn about Coder",
13+
"path": "./README.md"
14+
},
1615
{
1716
"title": "Tour Coder",
1817
"description": "Tour Coder by creating a deployment with Docker",

0 commit comments

Comments
 (0)