imbajin commented on code in PR #420:
URL: 
https://github.com/apache/incubator-hugegraph-doc/pull/420#discussion_r2425195621


##########
config.toml:
##########
@@ -35,11 +35,11 @@ enable = true
     pre = "<i class='fas fa-book pr-2'></i>"
     url = "/docs/"
   [[menu.main]]
-    name = "Blog"
-    weight = 100
-    hidden = true
-    #pre = "<i class='fas fa-rss pr-2'></i>"
-    #url = "https://blog.kubeflow.org/";
+    name = "Blog Posts"
+    weight = -100
+    hidden=false

Review Comment:
   建议保持格式一致性:
   ```suggestion
       hidden: false
   ```
   为了代码风格的统一性,建议使用 `hidden: false` 而不是 `hidden=false`(空格替代等号)。



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to