yurmix commented on a change in pull request #8311: Docusaurus build framework 
+ ingestion doc refresh.
URL: https://github.com/apache/incubator-druid/pull/8311#discussion_r315407284
 
 

 ##########
 File path: website/sidebars.json
 ##########
 @@ -0,0 +1,210 @@
+{
+  "docs": {
+    "Getting started": [
+      "design/index",
+      "tutorials/index",
+      "operations/single-server",
+      "tutorials/cluster"
+    ],
+    "Tutorials": [
+      "tutorials/tutorial-batch",
+      "tutorials/tutorial-kafka",
+      "tutorials/tutorial-batch-hadoop",
+      "tutorials/tutorial-query",
+      "tutorials/tutorial-rollup",
+      "tutorials/tutorial-retention",
+      "tutorials/tutorial-update-data",
+      "tutorials/tutorial-compaction",
+      "tutorials/tutorial-delete-data",
+      "tutorials/tutorial-ingestion-spec",
+      "tutorials/tutorial-transform-spec",
+      "tutorials/tutorial-kerberos-hadoop"
+    ],
+    "Design": [
+      "design/architecture",
+      "design/segments",
+      "design/processes",
+      "dependencies/deep-storage",
+      "dependencies/metadata-storage",
+      "dependencies/zookeeper"
+    ],
+    "Data ingestion": [
+      "ingestion/index",
+      "ingestion/data-formats",
+      "ingestion/schema-design",
+      "ingestion/data-management",
+      {
+        "type": "subcategory",
+        "label": "Stream ingestion",
+        "ids": [
+          "development/extensions-core/kafka-ingestion",
+          "development/extensions-core/kinesis-ingestion",
+          "ingestion/tranquility",
+          "ingestion/standalone-realtime"
+        ]
+      },
+      {
+        "type": "subcategory",
+        "label": "Batch ingestion",
+        "ids": [
+          "ingestion/native-batch",
+          "ingestion/hadoop"
+        ]
+      },
+      "ingestion/tasks",
+      "ingestion/faq"
+    ],
+    "Querying": [
+      "querying/sql",
+      {
+        "type": "subcategory",
+        "label": "Native query types",
+        "ids": [
+          "querying/querying",
+          "querying/timeseriesquery",
+          "querying/topnquery",
+          "querying/groupbyquery",
+          "querying/scan-query",
+          "querying/timeboundaryquery",
+          "querying/segmentmetadataquery",
+          "querying/datasourcemetadataquery",
+          "querying/searchquery",
+          "querying/select-query"
+        ]
+      },
+      "querying/multi-value-dimensions",
+      "querying/lookups",
+      "querying/joins",
+      "querying/multitenancy",
+      "querying/caching",
+      "development/geo"
+    ],
+    "Configuration": [
+      "configuration/index",
+      "development/extensions",
 
 Review comment:
   Very nice outline! Also, linking straight to .md is great.
   
   One thing though: I see that the list of extensions (extensions.md) has been 
moved under Configuration. I think it's better to mention in the release note 
this change and any other structural change, to let existing users know and 
adjust.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to