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/fory.git


The following commit(s) were added to refs/heads/main by this push:
     new 332137ffd docs: remove redundant prefix doc id (#3141)
332137ffd is described below

commit 332137ffd7d38ecfb6925e5b9c56a9c6ece78b3e
Author: Shawn Yang <[email protected]>
AuthorDate: Tue Jan 13 17:46:41 2026 +0800

    docs: remove redundant prefix doc id (#3141)
    
    ## Why?
    
    
    
    ## What does this PR do?
    
    
    
    ## Related issues
    
    
    
    ## Does this PR introduce any user-facing change?
    
    
    
    - [ ] Does this PR introduce any public API change?
    - [ ] Does this PR introduce any binary protocol compatibility change?
    
    ## Benchmark
---
 docs/guide/cpp/basic-serialization.md          | 2 +-
 docs/guide/cpp/configuration.md                | 2 +-
 docs/guide/cpp/cross-language.md               | 2 +-
 docs/guide/cpp/field-configuration.md          | 2 +-
 docs/guide/cpp/index.md                        | 2 +-
 docs/guide/cpp/row-format.md                   | 2 +-
 docs/guide/cpp/schema-evolution.md             | 2 +-
 docs/guide/cpp/supported-types.md              | 2 +-
 docs/guide/cpp/type-registration.md            | 2 +-
 docs/guide/go/basic-serialization.md           | 2 +-
 docs/guide/go/codegen.md                       | 2 +-
 docs/guide/go/configuration.md                 | 2 +-
 docs/guide/go/cross-language.md                | 2 +-
 docs/guide/go/custom-serializers.md            | 2 +-
 docs/guide/go/index.md                         | 2 +-
 docs/guide/go/references.md                    | 2 +-
 docs/guide/go/schema-evolution.md              | 2 +-
 docs/guide/go/struct-tags.md                   | 2 +-
 docs/guide/go/supported-types.md               | 2 +-
 docs/guide/go/thread-safety.md                 | 2 +-
 docs/guide/go/troubleshooting.md               | 2 +-
 docs/guide/go/type-registration.md             | 2 +-
 docs/guide/graalvm_guide.md                    | 2 +-
 docs/guide/java/advanced-features.md           | 2 +-
 docs/guide/java/basic-serialization.md         | 2 +-
 docs/guide/java/compression.md                 | 2 +-
 docs/guide/java/configuration.md               | 2 +-
 docs/guide/java/cross-language.md              | 2 +-
 docs/guide/java/custom-serializers.md          | 2 +-
 docs/guide/java/index.md                       | 2 +-
 docs/guide/java/migration.md                   | 2 +-
 docs/guide/java/row-format.md                  | 2 +-
 docs/guide/java/schema-evolution.md            | 2 +-
 docs/guide/java/troubleshooting.md             | 2 +-
 docs/guide/java/type-registration.md           | 2 +-
 docs/guide/kotlin/default-values.md            | 2 +-
 docs/guide/kotlin/fory-creation.md             | 2 +-
 docs/guide/kotlin/index.md                     | 2 +-
 docs/guide/kotlin/type-serialization.md        | 2 +-
 docs/guide/python/basic-serialization.md       | 2 +-
 docs/guide/python/configuration.md             | 2 +-
 docs/guide/python/cross-language.md            | 2 +-
 docs/guide/python/custom-serializers.md        | 2 +-
 docs/guide/python/index.md                     | 2 +-
 docs/guide/python/migration.md                 | 2 +-
 docs/guide/python/numpy-integration.md         | 2 +-
 docs/guide/python/out-of-band.md               | 2 +-
 docs/guide/python/python-native.md             | 2 +-
 docs/guide/python/row-format.md                | 2 +-
 docs/guide/python/schema-evolution.md          | 2 +-
 docs/guide/python/security.md                  | 2 +-
 docs/guide/python/troubleshooting.md           | 2 +-
 docs/guide/python/type-registration.md         | 2 +-
 docs/guide/rust/basic-serialization.md         | 2 +-
 docs/guide/rust/configuration.md               | 2 +-
 docs/guide/rust/cross-language.md              | 2 +-
 docs/guide/rust/custom-serializers.md          | 2 +-
 docs/guide/rust/index.md                       | 2 +-
 docs/guide/rust/polymorphism.md                | 2 +-
 docs/guide/rust/references.md                  | 2 +-
 docs/guide/rust/row-format.md                  | 2 +-
 docs/guide/rust/schema-evolution.md            | 2 +-
 docs/guide/rust/troubleshooting.md             | 2 +-
 docs/guide/rust/type-registration.md           | 2 +-
 docs/guide/scala/default-values.md             | 2 +-
 docs/guide/scala/fory-creation.md              | 2 +-
 docs/guide/scala/index.md                      | 2 +-
 docs/guide/scala/type-serialization.md         | 2 +-
 docs/guide/xlang/field-nullability.md          | 2 +-
 docs/guide/xlang/field-reference-tracking.md   | 2 +-
 docs/guide/xlang/getting-started.md            | 2 +-
 docs/guide/xlang/index.md                      | 2 +-
 docs/guide/xlang/serialization.md              | 2 +-
 docs/guide/xlang/troubleshooting.md            | 2 +-
 docs/guide/xlang/zero-copy.md                  | 2 +-
 docs/specification/java_serialization_spec.md  | 2 +-
 docs/specification/row_format_spec.md          | 2 +-
 docs/specification/xlang_serialization_spec.md | 2 +-
 78 files changed, 78 insertions(+), 78 deletions(-)

diff --git a/docs/guide/cpp/basic-serialization.md 
b/docs/guide/cpp/basic-serialization.md
index 5d24a926d..e45df7e38 100644
--- a/docs/guide/cpp/basic-serialization.md
+++ b/docs/guide/cpp/basic-serialization.md
@@ -1,7 +1,7 @@
 ---
 title: Basic Serialization
 sidebar_position: 2
-id: cpp_basic_serialization
+id: basic_serialization
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/cpp/configuration.md b/docs/guide/cpp/configuration.md
index 5febe5559..563aa0aa6 100644
--- a/docs/guide/cpp/configuration.md
+++ b/docs/guide/cpp/configuration.md
@@ -1,7 +1,7 @@
 ---
 title: Configuration
 sidebar_position: 1
-id: cpp_configuration
+id: configuration
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/cpp/cross-language.md b/docs/guide/cpp/cross-language.md
index dfc03e9b5..3d0c8b1ea 100644
--- a/docs/guide/cpp/cross-language.md
+++ b/docs/guide/cpp/cross-language.md
@@ -1,7 +1,7 @@
 ---
 title: Cross-Language Serialization
 sidebar_position: 7
-id: cpp_cross_language
+id: cross_language
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/cpp/field-configuration.md 
b/docs/guide/cpp/field-configuration.md
index 5391c1f3c..fac2ee394 100644
--- a/docs/guide/cpp/field-configuration.md
+++ b/docs/guide/cpp/field-configuration.md
@@ -1,7 +1,7 @@
 ---
 title: Field Configuration
 sidebar_position: 5
-id: cpp_field_configuration
+id: field_configuration
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/cpp/index.md b/docs/guide/cpp/index.md
index 4c829b0dd..fd2cc732a 100644
--- a/docs/guide/cpp/index.md
+++ b/docs/guide/cpp/index.md
@@ -1,7 +1,7 @@
 ---
 title: C++ Serialization Guide
 sidebar_position: 0
-id: cpp_serialization_index
+id: serialization_index
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/cpp/row-format.md b/docs/guide/cpp/row-format.md
index 44fbef776..672770bcf 100644
--- a/docs/guide/cpp/row-format.md
+++ b/docs/guide/cpp/row-format.md
@@ -1,7 +1,7 @@
 ---
 title: Row Format
 sidebar_position: 8
-id: cpp_row_format
+id: row_format
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/cpp/schema-evolution.md 
b/docs/guide/cpp/schema-evolution.md
index 21e6a5098..89b57ff70 100644
--- a/docs/guide/cpp/schema-evolution.md
+++ b/docs/guide/cpp/schema-evolution.md
@@ -1,7 +1,7 @@
 ---
 title: Schema Evolution
 sidebar_position: 3
-id: cpp_schema_evolution
+id: schema_evolution
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/cpp/supported-types.md 
b/docs/guide/cpp/supported-types.md
index 0ea9e576a..ed4d8e674 100644
--- a/docs/guide/cpp/supported-types.md
+++ b/docs/guide/cpp/supported-types.md
@@ -1,7 +1,7 @@
 ---
 title: Supported Types
 sidebar_position: 6
-id: cpp_supported_types
+id: supported_types
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/cpp/type-registration.md 
b/docs/guide/cpp/type-registration.md
index 653c22b98..79b2d367f 100644
--- a/docs/guide/cpp/type-registration.md
+++ b/docs/guide/cpp/type-registration.md
@@ -1,7 +1,7 @@
 ---
 title: Type Registration
 sidebar_position: 4
-id: cpp_type_registration
+id: type_registration
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/go/basic-serialization.md 
b/docs/guide/go/basic-serialization.md
index 7e6062e06..b059760bb 100644
--- a/docs/guide/go/basic-serialization.md
+++ b/docs/guide/go/basic-serialization.md
@@ -1,7 +1,7 @@
 ---
 title: Basic Serialization
 sidebar_position: 20
-id: go_basic_serialization
+id: basic_serialization
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/go/codegen.md b/docs/guide/go/codegen.md
index 04809dedb..18850d717 100644
--- a/docs/guide/go/codegen.md
+++ b/docs/guide/go/codegen.md
@@ -1,7 +1,7 @@
 ---
 title: Code Generation
 sidebar_position: 90
-id: go_codegen
+id: codegen
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/go/configuration.md b/docs/guide/go/configuration.md
index 7e427f6e9..887d2cb8c 100644
--- a/docs/guide/go/configuration.md
+++ b/docs/guide/go/configuration.md
@@ -1,7 +1,7 @@
 ---
 title: Configuration
 sidebar_position: 10
-id: go_configuration
+id: configuration
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/go/cross-language.md b/docs/guide/go/cross-language.md
index b07716bad..381597d8f 100644
--- a/docs/guide/go/cross-language.md
+++ b/docs/guide/go/cross-language.md
@@ -1,7 +1,7 @@
 ---
 title: Cross-Language Serialization
 sidebar_position: 80
-id: go_cross_language
+id: cross_language
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/go/custom-serializers.md 
b/docs/guide/go/custom-serializers.md
index 296f847b9..b3db628e2 100644
--- a/docs/guide/go/custom-serializers.md
+++ b/docs/guide/go/custom-serializers.md
@@ -1,7 +1,7 @@
 ---
 title: Custom Serializers
 sidebar_position: 35
-id: go_custom_serializers
+id: custom_serializers
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/go/index.md b/docs/guide/go/index.md
index d4e256747..90dba1b61 100644
--- a/docs/guide/go/index.md
+++ b/docs/guide/go/index.md
@@ -1,7 +1,7 @@
 ---
 title: Go Serialization Guide
 sidebar_position: 0
-id: go_index
+id: index
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/go/references.md b/docs/guide/go/references.md
index 928934de6..3219dc9eb 100644
--- a/docs/guide/go/references.md
+++ b/docs/guide/go/references.md
@@ -1,7 +1,7 @@
 ---
 title: References
 sidebar_position: 50
-id: go_references
+id: references
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/go/schema-evolution.md 
b/docs/guide/go/schema-evolution.md
index 09b85989c..d84d4848c 100644
--- a/docs/guide/go/schema-evolution.md
+++ b/docs/guide/go/schema-evolution.md
@@ -1,7 +1,7 @@
 ---
 title: Schema Evolution
 sidebar_position: 70
-id: go_schema_evolution
+id: schema_evolution
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/go/struct-tags.md b/docs/guide/go/struct-tags.md
index e7e9b7f7a..91617e1eb 100644
--- a/docs/guide/go/struct-tags.md
+++ b/docs/guide/go/struct-tags.md
@@ -1,7 +1,7 @@
 ---
 title: Struct Tags
 sidebar_position: 60
-id: go_struct_tags
+id: struct_tags
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/go/supported-types.md b/docs/guide/go/supported-types.md
index 06adb19bc..93b895949 100644
--- a/docs/guide/go/supported-types.md
+++ b/docs/guide/go/supported-types.md
@@ -1,7 +1,7 @@
 ---
 title: Supported Types
 sidebar_position: 40
-id: go_supported_types
+id: supported_types
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/go/thread-safety.md b/docs/guide/go/thread-safety.md
index a6543572e..f1e9d1fab 100644
--- a/docs/guide/go/thread-safety.md
+++ b/docs/guide/go/thread-safety.md
@@ -1,7 +1,7 @@
 ---
 title: Thread Safety
 sidebar_position: 100
-id: go_thread_safety
+id: thread_safety
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/go/troubleshooting.md b/docs/guide/go/troubleshooting.md
index 8f72f29fc..fe3528c3b 100644
--- a/docs/guide/go/troubleshooting.md
+++ b/docs/guide/go/troubleshooting.md
@@ -1,7 +1,7 @@
 ---
 title: Troubleshooting
 sidebar_position: 110
-id: go_troubleshooting
+id: troubleshooting
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/go/type-registration.md 
b/docs/guide/go/type-registration.md
index 1aa209719..c8236b734 100644
--- a/docs/guide/go/type-registration.md
+++ b/docs/guide/go/type-registration.md
@@ -1,7 +1,7 @@
 ---
 title: Type Registration
 sidebar_position: 30
-id: go_type_registration
+id: type_registration
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/graalvm_guide.md b/docs/guide/graalvm_guide.md
index e74820a22..7349658eb 100644
--- a/docs/guide/graalvm_guide.md
+++ b/docs/guide/graalvm_guide.md
@@ -1,7 +1,7 @@
 ---
 title: GraalVM Guide
 sidebar_position: 19
-id: graalvm_serialization
+id: serialization
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/java/advanced-features.md 
b/docs/guide/java/advanced-features.md
index e8f9a12b7..d3f74bba9 100644
--- a/docs/guide/java/advanced-features.md
+++ b/docs/guide/java/advanced-features.md
@@ -1,7 +1,7 @@
 ---
 title: Advanced Features
 sidebar_position: 7
-id: java_advanced_features
+id: advanced_features
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/java/basic-serialization.md 
b/docs/guide/java/basic-serialization.md
index ac6c26fb5..34ca0cfd1 100644
--- a/docs/guide/java/basic-serialization.md
+++ b/docs/guide/java/basic-serialization.md
@@ -1,7 +1,7 @@
 ---
 title: Basic Serialization
 sidebar_position: 2
-id: java_basic_serialization
+id: basic_serialization
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/java/compression.md b/docs/guide/java/compression.md
index b43f36eda..f79676a5b 100644
--- a/docs/guide/java/compression.md
+++ b/docs/guide/java/compression.md
@@ -1,7 +1,7 @@
 ---
 title: Compression
 sidebar_position: 6
-id: java_compression
+id: compression
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/java/configuration.md b/docs/guide/java/configuration.md
index ad813f89f..b600bb1b7 100644
--- a/docs/guide/java/configuration.md
+++ b/docs/guide/java/configuration.md
@@ -1,7 +1,7 @@
 ---
 title: Configuration Options
 sidebar_position: 1
-id: java_configuration
+id: configuration
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/java/cross-language.md 
b/docs/guide/java/cross-language.md
index 569be4a52..c25115b91 100644
--- a/docs/guide/java/cross-language.md
+++ b/docs/guide/java/cross-language.md
@@ -1,7 +1,7 @@
 ---
 title: Cross-Language Serialization
 sidebar_position: 8
-id: java_cross_language
+id: cross_language
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/java/custom-serializers.md 
b/docs/guide/java/custom-serializers.md
index 86484aee5..9982838ad 100644
--- a/docs/guide/java/custom-serializers.md
+++ b/docs/guide/java/custom-serializers.md
@@ -1,7 +1,7 @@
 ---
 title: Custom Serializers
 sidebar_position: 4
-id: java_custom_serializers
+id: custom_serializers
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/java/index.md b/docs/guide/java/index.md
index eeecad2fc..9a55e0ab9 100644
--- a/docs/guide/java/index.md
+++ b/docs/guide/java/index.md
@@ -1,7 +1,7 @@
 ---
 title: Java Serialization Guide
 sidebar_position: 0
-id: java_serialization_index
+id: serialization_index
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/java/migration.md b/docs/guide/java/migration.md
index 4f8949ff1..a51dbb880 100644
--- a/docs/guide/java/migration.md
+++ b/docs/guide/java/migration.md
@@ -1,7 +1,7 @@
 ---
 title: Migration Guide
 sidebar_position: 10
-id: java_migration
+id: migration
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/java/row-format.md b/docs/guide/java/row-format.md
index c10e474ef..134b58ee1 100644
--- a/docs/guide/java/row-format.md
+++ b/docs/guide/java/row-format.md
@@ -1,7 +1,7 @@
 ---
 title: Row Format
 sidebar_position: 9
-id: java_row_format
+id: row_format
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/java/schema-evolution.md 
b/docs/guide/java/schema-evolution.md
index 93778d3ce..c1f8d5e56 100644
--- a/docs/guide/java/schema-evolution.md
+++ b/docs/guide/java/schema-evolution.md
@@ -1,7 +1,7 @@
 ---
 title: Schema Evolution
 sidebar_position: 5
-id: java_schema_evolution
+id: schema_evolution
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/java/troubleshooting.md 
b/docs/guide/java/troubleshooting.md
index a46f14bf7..60e385a15 100644
--- a/docs/guide/java/troubleshooting.md
+++ b/docs/guide/java/troubleshooting.md
@@ -1,7 +1,7 @@
 ---
 title: Troubleshooting
 sidebar_position: 11
-id: java_troubleshooting
+id: troubleshooting
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/java/type-registration.md 
b/docs/guide/java/type-registration.md
index 016d359fc..5b9ac80e3 100644
--- a/docs/guide/java/type-registration.md
+++ b/docs/guide/java/type-registration.md
@@ -1,7 +1,7 @@
 ---
 title: Type Registration & Security
 sidebar_position: 3
-id: java_type_registration
+id: type_registration
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/kotlin/default-values.md 
b/docs/guide/kotlin/default-values.md
index 76c1882a6..cba994383 100644
--- a/docs/guide/kotlin/default-values.md
+++ b/docs/guide/kotlin/default-values.md
@@ -1,7 +1,7 @@
 ---
 title: Default Values
 sidebar_position: 3
-id: kotlin_default_values
+id: default_values
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/kotlin/fory-creation.md 
b/docs/guide/kotlin/fory-creation.md
index 1ccf6ff2c..54b06f371 100644
--- a/docs/guide/kotlin/fory-creation.md
+++ b/docs/guide/kotlin/fory-creation.md
@@ -1,7 +1,7 @@
 ---
 title: Fory Creation
 sidebar_position: 1
-id: kotlin_fory_creation
+id: fory_creation
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/kotlin/index.md b/docs/guide/kotlin/index.md
index 9c3f91312..33412b125 100644
--- a/docs/guide/kotlin/index.md
+++ b/docs/guide/kotlin/index.md
@@ -1,7 +1,7 @@
 ---
 title: Kotlin Serialization Guide
 sidebar_position: 0
-id: kotlin_serialization_index
+id: serialization_index
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/kotlin/type-serialization.md 
b/docs/guide/kotlin/type-serialization.md
index c555245e8..26b6de0a7 100644
--- a/docs/guide/kotlin/type-serialization.md
+++ b/docs/guide/kotlin/type-serialization.md
@@ -1,7 +1,7 @@
 ---
 title: Type Serialization
 sidebar_position: 2
-id: kotlin_type_serialization
+id: type_serialization
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/python/basic-serialization.md 
b/docs/guide/python/basic-serialization.md
index f1ad7506d..cbc537549 100644
--- a/docs/guide/python/basic-serialization.md
+++ b/docs/guide/python/basic-serialization.md
@@ -1,7 +1,7 @@
 ---
 title: Basic Serialization
 sidebar_position: 2
-id: python_basic_serialization
+id: basic_serialization
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/python/configuration.md 
b/docs/guide/python/configuration.md
index 058d80f80..aa71f7085 100644
--- a/docs/guide/python/configuration.md
+++ b/docs/guide/python/configuration.md
@@ -1,7 +1,7 @@
 ---
 title: Configuration
 sidebar_position: 1
-id: python_configuration
+id: configuration
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/python/cross-language.md 
b/docs/guide/python/cross-language.md
index 34624f821..0a75e0581 100644
--- a/docs/guide/python/cross-language.md
+++ b/docs/guide/python/cross-language.md
@@ -1,7 +1,7 @@
 ---
 title: Cross-Language Serialization
 sidebar_position: 10
-id: python_cross_language
+id: cross_language
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/python/custom-serializers.md 
b/docs/guide/python/custom-serializers.md
index d1d108fd3..0ea85ead4 100644
--- a/docs/guide/python/custom-serializers.md
+++ b/docs/guide/python/custom-serializers.md
@@ -1,7 +1,7 @@
 ---
 title: Custom Serializers
 sidebar_position: 4
-id: python_custom_serializers
+id: custom_serializers
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/python/index.md b/docs/guide/python/index.md
index 09b7d7164..795fc533d 100644
--- a/docs/guide/python/index.md
+++ b/docs/guide/python/index.md
@@ -1,7 +1,7 @@
 ---
 title: Python Serialization Guide
 sidebar_position: 0
-id: python_serialization_index
+id: serialization_index
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/python/migration.md b/docs/guide/python/migration.md
index 5d6a95209..56fcfd77f 100644
--- a/docs/guide/python/migration.md
+++ b/docs/guide/python/migration.md
@@ -1,7 +1,7 @@
 ---
 title: Migration Guide
 sidebar_position: 12
-id: python_migration
+id: migration
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/python/numpy-integration.md 
b/docs/guide/python/numpy-integration.md
index 0a8aefa80..3f3b98926 100644
--- a/docs/guide/python/numpy-integration.md
+++ b/docs/guide/python/numpy-integration.md
@@ -1,7 +1,7 @@
 ---
 title: NumPy & Scientific Computing
 sidebar_position: 8
-id: python_numpy_integration
+id: numpy_integration
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/python/out-of-band.md b/docs/guide/python/out-of-band.md
index 39d83e4ae..791ad1aaf 100644
--- a/docs/guide/python/out-of-band.md
+++ b/docs/guide/python/out-of-band.md
@@ -1,7 +1,7 @@
 ---
 title: Out-of-Band Serialization
 sidebar_position: 7
-id: python_out_of_band
+id: out_of_band
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/python/python-native.md 
b/docs/guide/python/python-native.md
index ec1471f9b..90e36ccfe 100644
--- a/docs/guide/python/python-native.md
+++ b/docs/guide/python/python-native.md
@@ -1,7 +1,7 @@
 ---
 title: Python Native Mode
 sidebar_position: 5
-id: python_native_mode
+id: native_mode
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/python/row-format.md b/docs/guide/python/row-format.md
index 4d42e8b88..c0cc57beb 100644
--- a/docs/guide/python/row-format.md
+++ b/docs/guide/python/row-format.md
@@ -1,7 +1,7 @@
 ---
 title: Row Format
 sidebar_position: 11
-id: python_row_format
+id: row_format
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/python/schema-evolution.md 
b/docs/guide/python/schema-evolution.md
index 6faea4d09..6990c392c 100644
--- a/docs/guide/python/schema-evolution.md
+++ b/docs/guide/python/schema-evolution.md
@@ -1,7 +1,7 @@
 ---
 title: Schema Evolution
 sidebar_position: 6
-id: python_schema_evolution
+id: schema_evolution
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/python/security.md b/docs/guide/python/security.md
index 8d3a16a83..5338d7c2d 100644
--- a/docs/guide/python/security.md
+++ b/docs/guide/python/security.md
@@ -1,7 +1,7 @@
 ---
 title: Security Best Practices
 sidebar_position: 9
-id: python_security
+id: security
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/python/troubleshooting.md 
b/docs/guide/python/troubleshooting.md
index d27f12bbf..8e6a5d161 100644
--- a/docs/guide/python/troubleshooting.md
+++ b/docs/guide/python/troubleshooting.md
@@ -1,7 +1,7 @@
 ---
 title: Troubleshooting
 sidebar_position: 13
-id: python_troubleshooting
+id: troubleshooting
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/python/type-registration.md 
b/docs/guide/python/type-registration.md
index 8838c4ca4..ee4325d91 100644
--- a/docs/guide/python/type-registration.md
+++ b/docs/guide/python/type-registration.md
@@ -1,7 +1,7 @@
 ---
 title: Type Registration & Security
 sidebar_position: 3
-id: python_type_registration
+id: type_registration
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/rust/basic-serialization.md 
b/docs/guide/rust/basic-serialization.md
index 0c5b622ee..47ee974c7 100644
--- a/docs/guide/rust/basic-serialization.md
+++ b/docs/guide/rust/basic-serialization.md
@@ -1,7 +1,7 @@
 ---
 title: Basic Serialization
 sidebar_position: 2
-id: rust_basic_serialization
+id: basic_serialization
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/rust/configuration.md b/docs/guide/rust/configuration.md
index 90883315e..d58f4cbce 100644
--- a/docs/guide/rust/configuration.md
+++ b/docs/guide/rust/configuration.md
@@ -1,7 +1,7 @@
 ---
 title: Configuration
 sidebar_position: 1
-id: rust_configuration
+id: configuration
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/rust/cross-language.md 
b/docs/guide/rust/cross-language.md
index 696150908..1aecd7b95 100644
--- a/docs/guide/rust/cross-language.md
+++ b/docs/guide/rust/cross-language.md
@@ -1,7 +1,7 @@
 ---
 title: Cross-Language Serialization
 sidebar_position: 8
-id: rust_cross_language
+id: cross_language
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/rust/custom-serializers.md 
b/docs/guide/rust/custom-serializers.md
index a7f403a29..a9d366687 100644
--- a/docs/guide/rust/custom-serializers.md
+++ b/docs/guide/rust/custom-serializers.md
@@ -1,7 +1,7 @@
 ---
 title: Custom Serializers
 sidebar_position: 4
-id: rust_custom_serializers
+id: custom_serializers
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/rust/index.md b/docs/guide/rust/index.md
index fe4ba0ae5..d52a45d52 100644
--- a/docs/guide/rust/index.md
+++ b/docs/guide/rust/index.md
@@ -1,7 +1,7 @@
 ---
 title: Rust Serialization Guide
 sidebar_position: 0
-id: rust_serialization_index
+id: serialization_index
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/rust/polymorphism.md b/docs/guide/rust/polymorphism.md
index 51e1d36cb..80d2bb2c0 100644
--- a/docs/guide/rust/polymorphism.md
+++ b/docs/guide/rust/polymorphism.md
@@ -1,7 +1,7 @@
 ---
 title: Trait Object Serialization
 sidebar_position: 6
-id: rust_polymorphism
+id: polymorphism
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/rust/references.md b/docs/guide/rust/references.md
index cf1aa2acb..e2dcb49da 100644
--- a/docs/guide/rust/references.md
+++ b/docs/guide/rust/references.md
@@ -1,7 +1,7 @@
 ---
 title: Shared & Circular References
 sidebar_position: 5
-id: rust_references
+id: references
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/rust/row-format.md b/docs/guide/rust/row-format.md
index 35437ad1c..1728d4551 100644
--- a/docs/guide/rust/row-format.md
+++ b/docs/guide/rust/row-format.md
@@ -1,7 +1,7 @@
 ---
 title: Row Format
 sidebar_position: 9
-id: rust_row_format
+id: row_format
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/rust/schema-evolution.md 
b/docs/guide/rust/schema-evolution.md
index a37440733..54f911461 100644
--- a/docs/guide/rust/schema-evolution.md
+++ b/docs/guide/rust/schema-evolution.md
@@ -1,7 +1,7 @@
 ---
 title: Schema Evolution
 sidebar_position: 7
-id: rust_schema_evolution
+id: schema_evolution
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/rust/troubleshooting.md 
b/docs/guide/rust/troubleshooting.md
index ec44b1e66..f67f5071a 100644
--- a/docs/guide/rust/troubleshooting.md
+++ b/docs/guide/rust/troubleshooting.md
@@ -1,7 +1,7 @@
 ---
 title: Troubleshooting
 sidebar_position: 10
-id: rust_troubleshooting
+id: troubleshooting
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/rust/type-registration.md 
b/docs/guide/rust/type-registration.md
index 99fb46820..3e5c0dec0 100644
--- a/docs/guide/rust/type-registration.md
+++ b/docs/guide/rust/type-registration.md
@@ -1,7 +1,7 @@
 ---
 title: Type Registration
 sidebar_position: 3
-id: rust_type_registration
+id: type_registration
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/scala/default-values.md 
b/docs/guide/scala/default-values.md
index 6c13178f0..92e62e1b0 100644
--- a/docs/guide/scala/default-values.md
+++ b/docs/guide/scala/default-values.md
@@ -1,7 +1,7 @@
 ---
 title: Default Values
 sidebar_position: 3
-id: scala_default_values
+id: default_values
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/scala/fory-creation.md 
b/docs/guide/scala/fory-creation.md
index 278d72318..2013a06da 100644
--- a/docs/guide/scala/fory-creation.md
+++ b/docs/guide/scala/fory-creation.md
@@ -1,7 +1,7 @@
 ---
 title: Fory Creation
 sidebar_position: 1
-id: scala_fory_creation
+id: fory_creation
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/scala/index.md b/docs/guide/scala/index.md
index 000318698..6ed4c0369 100644
--- a/docs/guide/scala/index.md
+++ b/docs/guide/scala/index.md
@@ -1,7 +1,7 @@
 ---
 title: Scala Serialization Guide
 sidebar_position: 0
-id: scala_serialization_index
+id: serialization_index
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/scala/type-serialization.md 
b/docs/guide/scala/type-serialization.md
index f8b8107e1..56dbc30f5 100644
--- a/docs/guide/scala/type-serialization.md
+++ b/docs/guide/scala/type-serialization.md
@@ -1,7 +1,7 @@
 ---
 title: Type Serialization
 sidebar_position: 2
-id: scala_type_serialization
+id: type_serialization
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/xlang/field-nullability.md 
b/docs/guide/xlang/field-nullability.md
index 9a66f0f1a..46e3432e8 100644
--- a/docs/guide/xlang/field-nullability.md
+++ b/docs/guide/xlang/field-nullability.md
@@ -1,7 +1,7 @@
 ---
 title: Field Nullability
 sidebar_position: 40
-id: xlang_field_nullability
+id: field_nullability
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/xlang/field-reference-tracking.md 
b/docs/guide/xlang/field-reference-tracking.md
index 4e2a59124..b4d803a07 100644
--- a/docs/guide/xlang/field-reference-tracking.md
+++ b/docs/guide/xlang/field-reference-tracking.md
@@ -1,7 +1,7 @@
 ---
 title: Reference Tracking
 sidebar_position: 45
-id: xlang_reference_tracking
+id: reference_tracking
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/xlang/getting-started.md 
b/docs/guide/xlang/getting-started.md
index 5b77446a9..4158eeef6 100644
--- a/docs/guide/xlang/getting-started.md
+++ b/docs/guide/xlang/getting-started.md
@@ -1,7 +1,7 @@
 ---
 title: Getting Started
 sidebar_position: 10
-id: xlang_getting_started
+id: getting_started
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/xlang/index.md b/docs/guide/xlang/index.md
index 5cdcc5678..bfe051fe3 100644
--- a/docs/guide/xlang/index.md
+++ b/docs/guide/xlang/index.md
@@ -1,7 +1,7 @@
 ---
 title: Cross-Language Serialization Guide
 sidebar_position: 0
-id: xlang_serialization_index
+id: serialization_index
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/xlang/serialization.md 
b/docs/guide/xlang/serialization.md
index 5a6d879bd..8e8439826 100644
--- a/docs/guide/xlang/serialization.md
+++ b/docs/guide/xlang/serialization.md
@@ -1,7 +1,7 @@
 ---
 title: Serialization
 sidebar_position: 30
-id: xlang_serialization
+id: serialization
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/xlang/troubleshooting.md 
b/docs/guide/xlang/troubleshooting.md
index 52419484c..26a459512 100644
--- a/docs/guide/xlang/troubleshooting.md
+++ b/docs/guide/xlang/troubleshooting.md
@@ -1,7 +1,7 @@
 ---
 title: Troubleshooting
 sidebar_position: 70
-id: xlang_troubleshooting
+id: troubleshooting
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/guide/xlang/zero-copy.md b/docs/guide/xlang/zero-copy.md
index de73a3d06..8c0001494 100644
--- a/docs/guide/xlang/zero-copy.md
+++ b/docs/guide/xlang/zero-copy.md
@@ -1,7 +1,7 @@
 ---
 title: Zero-Copy Serialization
 sidebar_position: 50
-id: xlang_zero_copy
+id: zero_copy
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/specification/java_serialization_spec.md 
b/docs/specification/java_serialization_spec.md
index dd2f57cce..c7b8d22d8 100644
--- a/docs/specification/java_serialization_spec.md
+++ b/docs/specification/java_serialization_spec.md
@@ -1,7 +1,7 @@
 ---
 title: Java Serialization Format
 sidebar_position: 1
-id: fory_java_serialization_spec
+id: java_serialization_spec
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/specification/row_format_spec.md 
b/docs/specification/row_format_spec.md
index 441f5f599..de1e8b50d 100644
--- a/docs/specification/row_format_spec.md
+++ b/docs/specification/row_format_spec.md
@@ -1,7 +1,7 @@
 ---
 title: Row Format
 sidebar_position: 2
-id: fory_row_format_spec
+id: row_format_spec
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/docs/specification/xlang_serialization_spec.md 
b/docs/specification/xlang_serialization_spec.md
index 49084975d..579ea7c1b 100644
--- a/docs/specification/xlang_serialization_spec.md
+++ b/docs/specification/xlang_serialization_spec.md
@@ -1,7 +1,7 @@
 ---
 title: Xlang Serialization Format
 sidebar_position: 0
-id: fory_xlang_serialization_spec
+id: xlang_serialization_spec
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to