Improved new documentation
diff --git a/templates/doc/_nav.json b/templates/doc/_nav.json
new file mode 100644
index 0000000..931fa7f
--- /dev/null
+++ b/templates/doc/_nav.json
@@ -0,0 +1,167 @@
+[
+  {
+    "title": "KorAP",
+    "id" : "korap",
+    "items" : [
+      {
+	"title" : "Kalamar",
+	"id" : "kalamar"
+      },
+      {
+	"title" : "Kustvakt",
+	"id" : "kustvakt"
+      },
+      {
+	"title" : "Koral",
+	"id" : "koral"
+      },
+      {
+	"title" : "Krill",
+	"id" : "krill"
+      },
+      {
+	"title" : "Karang",
+	"id" : "karang"
+      }
+    ]
+  },
+  {
+    "title" : "Query Languages",
+    "id" : "ql",
+    "items" : [
+      {
+	"title" : "Cosmas II",
+	"id" : "cosmas-2"
+      },
+      {
+	"title" : "Poliqarp+",
+	"id" : "poliqarp-plus",
+	"class" : "folded",
+	"items" : [
+	  {
+	    "title" : "Simple Segments",
+	    "id" : "#segments"
+	  },
+	  {
+	    "title" : "Complex Segments",
+	    "id" : "#complex"
+	  },
+	  {
+	    "title" : "Span Segments",
+	    "id" : "#spans"
+	  },
+	  {
+	    "title" : "Paradigmatic Operators",
+	    "id" : "#paradigmatic-operators"
+	  },
+	  {
+	    "title" : "Syntagmatic Operators",
+	    "id" : "#syntagmatic-operators"
+	  },
+	  {
+	    "title" : "Class Operators",
+	    "id" : "#class-operators"
+	  }
+	]
+      },
+      {
+	"title" : "Annis QL",
+	"id" : "annis"
+      },
+      {
+	"title" : "CQL",
+	"id" : "cql"
+      },
+      {
+	"title" : "Regular Expressions",
+	"id" : "regexp"
+      },
+      {
+	"title" : "Wildcards",
+	"id" : "wildcards"
+      }
+    ]
+  },
+  {
+    "title" : "Data",
+    "id" : "data",
+    "items" : [
+      {
+	"title" : "Corpora",
+	"id" : "corpus",
+	"class" : "folded",
+	"items" : [
+	  {
+	    "title" : "DeReKo",
+	    "id" : "#dereko"
+	  }
+	]
+      },
+      {
+	"title" : "Annotations",
+	"id" : "annotation",
+	"class" : "folded",
+	"items" : [
+	  {
+	    "title" : "Base",
+	    "id" : "#base"
+	  },
+	  {
+	    "title" : "Connexor",
+	    "id" : "#cnx"
+	  },
+	  {
+	    "title" : "CoreNLP",
+	    "id" : "#corenlp"
+	  },
+	  {
+	    "title" : "TreeTagger",
+	    "id" : "#tt"
+	  },
+	  {
+	    "title" : "Mate",
+	    "id" : "#mate"
+	  },
+	  {
+	    "title" : "OpenNLP",
+	    "id" : "#opennlp"
+	  },
+	  {
+	    "title" : "XIP",
+	    "id" : "#xip"
+	  },
+	  {
+	    "title" : "Default Foundries",
+	    "id" : "#default-foundries"
+	  }
+	]
+      }
+    ]
+  },
+  {
+    "title" : "API",
+    "id" : "api",
+    "items" : [
+      {
+	"title" : "KoralQuery",
+	"id" : "koralquery"
+      },
+      {
+	"title" : "Search API",
+	"id" : "search"
+      },
+      {
+	"title" : "Match API",
+	"id" : "match"
+      },
+      {
+	"title" : "User API",
+	"id" : "user"
+      }
+    ]
+  },
+  {
+    "title" : "F.A.Q.",
+    "id" : "faq"
+  }
+]