Skip to content

Commit ad6125b

Browse files
committed
Updated paths for toolkti nav.json to be /toolkit/ not /docs/
1 parent 257610f commit ad6125b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/nav.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
[
22
{
33
"title": "Introduction",
4-
"route": "/docs/"
4+
"route": "/toolkit/"
55
},
66
{
77
"title": "Explanation",
8-
"route": "/docs/explanation/",
8+
"route": "/toolkit/explanation/",
99
"children": [
1010
{
1111
"title": "GET vs POST",
12-
"route": "/docs/explanation/get-vs-post/"
12+
"route": "/toolkit/explanation/get-vs-post/"
1313
},
1414
{
1515
"title": "GraphQL Endpoints",
16-
"route": "/docs/explanation/graphql-endpoints/"
16+
"route": "/toolkit/explanation/graphql-endpoints/"
1717
},
1818
{
1919
"title": "Headless Authentication",
20-
"route": "/docs/explanation/headless-authentication/"
20+
"route": "/toolkit/explanation/headless-authentication/"
2121
},
2222
{
2323
"title": "Rendering Options",
24-
"route": "/docs/explanation/rendering-options/"
24+
"route": "/toolkit/explanation/rendering-options/"
2525
},
2626
{
2727
"title": "Routing",
28-
"route": "/docs/explanation/routing/"
28+
"route": "/toolkit/explanation/routing/"
2929
},
3030
{
3131
"title": "Sitemaps",
32-
"route": "/docs/explanation/sitemaps/"
32+
"route": "/toolkit/explanation/sitemaps/"
3333
}
3434
]
3535
},
3636
{
3737
"title": "How-To Guides",
38-
"route": "/docs/how-to/",
38+
"route": "/toolkit/how-to/",
3939
"children": [
4040
{
4141
"title": "Install Toolkit Plugins via Composer",
42-
"route": "/docs/how-to/install-toolkit-plugins/"
42+
"route": "/toolkit/how-to/install-toolkit-plugins/"
4343
},
4444
{
4545
"title": "Automatic Persisted Queries in Next.js",
46-
"route": "/docs/how-to/nextjs-pages-router/enable-apq/"
46+
"route": "/toolkit/how-to/nextjs-pages-router/enable-apq/"
4747
}
4848
]
4949
}

0 commit comments

Comments
 (0)