diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 89d5a4811f..8f0e96ab70 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//---/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 836f5db8fe..cf94e2369c 100644 --- a/docs/guide/DEVELOPMENT.md +++ b/docs/guide/DEVELOPMENT.md @@ -1,8 +1,9 @@ - +--- + # How to build to Fury ## Get the source code diff --git a/docs/guide/graalvm_guide.md b/docs/guide/graalvm_guide.md index 8327b25720..3d9acd9b3f 100644 --- a/docs/guide/graalvm_guide.md +++ b/docs/guide/graalvm_guide.md @@ -1,8 +1,8 @@ - +--- # 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 9ab05b1786..5dc359d455 100644 --- a/docs/guide/java_object_graph_guide.md +++ b/docs/guide/java_object_graph_guide.md @@ -1,8 +1,8 @@ - +--- # Java object graph serialization diff --git a/docs/guide/row_format_guide.md b/docs/guide/row_format_guide.md index 6e231ff777..3c60927aa2 100644 --- a/docs/guide/row_format_guide.md +++ b/docs/guide/row_format_guide.md @@ -1,8 +1,8 @@ - +--- ## Row format protocol ### Java diff --git a/docs/guide/scala_guide.md b/docs/guide/scala_guide.md index e08709ffee..93502afa47 100644 --- a/docs/guide/scala_guide.md +++ b/docs/guide/scala_guide.md @@ -1,8 +1,8 @@ - +--- # 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 bd2789e821..a834960306 100644 --- a/docs/guide/xlang_object_graph_guide.md +++ b/docs/guide/xlang_object_graph_guide.md @@ -1,8 +1,8 @@ - +--- ## Cross-language object graph serialization