You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/25 23:27:20 UTC

[GitHub] [pulsar-site] urfreespace commented on a diff in pull request #147: Generate config docs from source code

urfreespace commented on code in PR #147:
URL: https://github.com/apache/pulsar-site/pull/147#discussion_r929388829


##########
site2/website-next/sidebars.json:
##########
@@ -324,7 +324,25 @@
       "items": [
         "reference-terminology",
         "reference-cli-tools",
-        "reference-configuration",
+        {
+          "type": "category",
+          "label": "Pulsar Configuration",
+          "link": {
+            "type": "doc",
+            "id": "reference-configuration"
+          },
+          "items": [
+            "reference-configuration-bookkeeper",
+            "reference-configuration-broker",
+            "reference-configuration-client",
+            "reference-configuration-log4j",
+            "reference-configuration-log4j-shell",
+            "reference-configuration-standalone",
+            "reference-configuration-websocket",
+            "reference-configuration-pulsar-proxy",
+            "reference-configuration-zookeeper"
+          ]
+        },

Review Comment:
   changes from sidebars.json also need to be submitted in repo `apache/pulsar` but not here. @SignorMercurio /cc @Anonymitaet 



-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org