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 4544a8c47 fix collapsible (#364)
4544a8c47 is described below

commit 4544a8c47487e8b6ffaf73c72e45dab60cfb785a
Author: Shawn Yang <[email protected]>
AuthorDate: Wed Dec 10 23:54:31 2025 +0800

    fix collapsible (#364)
---
 docs/docs/guide/java/_category_.json       | 1 +
 docs/docs/guide/kotlin/_category_.json     | 5 +++++
 docs/docs/guide/{scala => kotlin}/index.md | 2 +-
 docs/docs/guide/python/_category_.json     | 1 +
 docs/docs/guide/rust/_category_.json       | 1 +
 docs/docs/guide/scala/_category_.json      | 1 +
 docs/docs/guide/scala/index.md             | 2 +-
 docs/docs/guide/xlang/_category_.json      | 1 +
 8 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/docs/docs/guide/java/_category_.json 
b/docs/docs/guide/java/_category_.json
index 77437fd8b..161c09b59 100644
--- a/docs/docs/guide/java/_category_.json
+++ b/docs/docs/guide/java/_category_.json
@@ -1,4 +1,5 @@
 {
   "label": "Java",
+  "collapsible": true,
   "collapsed": true
 }
diff --git a/docs/docs/guide/kotlin/_category_.json 
b/docs/docs/guide/kotlin/_category_.json
new file mode 100644
index 000000000..67a4788b4
--- /dev/null
+++ b/docs/docs/guide/kotlin/_category_.json
@@ -0,0 +1,5 @@
+{
+  "label": "Kotlin",
+  "collapsible": true,
+  "collapsed": true
+}
\ No newline at end of file
diff --git a/docs/docs/guide/scala/index.md b/docs/docs/guide/kotlin/index.md
similarity index 96%
copy from docs/docs/guide/scala/index.md
copy to docs/docs/guide/kotlin/index.md
index 898ac01f4..ff445107d 100644
--- a/docs/docs/guide/scala/index.md
+++ b/docs/docs/guide/kotlin/index.md
@@ -1,5 +1,5 @@
 ---
-title: Scala Serialization Guide
+title: Kotlin Serialization
 sidebar_position: 0
 id: scala_serialization_index
 license: |
diff --git a/docs/docs/guide/python/_category_.json 
b/docs/docs/guide/python/_category_.json
index d07a16f69..d5415d179 100644
--- a/docs/docs/guide/python/_category_.json
+++ b/docs/docs/guide/python/_category_.json
@@ -1,4 +1,5 @@
 {
   "label": "Python",
+  "collapsible": true,
   "collapsed": true
 }
diff --git a/docs/docs/guide/rust/_category_.json 
b/docs/docs/guide/rust/_category_.json
index ad9884ddf..e07144a28 100644
--- a/docs/docs/guide/rust/_category_.json
+++ b/docs/docs/guide/rust/_category_.json
@@ -1,4 +1,5 @@
 {
   "label": "Rust",
+  "collapsible": true,
   "collapsed": true
 }
diff --git a/docs/docs/guide/scala/_category_.json 
b/docs/docs/guide/scala/_category_.json
index 7ff63f8a8..fded3f656 100644
--- a/docs/docs/guide/scala/_category_.json
+++ b/docs/docs/guide/scala/_category_.json
@@ -1,4 +1,5 @@
 {
   "label": "Scala",
+  "collapsible": true,
   "collapsed": true
 }
\ No newline at end of file
diff --git a/docs/docs/guide/scala/index.md b/docs/docs/guide/scala/index.md
index 898ac01f4..66c73f379 100644
--- a/docs/docs/guide/scala/index.md
+++ b/docs/docs/guide/scala/index.md
@@ -1,5 +1,5 @@
 ---
-title: Scala Serialization Guide
+title: Scala Serialization
 sidebar_position: 0
 id: scala_serialization_index
 license: |
diff --git a/docs/docs/guide/xlang/_category_.json 
b/docs/docs/guide/xlang/_category_.json
index a7b9da285..aaef6b331 100644
--- a/docs/docs/guide/xlang/_category_.json
+++ b/docs/docs/guide/xlang/_category_.json
@@ -1,4 +1,5 @@
 {
   "label": "Cross Language",
+  "collapsible": true,
   "collapsed": true
 }
\ No newline at end of file


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

Reply via email to