This is an automated email from the ASF dual-hosted git repository.
tison 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 d299cf4b Keep head metadata as is in docs (#1311)
d299cf4b is described below
commit d299cf4b6eb26327ba769b8d8062ae217b1a49e3
Author: Twice <[email protected]>
AuthorDate: Fri Jan 5 23:05:04 2024 +0800
Keep head metadata as is in docs (#1311)
We can just keep these head metadata as it is instead of replacing with
html comments.
It will display in a normal manner on GitHub.
---
.github/workflows/sync.yml | 4 ----
docs/guide/DEVELOPMENT.md | 5 +++--
docs/guide/graalvm_guide.md | 4 ++--
docs/guide/java_object_graph_guide.md | 4 ++--
docs/guide/row_format_guide.md | 4 ++--
docs/guide/scala_guide.md | 4 ++--
docs/guide/xlang_object_graph_guide.md | 4 ++--
7 files changed, 13 insertions(+), 16 deletions(-)
diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml
index 89d5a481..8f0e96ab 100644
--- a/.github/workflows/sync.yml
+++ b/.github/workflows/sync.yml
@@ -27,10 +27,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - name: Replace Front Matter
- run: |
- sed -i 's/<!-- fury_frontmatter --/---/g' `grep fury_frontmatter -rl`
- sed -i 's/-- fury_frontmatter -->/---/g' `grep fury_frontmatter -rl`
- name: Sync files
uses: BetaHuhn/repo-file-sync-action@v1
with:
diff --git a/docs/guide/DEVELOPMENT.md b/docs/guide/DEVELOPMENT.md
index 836f5db8..cf94e236 100644
--- a/docs/guide/DEVELOPMENT.md
+++ b/docs/guide/DEVELOPMENT.md
@@ -1,8 +1,9 @@
-<!-- fury_frontmatter --
+---
title: Development
sidebar_position: 6
id: development
--- fury_frontmatter -->
+---
+
# How to build to Fury
## Get the source code
diff --git a/docs/guide/graalvm_guide.md b/docs/guide/graalvm_guide.md
index 8327b257..3d9acd9b 100644
--- a/docs/guide/graalvm_guide.md
+++ b/docs/guide/graalvm_guide.md
@@ -1,8 +1,8 @@
-<!-- fury_frontmatter --
+---
title: GraalVM Guide
sidebar_position: 6
id: graalvm_guide
--- fury_frontmatter -->
+---
# GraalVM Native Image
GraalVM `native image` can compile java code into native code ahead to build
faster, smaller, leaner applications.
diff --git a/docs/guide/java_object_graph_guide.md
b/docs/guide/java_object_graph_guide.md
index 9ab05b17..5dc359d4 100644
--- a/docs/guide/java_object_graph_guide.md
+++ b/docs/guide/java_object_graph_guide.md
@@ -1,8 +1,8 @@
-<!-- fury_frontmatter --
+---
title: Java Object Graph Guide
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 6e231ff7..3c60927a 100644
--- a/docs/guide/row_format_guide.md
+++ b/docs/guide/row_format_guide.md
@@ -1,8 +1,8 @@
-<!-- fury_frontmatter --
+---
title: Row Format Guide
sidebar_position: 1
id: row_format_guide
--- fury_frontmatter -->
+---
## Row format protocol
### Java
diff --git a/docs/guide/scala_guide.md b/docs/guide/scala_guide.md
index e08709ff..93502afa 100644
--- a/docs/guide/scala_guide.md
+++ b/docs/guide/scala_guide.md
@@ -1,8 +1,8 @@
-<!-- fury_frontmatter --
+---
title: Scala Serialization Guide
sidebar_position: 4
id: scala_guide
--- fury_frontmatter -->
+---
# Scala serialization
Fury supports all scala object serialization:
diff --git a/docs/guide/xlang_object_graph_guide.md
b/docs/guide/xlang_object_graph_guide.md
index bd2789e8..a8349603 100644
--- a/docs/guide/xlang_object_graph_guide.md
+++ b/docs/guide/xlang_object_graph_guide.md
@@ -1,8 +1,8 @@
-<!-- fury_frontmatter --
+---
title: Xlang Object Graph Guide
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]