Fold all top-level navigation items in doc
Change-Id: Ia6651c8be6eb0803699b38506eb5a30fa9e3c7fa
diff --git a/templates/doc/navigation.json b/templates/doc/navigation.json
index 690a3a8..d4f04e3 100644
--- a/templates/doc/navigation.json
+++ b/templates/doc/navigation.json
@@ -2,6 +2,7 @@
{
"title": "Query Languages",
"id": "ql",
+ "class": "folded",
"items": [
{
"title": "Cosmas II",
@@ -96,11 +97,13 @@
},
{
"title": "FAQ",
- "id": "faq"
+ "id": "faq",
+ "class": "folded"
},
{
"title": "API",
- "id": "api"
+ "id": "api",
+ "class": "folded"
},
{
"title": "Development",