Skip to content

Commit ef13e81

Browse files
committed
Added missing nav.json for the sidebar.
1 parent b087235 commit ef13e81

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

docs/nav.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
[
2+
{
3+
"title": "Introduction",
4+
"route": "/docs/"
5+
},
6+
{
7+
"title": "Explanation",
8+
"route": "/docs/explanation/",
9+
"children": [
10+
{
11+
"title": "GET vs POST",
12+
"route": "/docs/explanation/get-vs-post/"
13+
},
14+
{
15+
"title": "GraphQL Endpoints",
16+
"route": "/docs/explanation/graphql-endpoints/"
17+
},
18+
{
19+
"title": "Headless Authentication",
20+
"route": "/docs/explanation/headless-authentication/"
21+
},
22+
{
23+
"title": "Rendering Options",
24+
"route": "/docs/explanation/rendering-options/"
25+
},
26+
{
27+
"title": "Routing",
28+
"route": "/docs/explanation/routing/"
29+
},
30+
{
31+
"title": "Sitemaps",
32+
"route": "/docs/explanation/sitemaps/"
33+
}
34+
]
35+
},
36+
{
37+
"title": "How-To Guides",
38+
"route": "/docs/how-to/",
39+
"children": [
40+
{
41+
"title": "Install Toolkit Plugins via Composer",
42+
"route": "/docs/how-to/install-toolkit-plugins/"
43+
},
44+
{
45+
"title": "Automatic Persisted Queries in Next.js",
46+
"route": "/docs/how-to/nextjs-pages-router/enable-apq/"
47+
}
48+
]
49+
}
50+
]

0 commit comments

Comments
 (0)