File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 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+ ]
You can’t perform that action at this time.
0 commit comments