This is an automated email from the ASF dual-hosted git repository.

williamsong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 90fd0625f RATIS-1843. Add existing markdown documents to site.xml in 
the ratis-docs project (#881)
90fd0625f is described below

commit 90fd0625ff16b4a967ad94010080be59aef2049c
Author: wangzhaohui <[email protected]>
AuthorDate: Mon May 22 15:58:01 2023 +0800

    RATIS-1843. Add existing markdown documents to site.xml in the ratis-docs 
project (#881)
---
 ratis-docs/src/site/markdown/configurations.md | 10 ++--------
 ratis-docs/src/site/site.xml                   |  7 +++++--
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/ratis-docs/src/site/markdown/configurations.md 
b/ratis-docs/src/site/markdown/configurations.md
index 80e87fc4b..4f6d21555 100644
--- a/ratis-docs/src/site/markdown/configurations.md
+++ b/ratis-docs/src/site/markdown/configurations.md
@@ -288,7 +288,6 @@ Ratis will temporarily stall the new IO Tasks.
 | **Description** | preserve logs when purging logs up to snapshot index |
 | **Type**        | long                                                 |
 | **Default**     | 0                                                    |
---------------------------------------------------------------------------------
 
 | **Property**    | `raft.server.log.segment.size.max`          |
 |:----------------|:--------------------------------------------|
@@ -307,28 +306,24 @@ Ratis will temporarily stall the new IO Tasks.
 | **Description** | the maximum byte size of segments caching log entries |
 | **Type**        | SizeInBytes                                           |
 | **Default**     | 200MB                                                 |
---------------------------------------------------------------------------------
 
 | **Property**    | `raft.server.log.preallocated.size` |
 |:----------------|:------------------------------------|
 | **Description** | preallocate size of log segment     |
 | **Type**        | SizeInBytes                         |
 | **Default**     | 4MB                                 |
---------------------------------------------------------------------------------
 
 | **Property**    | `raft.server.log.write.buffer.size`                        
 |
 
|:----------------|:------------------------------------------------------------|
 | **Description** | size of direct byte buffer for SegmentedRaftLog 
FileChannel |
 | **Type**        | SizeInBytes                                                
 |
 | **Default**     | 64KB                                                       
 |
---------------------------------------------------------------------------------
 
 | **Property**    | `raft.server.log.force.sync.num`                           
                     |
 
|:----------------|:--------------------------------------------------------------------------------|
 | **Description** | perform RaftLog flush tasks when pending flush tasks num 
exceeds force.sync.num |
 | **Type**        | int                                                        
                     |
 | **Default**     | 128                                                        
                     |
---------------------------------------------------------------------------------
 
 | **Property**    | `raft.server.log.unsafe-flush.enabled`                     
                                   |
 
|:----------------|:----------------------------------------------------------------------------------------------|
@@ -341,7 +336,6 @@ Ratis will temporarily stall the new IO Tasks.
 | **Description** | async-flush enables to flush the RaftLog asynchronously |
 | **Type**        | boolean                                                 |
 | **Default**     | false                                                   |
---------------------------------------------------------------------------------
 
 | **Property**    | `raft.server.log.corruption.policy`                        
  |
 
|:----------------|:-------------------------------------------------------------|
@@ -488,7 +482,7 @@ The follower's statemachine is responsible for fetching and 
installing snapshot
 | **Description** | maximumPoolSize for async request pool                   |
 | **Type**        | int                                                      |
 | **Default**     | 32                                                       |
---------------------------------------------------------------------------------
+
 
 | **Property**    | `raft.server.data-stream.async.write.thread.pool.cached` |
 |:----------------|:---------------------------------------------------------|
@@ -501,7 +495,7 @@ The follower's statemachine is responsible for fetching and 
installing snapshot
 | **Description** | maximumPoolSize for async write pool                   |
 | **Type**        | int                                                    |
 | **Default**     | 16                                                     |
---------------------------------------------------------------------------------
+
 
 | **Property**    | `raft.server.data-stream.client.pool.size`  |
 |:----------------|:--------------------------------------------|
diff --git a/ratis-docs/src/site/site.xml b/ratis-docs/src/site/site.xml
index a68fd4618..9099adf3d 100644
--- a/ratis-docs/src/site/site.xml
+++ b/ratis-docs/src/site/site.xml
@@ -32,9 +32,12 @@
         </links>
 
         <menu name="Apache Ratis">
-            <item name="Getting Started" href="start/index.html"/>
-            <item name="Concepts" href="concept/index.html"/>
+            <item name="Concepts" href="concept/index.html" />
+            <item name="Configurations" href="configurations.html" />
+            <item name="Getting Started" href="start/index.html" />
+            <item name="Metrics" href="metrics.html" />
             <item name="Ratis-shell" href="cli.html" />
+            <item name="Snapshot" href="snapshot.html" />
         </menu>
     </body>
 </project>
\ No newline at end of file

Reply via email to