Skip to content

Commit 303e9bc

Browse files
docs: move Interactive-Tools to v2.3.1, hide from Next version
- Added Interactive-Tools.mdx to version 2.3.1 with clear message that examples demonstrate v2.3.1 stable API features - Updated version-2.3.1-sidebars.json to include Interactive-Tools in Developer Guide section - Removed Interactive-Tools from Next (2.4.0-dev) version as requested - All interactive tool examples use APIs available in v2.3.1 This ensures users of the stable release can access these tools while keeping the Next version focused on upcoming features. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4b0b646 commit 303e9bc

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

docs-site/sidebars.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,7 @@ const sidebars = {
2020
type: "category",
2121
label: "Developer Guide",
2222
collapsed: false,
23-
items: [
24-
"Usage",
25-
"CLI",
26-
"API-Reference",
27-
"Examples",
28-
"Interactive-Tools",
29-
"Plugins",
30-
],
23+
items: ["Usage", "CLI", "API-Reference", "Examples", "Plugins"],
3124
},
3225
{
3326
type: "category",

docs-site/docs/Interactive-Tools.mdx renamed to docs-site/versioned_docs/version-2.3.1/Interactive-Tools.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ sidebar_position: 8
44

55
# Interactive Tools
66

7+
:::info Version 2.3.1 Features
8+
All examples and tools on this page demonstrate features available in **RAG Pipeline Utils v2.3.1**. The code examples use the stable v2.3.1 API and are ready to use in production.
9+
:::
10+
711
Explore RAG Pipeline Utils with our interactive tools designed to help you build, configure, and optimize your RAG applications.
812

913
## Code Playground
@@ -32,7 +36,7 @@ import PerformanceCalculator from "@site/src/components/PerformanceCalculator";
3236

3337
## Additional Resources
3438

35-
- [Getting Started Guide](/docs/Introduction)
36-
- [API Reference](/docs/API-Reference)
37-
- [Deployment Guides](/docs/Deployment-Docker)
38-
- [Performance Optimization](/docs/Performance)
39+
- [Getting Started Guide](/docs/2.3.1/Introduction)
40+
- [API Reference](/docs/2.3.1/API-Reference)
41+
- [Deployment Guides](/docs/2.3.1/Deployment-Docker)
42+
- [Performance Optimization](/docs/2.3.1/Performance)

docs-site/versioned_sidebars/version-2.3.1-sidebars.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010
"type": "category",
1111
"label": "Developer Guide",
1212
"collapsed": false,
13-
"items": ["Usage", "CLI", "API-Reference", "Examples", "Plugins"]
13+
"items": [
14+
"Usage",
15+
"CLI",
16+
"API-Reference",
17+
"Examples",
18+
"Interactive-Tools",
19+
"Plugins"
20+
]
1421
},
1522
{
1623
"type": "category",

0 commit comments

Comments
 (0)