Query all route that has children (subnavigation)
*[_type == "route"] {
title,
page->{title, description},
child[]->{title}
}
Result:
"result": [
{
"child": [
{
"title": "Alert"
},
{
"title": "Dealer header"
}
],
"page": {
"description": "All components",
"title": "Components"
},
"title": "Components"
},
]
Congratulations, you have now installed the Sanity Content Studio, an open source real-time content editing environment connected to the Sanity backend.
Now you can do the following things:
- Read “getting started” in the docs
- Check out the example frontend: React/Next.js
- Read the blog post about this template
- Join the community Slack
- Extend and build plugins