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 7d8270f16 adjust sidebar_position (#365)
7d8270f16 is described below
commit 7d8270f169cf10c1cdaa27fd15971c92d32364f9
Author: Shawn Yang <[email protected]>
AuthorDate: Wed Dec 10 23:59:29 2025 +0800
adjust sidebar_position (#365)
---
docs/docs/guide/DEVELOPMENT.md | 2 +-
docs/docs/guide/graalvm_guide.md | 2 +-
docs/docs/guide/java/_category_.json | 1 +
docs/docs/guide/kotlin/_category_.json | 1 +
docs/docs/guide/python/_category_.json | 1 +
docs/docs/guide/rust/_category_.json | 1 +
docs/docs/guide/scala/_category_.json | 1 +
docs/docs/guide/xlang/_category_.json | 1 +
8 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/docs/docs/guide/DEVELOPMENT.md b/docs/docs/guide/DEVELOPMENT.md
index ce7b4f193..4a55a9ecb 100644
--- a/docs/docs/guide/DEVELOPMENT.md
+++ b/docs/docs/guide/DEVELOPMENT.md
@@ -1,6 +1,6 @@
---
title: Development
-sidebar_position: 8
+sidebar_position: 11
id: development
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/docs/guide/graalvm_guide.md b/docs/docs/guide/graalvm_guide.md
index 2a1f6468f..a704e3a00 100644
--- a/docs/docs/guide/graalvm_guide.md
+++ b/docs/docs/guide/graalvm_guide.md
@@ -1,6 +1,6 @@
---
title: GraalVM Guide
-sidebar_position: 6
+sidebar_position: 10
id: graalvm_serialization
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/docs/guide/java/_category_.json
b/docs/docs/guide/java/_category_.json
index 161c09b59..3cb119d37 100644
--- a/docs/docs/guide/java/_category_.json
+++ b/docs/docs/guide/java/_category_.json
@@ -1,5 +1,6 @@
{
"label": "Java",
+ "position": 0,
"collapsible": true,
"collapsed": true
}
diff --git a/docs/docs/guide/kotlin/_category_.json
b/docs/docs/guide/kotlin/_category_.json
index 67a4788b4..6122d8c5d 100644
--- a/docs/docs/guide/kotlin/_category_.json
+++ b/docs/docs/guide/kotlin/_category_.json
@@ -1,5 +1,6 @@
{
"label": "Kotlin",
+ "position": 8,
"collapsible": true,
"collapsed": true
}
\ No newline at end of file
diff --git a/docs/docs/guide/python/_category_.json
b/docs/docs/guide/python/_category_.json
index d5415d179..a964bce6e 100644
--- a/docs/docs/guide/python/_category_.json
+++ b/docs/docs/guide/python/_category_.json
@@ -1,5 +1,6 @@
{
"label": "Python",
+ "position": 1,
"collapsible": true,
"collapsed": true
}
diff --git a/docs/docs/guide/rust/_category_.json
b/docs/docs/guide/rust/_category_.json
index e07144a28..e89108621 100644
--- a/docs/docs/guide/rust/_category_.json
+++ b/docs/docs/guide/rust/_category_.json
@@ -1,5 +1,6 @@
{
"label": "Rust",
+ "position": 3,
"collapsible": true,
"collapsed": true
}
diff --git a/docs/docs/guide/scala/_category_.json
b/docs/docs/guide/scala/_category_.json
index fded3f656..fb421bf73 100644
--- a/docs/docs/guide/scala/_category_.json
+++ b/docs/docs/guide/scala/_category_.json
@@ -1,5 +1,6 @@
{
"label": "Scala",
+ "position": 7,
"collapsible": true,
"collapsed": true
}
\ No newline at end of file
diff --git a/docs/docs/guide/xlang/_category_.json
b/docs/docs/guide/xlang/_category_.json
index aaef6b331..94a6d63a6 100644
--- a/docs/docs/guide/xlang/_category_.json
+++ b/docs/docs/guide/xlang/_category_.json
@@ -1,5 +1,6 @@
{
"label": "Cross Language",
+ "position": 9,
"collapsible": true,
"collapsed": true
}
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]