From 33c47e8aef652d5e4bc20222f1c481ec5522ad20 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 13 Nov 2025 01:55:38 -0500 Subject: [PATCH] refac --- docs/features/image-generation-and-editing/_category_.json | 2 +- docs/features/interface/_category_.json | 2 +- docs/features/pipelines/_category_.json | 2 +- docs/features/plugin/index.mdx | 2 +- docs/features/rag/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/features/image-generation-and-editing/_category_.json b/docs/features/image-generation-and-editing/_category_.json index ce51b315..f65c372b 100644 --- a/docs/features/image-generation-and-editing/_category_.json +++ b/docs/features/image-generation-and-editing/_category_.json @@ -1,6 +1,6 @@ { "label": "🎨 Image Generation and Editing", - "position": 300, + "position": 5, "link": { "type": "generated-index" } diff --git a/docs/features/interface/_category_.json b/docs/features/interface/_category_.json index 2077d97c..b863c4e5 100644 --- a/docs/features/interface/_category_.json +++ b/docs/features/interface/_category_.json @@ -1,4 +1,4 @@ { "label": "🎨 Interface", - "position": 4 + "position": 6 } diff --git a/docs/features/pipelines/_category_.json b/docs/features/pipelines/_category_.json index da6634ff..bd148249 100644 --- a/docs/features/pipelines/_category_.json +++ b/docs/features/pipelines/_category_.json @@ -1,4 +1,4 @@ { "label": "🛤️ Pipelines", - "position": 900 + "position": 9000 } diff --git a/docs/features/plugin/index.mdx b/docs/features/plugin/index.mdx index 71ee65da..badf66c3 100644 --- a/docs/features/plugin/index.mdx +++ b/docs/features/plugin/index.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 0 +sidebar_position: 3 title: "🛠️ Tools & Functions (Plugins)" --- diff --git a/docs/features/rag/index.md b/docs/features/rag/index.md index 703461be..a9fab705 100644 --- a/docs/features/rag/index.md +++ b/docs/features/rag/index.md @@ -1,5 +1,5 @@ --- -sidebar_position: 1 +sidebar_position: 2 title: "🔎 Retrieval Augmented Generation (RAG)" ---