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


##########
content/cn/docs/config/config-option.md:
##########
@@ -185,6 +185,8 @@ weight: 2
 | rocksdb.data_disks                              | []                         
                                                                                
                          | The optimized disks for storing data of RocksDB. 
The format of each element: `STORE/TABLE: /path/disk`.Allowed keys are 
[g/vertex, g/edge_out, g/edge_in, g/vertex_label_index, g/edge_label_index, 
g/range_int_index, g/range_float_index, g/range_long_index, 
g/range_double_index, g/secondary_index, g/search_index, g/shard_index, 
g/unique_index, g/olap]                                       |
 | rocksdb.data_path                               | rocksdb-data/data          
                                                                                
                          | The path for storing data of RocksDB.               
                                                                                
                                                                                
                                                                                
                                                                                
                  |
 | rocksdb.wal_path                                | rocksdb-data/wal           
                                                                                
                          | The path for storing WAL of RocksDB.                
                                                                                
                                                                                
                                                                                
                                                                                
                  |
+| rocksdb.option_path                                |                         
                                                                                
            | The YAML file for configuring Topling/RocksDB parameters.         
                                                                                
                                                                                
                                                                                
                                                                                
                      |
+| rocksdb.open_http                                |   false                   
                                                                                
               | Whether to start RocksDB Plus (Topling) HTTP service.

Review Comment:
   Missing trailing whitespace and punctuation inconsistency. Should end with a 
period for consistency with other configuration descriptions.



##########
content/en/blog/RocksDB Plus Configuration YAML.md:
##########
@@ -0,0 +1,230 @@
+---
+date: 2025-09-30

Review Comment:
   The date 2025-09-30 appears to be incorrect as it's set in the future. 
Should use the actual publication date.
   ```suggestion
   date: 2024-06-10
   ```



##########
content/en/docs/config/config-option.md:
##########
@@ -185,6 +185,8 @@ Other options are consistent with the Cassandra backend.
 | rocksdb.data_disks                              | []                         
                                                                                
                          | The optimized disks for storing data of RocksDB. 
The format of each element: `STORE/TABLE: /path/disk`.Allowed keys are 
[g/vertex, g/edge_out, g/edge_in, g/vertex_label_index, g/edge_label_index, 
g/range_int_index, g/range_float_index, g/range_long_index, 
g/range_double_index, g/secondary_index, g/search_index, g/shard_index, 
g/unique_index, g/olap]                                       |
 | rocksdb.data_path                               | rocksdb-data/data          
                                                                                
                           | The path for storing data of RocksDB.              
                                                                                
                                                                                
                                                                                
                                                                                
                   |
 | rocksdb.wal_path                                | rocksdb-data/wal           
                                                                                
                          | The path for storing WAL of RocksDB.                
                                                                                
                                                                                
                                                                                
                                                                                
                  |
+| rocksdb.option_path                                |                         
                                                                                
            | The YAML file for configuring Topling/RocksDB parameters.         
                                                                                
                                                                                
                                                                                
                                                                                
                      |
+| rocksdb.open_http                                |   false                   
                                                                                
               | Whether to start RocksDB Plus (Topling) HTTP service.  

Review Comment:
   Missing trailing whitespace and punctuation inconsistency. Should end with a 
period for consistency with other configuration descriptions.



##########
content/cn/blog/RocksDB Plus Configuration YAML.md:
##########
@@ -0,0 +1,214 @@
+---
+date: 2025-09-30

Review Comment:
   The date 2025-09-30 appears to be incorrect as it's set in the future. 
Should use the actual publication date.
   ```suggestion
   date: 2024-06-10
   ```



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