Skip to content

Commit 459fe2d

Browse files
author
Andrei Jiroh Eugenio Halili
committed
Fix more BS syntax issues on the config file
Signed-off-by: Andrei Jiroh Eugenio Halili <[email protected]>
1 parent f6106bb commit 459fe2d

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

gatsby-config.js

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,8 @@ module.exports = {
1414
baseDirectory: __dirname,
1515

1616
// navigation stuff
17-
navItems: [
18-
{
19-
name: "User Guide",
20-
url: "/user-guide/",
21-
},
22-
{
23-
name: "Maintainer's Handbook",
24-
url: "/maintainer-docs/",
25-
}
26-
],
27-
sections: [
28-
"Starter Pack",
29-
"User's Manual",
30-
"For Maintainers",
31-
"Reference",
32-
"Documentation Contributors Zone",
33-
],
17+
navItems: [ { name: "User Guide", url: "/user-guide/"}, { name: "Maintainer's Handbook", url: "/maintainer-docs/"} ],
18+
sections: [ "Starter Pack", "User's Manual", "For Maintainers", "Reference", "Documentation Contributors Zone" ],
3419
},
3520
},
3621
],

0 commit comments

Comments
 (0)