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
The following commit(s) were added to refs/heads/main by this push:
new a2b64f2 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
a2b64f2 is described below
commit a2b64f217db3fac00b471f06a4844047a0a2c662
Author: chaokunyang <[email protected]>
AuthorDate: Wed Dec 27 08:45:27 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, 13 insertions(+), 7 deletions(-)
diff --git a/docs/guide/DEVELOPMENT.md b/docs/guide/DEVELOPMENT.md
index 65b95b9..fc323a7 100644
--- a/docs/guide/DEVELOPMENT.md
+++ b/docs/guide/DEVELOPMENT.md
@@ -1,6 +1,7 @@
---
title: Development
-order: 6
+sidebar_position: 6
+id: development
---
# How to build to Fury
diff --git a/docs/guide/graalvm_guide.md b/docs/guide/graalvm_guide.md
index 9229d0e..3d9acd9 100644
--- a/docs/guide/graalvm_guide.md
+++ b/docs/guide/graalvm_guide.md
@@ -1,6 +1,7 @@
---
title: GraalVM Guide
-order: 6
+sidebar_position: 6
+id: graalvm_guide
---
# GraalVM Native Image
@@ -130,7 +131,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](../../integration_tests/graalvm_tests/src/main/java/org/apache/fury/graalvm/Benchmark.java)]
for benchmark code.
+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.
### Struct Benchmark
#### Class Fields
diff --git a/docs/guide/java_object_graph_guide.md
b/docs/guide/java_object_graph_guide.md
index b4dff62..2a9ce51 100644
--- a/docs/guide/java_object_graph_guide.md
+++ b/docs/guide/java_object_graph_guide.md
@@ -1,6 +1,7 @@
---
title: Java Object Graph Guide
-order: 0
+sidebar_position: 0
+id: java_object_graph_guide
---
# Java object graph serialization
diff --git a/docs/guide/row_format_guide.md b/docs/guide/row_format_guide.md
index fa6ed6c..3c60927 100644
--- a/docs/guide/row_format_guide.md
+++ b/docs/guide/row_format_guide.md
@@ -1,6 +1,7 @@
---
title: Row Format Guide
-order: 1
+sidebar_position: 1
+id: row_format_guide
---
## Row format protocol
diff --git a/docs/guide/scala_guide.md b/docs/guide/scala_guide.md
index abce514..93502af 100644
--- a/docs/guide/scala_guide.md
+++ b/docs/guide/scala_guide.md
@@ -1,6 +1,7 @@
---
title: Scala Serialization Guide
-order: 4
+sidebar_position: 4
+id: scala_guide
---
# Scala serialization
diff --git a/docs/guide/xlang_object_graph_guide.md
b/docs/guide/xlang_object_graph_guide.md
index 9a65cb3..a834960 100644
--- a/docs/guide/xlang_object_graph_guide.md
+++ b/docs/guide/xlang_object_graph_guide.md
@@ -1,6 +1,7 @@
---
title: Xlang Object Graph Guide
-order: 2
+sidebar_position: 2
+id: xlang_object_graph_guide
---
## Cross-language object graph serialization
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]