Skip to content

Commit 208bb90

Browse files
committed
Added new key value for being able to help determine the Github Raw URL when parsing.
1 parent ab6c16b commit 208bb90

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docs/nav.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,33 @@
99
"children": [
1010
{
1111
"title": "GET vs POST",
12-
"route": "/toolkit/explanation/get-vs-post/"
12+
"route": "/toolkit/explanation/get-vs-post/",
13+
"append": ".md"
1314
},
1415
{
1516
"title": "GraphQL Endpoints",
16-
"route": "/toolkit/explanation/graphql-endpoints/"
17+
"route": "/toolkit/explanation/graphql-endpoints/",
18+
"append": ".md"
1719
},
1820
{
1921
"title": "Headless Authentication",
20-
"route": "/toolkit/explanation/headless-authentication/"
22+
"route": "/toolkit/explanation/headless-authentication/",
23+
"append": ".md"
2124
},
2225
{
2326
"title": "Rendering Options",
24-
"route": "/toolkit/explanation/rendering-options/"
27+
"route": "/toolkit/explanation/rendering-options/",
28+
"append": ".md"
2529
},
2630
{
2731
"title": "Routing",
28-
"route": "/toolkit/explanation/routing/"
32+
"route": "/toolkit/explanation/routing/",
33+
"append": ".md"
2934
},
3035
{
3136
"title": "Sitemaps",
32-
"route": "/toolkit/explanation/sitemaps/"
37+
"route": "/toolkit/explanation/sitemaps/",
38+
"append": ".md"
3339
}
3440
]
3541
},

0 commit comments

Comments
 (0)