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 67a7cbbbd Fix quick start2 (#352)
67a7cbbbd is described below

commit 67a7cbbbd2144e687e44f48acef372e72a433600
Author: Shawn Yang <[email protected]>
AuthorDate: Thu Oct 30 10:59:11 2025 +0800

    Fix quick start2 (#352)
---
 docs/docs/introduction/features.md                        | 1 +
 docs/docs/start/usage.md                                  | 2 +-
 versioned_docs/version-0.13/docs/introduction/features.md | 1 +
 versioned_docs/version-0.13/docs/start/usage.md           | 2 +-
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/docs/introduction/features.md 
b/docs/docs/introduction/features.md
index 22f3a53b7..aa297263d 100644
--- a/docs/docs/introduction/features.md
+++ b/docs/docs/introduction/features.md
@@ -120,6 +120,7 @@ Automatic serialization of complex object graphs, 
preserving the structure and r
 
 - Nested struct serialization with arbitrary depth
 - Collection types (Vec, HashMap, HashSet, BTreeMap)
+- Enum type support
 - Optional fields with `Option<T>`
 - Automatic handling of primitive types and strings
 - Efficient binary encoding with variable-length integers
diff --git a/docs/docs/start/usage.md b/docs/docs/start/usage.md
index f3beb47cd..feba54fb1 100644
--- a/docs/docs/start/usage.md
+++ b/docs/docs/start/usage.md
@@ -192,7 +192,7 @@ fn main() -> Result<(), Error> {
 }
 ```
 
-### Go
+### Golang
 
 ```go
 type Person struct {
diff --git a/versioned_docs/version-0.13/docs/introduction/features.md 
b/versioned_docs/version-0.13/docs/introduction/features.md
index 22f3a53b7..aa297263d 100644
--- a/versioned_docs/version-0.13/docs/introduction/features.md
+++ b/versioned_docs/version-0.13/docs/introduction/features.md
@@ -120,6 +120,7 @@ Automatic serialization of complex object graphs, 
preserving the structure and r
 
 - Nested struct serialization with arbitrary depth
 - Collection types (Vec, HashMap, HashSet, BTreeMap)
+- Enum type support
 - Optional fields with `Option<T>`
 - Automatic handling of primitive types and strings
 - Efficient binary encoding with variable-length integers
diff --git a/versioned_docs/version-0.13/docs/start/usage.md 
b/versioned_docs/version-0.13/docs/start/usage.md
index f3beb47cd..feba54fb1 100644
--- a/versioned_docs/version-0.13/docs/start/usage.md
+++ b/versioned_docs/version-0.13/docs/start/usage.md
@@ -192,7 +192,7 @@ fn main() -> Result<(), Error> {
 }
 ```
 
-### Go
+### Golang
 
 ```go
 type Person struct {


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

Reply via email to