From 7d09a05ea18c15360f15b63c7d9f867be0c13ce6 Mon Sep 17 00:00:00 2001 From: Fleny Date: Sat, 16 Aug 2025 19:27:19 +0200 Subject: [PATCH] docs: switch bigbot and caching guide position in docs (#4378) --- website/docs/bigbot/_category_.json | 2 +- website/docs/caching.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/bigbot/_category_.json b/website/docs/bigbot/_category_.json index 19d2c08e2..b4fdae7ca 100644 --- a/website/docs/bigbot/_category_.json +++ b/website/docs/bigbot/_category_.json @@ -1,6 +1,6 @@ { "label": "Big Bot Guide", - "position": 5, + "position": 6, "link": { "type": "generated-index", "description": "Learn the most important concepts for a scalable bot." diff --git a/website/docs/caching.md b/website/docs/caching.md index cbf86e744..bca2d4551 100644 --- a/website/docs/caching.md +++ b/website/docs/caching.md @@ -1,5 +1,5 @@ --- -sidebar_position: 6 +sidebar_position: 5 sidebar_label: Caching Guide ---