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

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury-site.git

commit 4083b4c09bdc64c04ab5fa95b16632ffe9daf1bf
Author: chaokunyang <shawn.ck.y...@gmail.com>
AuthorDate: Wed Dec 27 08:41:03 2023 +0000

    🔄 synced local 'docs/guide/' with remote 'docs/guide/'
---
 docs/guide/DEVELOPMENT.md              | 3 +--
 docs/guide/graalvm_guide.md            | 5 ++---
 docs/guide/java_object_graph_guide.md  | 3 +--
 docs/guide/row_format_guide.md         | 3 +--
 docs/guide/scala_guide.md              | 3 +--
 docs/guide/xlang_object_graph_guide.md | 3 +--
 6 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/docs/guide/DEVELOPMENT.md b/docs/guide/DEVELOPMENT.md
index fc323a7..65b95b9 100644
--- a/docs/guide/DEVELOPMENT.md
+++ b/docs/guide/DEVELOPMENT.md
@@ -1,7 +1,6 @@
 ---
 title: Development
-sidebar_position: 6
-id: development
+order: 6
 ---
 # How to build to Fury
 
diff --git a/docs/guide/graalvm_guide.md b/docs/guide/graalvm_guide.md
index 3d9acd9..9229d0e 100644
--- a/docs/guide/graalvm_guide.md
+++ b/docs/guide/graalvm_guide.md
@@ -1,7 +1,6 @@
 ---
 title: GraalVM Guide
-sidebar_position: 6
-id: graalvm_guide
+order: 6
 ---
 
 # GraalVM Native Image
@@ -131,7 +130,7 @@ When Fury compression is enabled:
 - Struct: Fury is `24x speed, 31% size` compared to JDK.
 - Pojo: Fury is `12x speed, 48% size` compared to JDK.
 
-See 
[[Benchmark.java](https://github.com/apache/incubator-fury/blob/main/integration_tests/graalvm_tests/src/main/java/org/apache/fury/graalvm/Benchmark.java)]
 for benchmark code.
+See 
[[Benchmark.java](../../integration_tests/graalvm_tests/src/main/java/org/apache/fury/graalvm/Benchmark.java)]
 for benchmark code.
 
 ### Struct Benchmark
 #### Class Fields
diff --git a/docs/guide/java_object_graph_guide.md 
b/docs/guide/java_object_graph_guide.md
index 2a9ce51..b4dff62 100644
--- a/docs/guide/java_object_graph_guide.md
+++ b/docs/guide/java_object_graph_guide.md
@@ -1,7 +1,6 @@
 ---
 title: Java Object Graph Guide
-sidebar_position: 0
-id: java_object_graph_guide
+order: 0
 ---
 
 # Java object graph serialization
diff --git a/docs/guide/row_format_guide.md b/docs/guide/row_format_guide.md
index 3c60927..fa6ed6c 100644
--- a/docs/guide/row_format_guide.md
+++ b/docs/guide/row_format_guide.md
@@ -1,7 +1,6 @@
 ---
 title: Row Format Guide
-sidebar_position: 1
-id: row_format_guide
+order: 1
 ---
 
 ## Row format protocol
diff --git a/docs/guide/scala_guide.md b/docs/guide/scala_guide.md
index 93502af..abce514 100644
--- a/docs/guide/scala_guide.md
+++ b/docs/guide/scala_guide.md
@@ -1,7 +1,6 @@
 ---
 title: Scala Serialization Guide
-sidebar_position: 4
-id: scala_guide
+order: 4
 ---
 
 # Scala serialization
diff --git a/docs/guide/xlang_object_graph_guide.md 
b/docs/guide/xlang_object_graph_guide.md
index a834960..9a65cb3 100644
--- a/docs/guide/xlang_object_graph_guide.md
+++ b/docs/guide/xlang_object_graph_guide.md
@@ -1,7 +1,6 @@
 ---
 title: Xlang Object Graph Guide
-sidebar_position: 2
-id: xlang_object_graph_guide
+order: 2
 ---
 
 ## Cross-language object graph serialization


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org

Reply via email to