This is an automated email from the ASF dual-hosted git repository.
wangweipeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury.git
The following commit(s) were added to refs/heads/main by this push:
new ae1fe200 [DOC] doc sync stay consistent with the site (#1266)
ae1fe200 is described below
commit ae1fe200f7eacb00b78fc15f0510694ce0ce7ad8
Author: weipeng <[email protected]>
AuthorDate: Wed Dec 27 16:45:11 2023 +0800
[DOC] doc sync stay consistent with the site (#1266)
The structure and frontmatter of the site has some changes, so it is
necessary to ensure that the results synced over remain consistent
Co-authored-by: theweipeng <[email protected]>
---
.github/sync.yml | 2 +-
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 ++-
7 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/.github/sync.yml b/.github/sync.yml
index b3339b06..bed00023 100644
--- a/.github/sync.yml
+++ b/.github/sync.yml
@@ -19,4 +19,4 @@ apache/incubator-fury-site@main:
- source: docs/guide/
dest: docs/guide/
- source: docs/benchmarks/
- dest: public/benchmarks/
+ dest: static/img/benchmarks/
diff --git a/docs/guide/DEVELOPMENT.md b/docs/guide/DEVELOPMENT.md
index 55bee4bf..836f5db8 100644
--- a/docs/guide/DEVELOPMENT.md
+++ b/docs/guide/DEVELOPMENT.md
@@ -1,6 +1,7 @@
<!-- fury_frontmatter --
title: Development
-order: 6
+sidebar_position: 6
+id: development
-- fury_frontmatter -->
# How to build to Fury
diff --git a/docs/guide/graalvm_guide.md b/docs/guide/graalvm_guide.md
index 7f4848d0..8327b257 100644
--- a/docs/guide/graalvm_guide.md
+++ b/docs/guide/graalvm_guide.md
@@ -1,6 +1,7 @@
<!-- fury_frontmatter --
title: GraalVM Guide
-order: 6
+sidebar_position: 6
+id: graalvm_guide
-- fury_frontmatter -->
# 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 bde9f467..fbcf918b 100644
--- a/docs/guide/java_object_graph_guide.md
+++ b/docs/guide/java_object_graph_guide.md
@@ -1,6 +1,7 @@
<!-- fury_frontmatter --
title: Java Object Graph Guide
-order: 0
+sidebar_position: 0
+id: java_object_graph_guide
-- fury_frontmatter -->
# Java object graph serialization
diff --git a/docs/guide/row_format_guide.md b/docs/guide/row_format_guide.md
index 4b9ec323..6e231ff7 100644
--- a/docs/guide/row_format_guide.md
+++ b/docs/guide/row_format_guide.md
@@ -1,6 +1,7 @@
<!-- fury_frontmatter --
title: Row Format Guide
-order: 1
+sidebar_position: 1
+id: row_format_guide
-- fury_frontmatter -->
## Row format protocol
diff --git a/docs/guide/scala_guide.md b/docs/guide/scala_guide.md
index ae1aa2f4..e08709ff 100644
--- a/docs/guide/scala_guide.md
+++ b/docs/guide/scala_guide.md
@@ -1,6 +1,7 @@
<!-- fury_frontmatter --
title: Scala Serialization Guide
-order: 4
+sidebar_position: 4
+id: scala_guide
-- fury_frontmatter -->
# Scala serialization
diff --git a/docs/guide/xlang_object_graph_guide.md
b/docs/guide/xlang_object_graph_guide.md
index c2dd9945..bd2789e8 100644
--- a/docs/guide/xlang_object_graph_guide.md
+++ b/docs/guide/xlang_object_graph_guide.md
@@ -1,6 +1,7 @@
<!-- fury_frontmatter --
title: Xlang Object Graph Guide
-order: 2
+sidebar_position: 2
+id: xlang_object_graph_guide
-- fury_frontmatter -->
## Cross-language object graph serialization
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]