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-site.git
The following commit(s) were added to refs/heads/main by this push:
new c0127653d5 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
c0127653d5 is described below
commit c0127653d5e43f84a97fd5bef08299840ddb2681
Author: chaokunyang <[email protected]>
AuthorDate: Tue Mar 3 06:02:44 2026 +0000
🔄 synced local 'docs/guide/' with remote 'docs/guide/'
---
docs/guide/cpp/basic-serialization.md | 2 +-
docs/guide/cpp/configuration.md | 4 ++--
docs/guide/csharp/basic-serialization.md | 2 +-
docs/guide/csharp/configuration.md | 2 +-
docs/guide/go/basic-serialization.md | 2 +-
docs/guide/go/configuration.md | 2 +-
docs/guide/java/advanced-features.md | 2 +-
docs/guide/java/basic-serialization.md | 4 ++--
docs/guide/java/compression.md | 2 +-
docs/guide/java/configuration.md | 4 ++--
docs/guide/java/custom-serializers.md | 2 +-
docs/guide/java/index.md | 2 +-
docs/guide/java/migration.md | 2 +-
docs/guide/java/schema-evolution.md | 4 ++--
docs/guide/java/troubleshooting.md | 2 +-
docs/guide/java/type-registration.md | 2 +-
docs/guide/kotlin/fory-creation.md | 4 ++--
docs/guide/kotlin/index.md | 2 +-
docs/guide/python/basic-serialization.md | 2 +-
docs/guide/python/configuration.md | 2 +-
docs/guide/rust/basic-serialization.md | 2 +-
docs/guide/rust/configuration.md | 4 ++--
docs/guide/scala/fory-creation.md | 4 ++--
docs/guide/scala/index.md | 2 +-
docs/guide/swift/basic-serialization.md | 2 +-
docs/guide/swift/configuration.md | 2 +-
26 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/docs/guide/cpp/basic-serialization.md
b/docs/guide/cpp/basic-serialization.md
index 3d331450b7..d8b3ebcb57 100644
--- a/docs/guide/cpp/basic-serialization.md
+++ b/docs/guide/cpp/basic-serialization.md
@@ -1,6 +1,6 @@
---
title: Basic Serialization
-sidebar_position: 2
+sidebar_position: 1
id: basic_serialization
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/guide/cpp/configuration.md b/docs/guide/cpp/configuration.md
index 563aa0aa6d..5dd106ea26 100644
--- a/docs/guide/cpp/configuration.md
+++ b/docs/guide/cpp/configuration.md
@@ -1,6 +1,6 @@
---
title: Configuration
-sidebar_position: 1
+sidebar_position: 2
id: configuration
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -73,7 +73,7 @@ auto fory = Fory::builder()
.build();
```
-## Configuration Options
+## Configuration
### xlang(bool)
diff --git a/docs/guide/csharp/basic-serialization.md
b/docs/guide/csharp/basic-serialization.md
index 9c4573a0af..a7a7edffb0 100644
--- a/docs/guide/csharp/basic-serialization.md
+++ b/docs/guide/csharp/basic-serialization.md
@@ -1,6 +1,6 @@
---
title: Basic Serialization
-sidebar_position: 2
+sidebar_position: 1
id: basic_serialization
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/guide/csharp/configuration.md
b/docs/guide/csharp/configuration.md
index 73a718e6e3..0b75b2ee4a 100644
--- a/docs/guide/csharp/configuration.md
+++ b/docs/guide/csharp/configuration.md
@@ -1,6 +1,6 @@
---
title: Configuration
-sidebar_position: 1
+sidebar_position: 2
id: configuration
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/guide/go/basic-serialization.md
b/docs/guide/go/basic-serialization.md
index b059760bba..c0617783b2 100644
--- a/docs/guide/go/basic-serialization.md
+++ b/docs/guide/go/basic-serialization.md
@@ -1,6 +1,6 @@
---
title: Basic Serialization
-sidebar_position: 20
+sidebar_position: 1
id: basic_serialization
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/guide/go/configuration.md b/docs/guide/go/configuration.md
index 887d2cb8c2..848fda7f2b 100644
--- a/docs/guide/go/configuration.md
+++ b/docs/guide/go/configuration.md
@@ -50,7 +50,7 @@ f := fory.New(
)
```
-## Configuration Options
+## Configuration
### WithTrackRef
diff --git a/docs/guide/java/advanced-features.md
b/docs/guide/java/advanced-features.md
index d3f74bba97..b7a535fe4e 100644
--- a/docs/guide/java/advanced-features.md
+++ b/docs/guide/java/advanced-features.md
@@ -205,5 +205,5 @@ static {
## Related Topics
- [Compression](compression.md) - Data compression options
-- [Configuration Options](configuration.md) - All ForyBuilder options
+- [Configuration](configuration.md) - All ForyBuilder options
- [Cross-Language Serialization](cross-language.md) - XLANG mode
diff --git a/docs/guide/java/basic-serialization.md
b/docs/guide/java/basic-serialization.md
index 34ca0cfd1f..a27f8cd977 100644
--- a/docs/guide/java/basic-serialization.md
+++ b/docs/guide/java/basic-serialization.md
@@ -1,6 +1,6 @@
---
title: Basic Serialization
-sidebar_position: 2
+sidebar_position: 1
id: basic_serialization
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -132,6 +132,6 @@ Object obj = fory.deserializeJavaObjectAndClass(bytes);
## Related Topics
-- [Configuration Options](configuration.md) - All ForyBuilder options
+- [Configuration](configuration.md) - All ForyBuilder options
- [Type Registration](type-registration.md) - Class registration
- [Troubleshooting](troubleshooting.md) - Common API usage issues
diff --git a/docs/guide/java/compression.md b/docs/guide/java/compression.md
index 23ca435f35..46775dacdb 100644
--- a/docs/guide/java/compression.md
+++ b/docs/guide/java/compression.md
@@ -132,5 +132,5 @@ CompressedArraySerializers.registerSerializers(fory);
## Related Topics
-- [Configuration Options](configuration.md) - All ForyBuilder options
+- [Configuration](configuration.md) - All ForyBuilder options
- [Advanced Features](advanced-features.md) - Memory management
diff --git a/docs/guide/java/configuration.md b/docs/guide/java/configuration.md
index d13756360a..18a9d6b640 100644
--- a/docs/guide/java/configuration.md
+++ b/docs/guide/java/configuration.md
@@ -1,6 +1,6 @@
---
-title: Configuration Options
-sidebar_position: 1
+title: Configuration
+sidebar_position: 2
id: configuration
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/guide/java/custom-serializers.md
b/docs/guide/java/custom-serializers.md
index 9982838ade..2afcac066b 100644
--- a/docs/guide/java/custom-serializers.md
+++ b/docs/guide/java/custom-serializers.md
@@ -656,4 +656,4 @@ When implementing custom map or collection serializers:
- [Type Registration](type-registration.md) - Register serializers
- [Schema Evolution](schema-evolution.md) - Compatible mode considerations
-- [Configuration Options](configuration.md) - Serialization options
+- [Configuration](configuration.md) - Serialization options
diff --git a/docs/guide/java/index.md b/docs/guide/java/index.md
index 9a55e0ab90..0d46a52c98 100644
--- a/docs/guide/java/index.md
+++ b/docs/guide/java/index.md
@@ -188,7 +188,7 @@ ThreadSafeFory fory = Fory.builder()
## Next Steps
-- [Configuration Options](configuration.md) - Learn about ForyBuilder options
+- [Configuration](configuration.md) - Learn about ForyBuilder options
- [Basic Serialization](basic-serialization.md) - Detailed serialization
patterns
- [Type Registration](type-registration.md) - Class registration and security
- [Custom Serializers](custom-serializers.md) - Implement custom serializers
diff --git a/docs/guide/java/migration.md b/docs/guide/java/migration.md
index a51dbb880c..20d41bedeb 100644
--- a/docs/guide/java/migration.md
+++ b/docs/guide/java/migration.md
@@ -115,6 +115,6 @@ fory.deserialize(buffer);
## Related Topics
-- [Configuration Options](configuration.md) - ForyBuilder options
+- [Configuration](configuration.md) - ForyBuilder options
- [Schema Evolution](schema-evolution.md) - Handling class changes
- [Troubleshooting](troubleshooting.md) - Common migration issues
diff --git a/docs/guide/java/schema-evolution.md
b/docs/guide/java/schema-evolution.md
index 4277b59d8f..f0211cbaf8 100644
--- a/docs/guide/java/schema-evolution.md
+++ b/docs/guide/java/schema-evolution.md
@@ -204,7 +204,7 @@ public class DeserializeIntoType {
}
```
-## Configuration Options
+## Configuration
| Option | Description | Default
|
| ------------------------- | -------------------------------------- |
------------------------- |
@@ -224,6 +224,6 @@ public class DeserializeIntoType {
## Related Topics
-- [Configuration Options](configuration.md) - All ForyBuilder options
+- [Configuration](configuration.md) - All ForyBuilder options
- [Cross-Language Serialization](cross-language.md) - XLANG mode
- [Troubleshooting](troubleshooting.md) - Common schema issues
diff --git a/docs/guide/java/troubleshooting.md
b/docs/guide/java/troubleshooting.md
index 60e385a15e..cdbd1aa581 100644
--- a/docs/guide/java/troubleshooting.md
+++ b/docs/guide/java/troubleshooting.md
@@ -207,7 +207,7 @@ LoggerFactory.setLogLevel(LogLevel.DEBUG_LEVEL);
## Related Topics
-- [Configuration Options](configuration.md) - All ForyBuilder options
+- [Configuration](configuration.md) - All ForyBuilder options
- [Schema Evolution](schema-evolution.md) - Compatible mode details
- [Type Registration](type-registration.md) - Registration best practices
- [Migration Guide](migration.md) - Upgrading Fory versions
diff --git a/docs/guide/java/type-registration.md
b/docs/guide/java/type-registration.md
index 014ed70426..4dcefda39e 100644
--- a/docs/guide/java/type-registration.md
+++ b/docs/guide/java/type-registration.md
@@ -110,6 +110,6 @@ Fory fory = Fory.builder()
## Related Topics
-- [Configuration Options](configuration.md) - ForyBuilder security options
+- [Configuration](configuration.md) - ForyBuilder security options
- [Custom Serializers](custom-serializers.md) - Register custom serializers
- [Troubleshooting](troubleshooting.md) - Common registration issues
diff --git a/docs/guide/kotlin/fory-creation.md
b/docs/guide/kotlin/fory-creation.md
index 54b06f3717..9139346532 100644
--- a/docs/guide/kotlin/fory-creation.md
+++ b/docs/guide/kotlin/fory-creation.md
@@ -89,9 +89,9 @@ val fory: ThreadSafeFory = Fory.builder()
KotlinSerializers.registerSerializers(fory)
```
-## Configuration Options
+## Configuration
-All configuration options from Fory Java are available. See [Java
Configuration Options](../java/configuration.md) for the complete list.
+All configuration options from Fory Java are available. See [Java
Configuration](../java/configuration.md) for the complete list.
Common options for Kotlin:
diff --git a/docs/guide/kotlin/index.md b/docs/guide/kotlin/index.md
index 8c40b36ceb..65c2969656 100644
--- a/docs/guide/kotlin/index.md
+++ b/docs/guide/kotlin/index.md
@@ -93,7 +93,7 @@ fun main() {
Fory Kotlin is built on top of Fory Java. Most configuration options,
features, and concepts from Fory Java apply directly to Kotlin. Refer to the
Java documentation for:
-- [Configuration Options](../java/configuration.md) - All ForyBuilder options
+- [Configuration](../java/configuration.md) - All ForyBuilder options
- [Basic Serialization](../java/basic-serialization.md) - Serialization
patterns and APIs
- [Type Registration](../java/type-registration.md) - Class registration and
security
- [Schema Evolution](../java/schema-evolution.md) - Forward/backward
compatibility
diff --git a/docs/guide/python/basic-serialization.md
b/docs/guide/python/basic-serialization.md
index cbc5375494..57a510f0fa 100644
--- a/docs/guide/python/basic-serialization.md
+++ b/docs/guide/python/basic-serialization.md
@@ -1,6 +1,6 @@
---
title: Basic Serialization
-sidebar_position: 2
+sidebar_position: 1
id: basic_serialization
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/guide/python/configuration.md
b/docs/guide/python/configuration.md
index cb2b6afec1..1c45ab4761 100644
--- a/docs/guide/python/configuration.md
+++ b/docs/guide/python/configuration.md
@@ -1,6 +1,6 @@
---
title: Configuration
-sidebar_position: 1
+sidebar_position: 2
id: configuration
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/guide/rust/basic-serialization.md
b/docs/guide/rust/basic-serialization.md
index 47ee974c7e..c12857a679 100644
--- a/docs/guide/rust/basic-serialization.md
+++ b/docs/guide/rust/basic-serialization.md
@@ -1,6 +1,6 @@
---
title: Basic Serialization
-sidebar_position: 2
+sidebar_position: 1
id: basic_serialization
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/guide/rust/configuration.md b/docs/guide/rust/configuration.md
index d58f4cbcec..52d7414720 100644
--- a/docs/guide/rust/configuration.md
+++ b/docs/guide/rust/configuration.md
@@ -1,6 +1,6 @@
---
title: Configuration
-sidebar_position: 1
+sidebar_position: 2
id: configuration
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -41,7 +41,7 @@ Allows independent schema evolution:
let fory = Fory::default().compatible(true);
```
-## Configuration Options
+## Configuration
### Maximum Dynamic Object Nesting Depth
diff --git a/docs/guide/scala/fory-creation.md
b/docs/guide/scala/fory-creation.md
index 2013a06dad..91473f1507 100644
--- a/docs/guide/scala/fory-creation.md
+++ b/docs/guide/scala/fory-creation.md
@@ -114,9 +114,9 @@ object ForyHolder {
}
```
-## Configuration Options
+## Configuration
-All configuration options from Fory Java are available. See [Java
Configuration Options](../java/configuration.md) for the complete list.
+All configuration options from Fory Java are available. See [Java
Configuration](../java/configuration.md) for the complete list.
Common options for Scala:
diff --git a/docs/guide/scala/index.md b/docs/guide/scala/index.md
index fe86993e10..60976534b3 100644
--- a/docs/guide/scala/index.md
+++ b/docs/guide/scala/index.md
@@ -85,7 +85,7 @@ object ScalaExample {
Fory Scala is built on top of Fory Java. Most configuration options, features,
and concepts from Fory Java apply directly to Scala. Refer to the Java
documentation for:
-- [Configuration Options](../java/configuration.md) - All ForyBuilder options
+- [Configuration](../java/configuration.md) - All ForyBuilder options
- [Basic Serialization](../java/basic-serialization.md) - Serialization
patterns and APIs
- [Type Registration](../java/type-registration.md) - Class registration and
security
- [Schema Evolution](../java/schema-evolution.md) - Forward/backward
compatibility
diff --git a/docs/guide/swift/basic-serialization.md
b/docs/guide/swift/basic-serialization.md
index a7690d262d..7931831d93 100644
--- a/docs/guide/swift/basic-serialization.md
+++ b/docs/guide/swift/basic-serialization.md
@@ -1,6 +1,6 @@
---
title: Basic Serialization
-sidebar_position: 2
+sidebar_position: 1
id: basic_serialization
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/guide/swift/configuration.md
b/docs/guide/swift/configuration.md
index 4c037513fd..4b90cc9061 100644
--- a/docs/guide/swift/configuration.md
+++ b/docs/guide/swift/configuration.md
@@ -1,6 +1,6 @@
---
title: Configuration
-sidebar_position: 1
+sidebar_position: 2
id: configuration
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]