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 6b26020e41 fix(docs): sidebar position adjusted (#422)
6b26020e41 is described below

commit 6b26020e41f8356c36c0531cc440c3b3be1ae294
Author: Ayush Kumar <[email protected]>
AuthorDate: Fri Feb 27 10:47:02 2026 +0530

    fix(docs): sidebar position adjusted (#422)
    
    During the removal of `what-is-fory.md` from the docs/introduction which
    occupied a `sidebar_position = 2` the position of `features` and
    `benchmarks` was 3 and 4 which was supposed to be 2 and 3.
    
    This PR fixes their 'sidebar_position` for the latest release docs and
    the versioned docs 0.15 and 0.14
---
 docs/introduction/benchmark.md                        | 2 +-
 docs/introduction/features.md                         | 2 +-
 versioned_docs/version-0.14/introduction/benchmark.md | 2 +-
 versioned_docs/version-0.14/introduction/features.md  | 2 +-
 versioned_docs/version-0.15/introduction/benchmark.md | 2 +-
 versioned_docs/version-0.15/introduction/features.md  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/introduction/benchmark.md b/docs/introduction/benchmark.md
index fed473ebc4..64727d459c 100644
--- a/docs/introduction/benchmark.md
+++ b/docs/introduction/benchmark.md
@@ -1,7 +1,7 @@
 ---
 id: benchmark
 title: Benchmark
-sidebar_position: 4
+sidebar_position: 3
 ---
 
 > **Note**: Different serialization frameworks excel in different scenarios. 
 > Benchmark results are for reference only.
diff --git a/docs/introduction/features.md b/docs/introduction/features.md
index 23b12c53d6..27d736ac31 100644
--- a/docs/introduction/features.md
+++ b/docs/introduction/features.md
@@ -1,7 +1,7 @@
 ---
 id: features
 title: Features
-sidebar_position: 3
+sidebar_position: 2
 ---
 
 ## Core Capabilities
diff --git a/versioned_docs/version-0.14/introduction/benchmark.md 
b/versioned_docs/version-0.14/introduction/benchmark.md
index fed473ebc4..64727d459c 100644
--- a/versioned_docs/version-0.14/introduction/benchmark.md
+++ b/versioned_docs/version-0.14/introduction/benchmark.md
@@ -1,7 +1,7 @@
 ---
 id: benchmark
 title: Benchmark
-sidebar_position: 4
+sidebar_position: 3
 ---
 
 > **Note**: Different serialization frameworks excel in different scenarios. 
 > Benchmark results are for reference only.
diff --git a/versioned_docs/version-0.14/introduction/features.md 
b/versioned_docs/version-0.14/introduction/features.md
index 23b12c53d6..27d736ac31 100644
--- a/versioned_docs/version-0.14/introduction/features.md
+++ b/versioned_docs/version-0.14/introduction/features.md
@@ -1,7 +1,7 @@
 ---
 id: features
 title: Features
-sidebar_position: 3
+sidebar_position: 2
 ---
 
 ## Core Capabilities
diff --git a/versioned_docs/version-0.15/introduction/benchmark.md 
b/versioned_docs/version-0.15/introduction/benchmark.md
index fed473ebc4..64727d459c 100644
--- a/versioned_docs/version-0.15/introduction/benchmark.md
+++ b/versioned_docs/version-0.15/introduction/benchmark.md
@@ -1,7 +1,7 @@
 ---
 id: benchmark
 title: Benchmark
-sidebar_position: 4
+sidebar_position: 3
 ---
 
 > **Note**: Different serialization frameworks excel in different scenarios. 
 > Benchmark results are for reference only.
diff --git a/versioned_docs/version-0.15/introduction/features.md 
b/versioned_docs/version-0.15/introduction/features.md
index 23b12c53d6..27d736ac31 100644
--- a/versioned_docs/version-0.15/introduction/features.md
+++ b/versioned_docs/version-0.15/introduction/features.md
@@ -1,7 +1,7 @@
 ---
 id: features
 title: Features
-sidebar_position: 3
+sidebar_position: 2
 ---
 
 ## Core Capabilities


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

Reply via email to