You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: move experimental section under User Guide after Deploy
- Reorganize navigation to place Experimental as a subsection under User Guide
- Position Experimental after Deploy section for logical flow
- Update EXPERIMENTAL-DOC-PLAN.md to reflect new structure
- Mark implementation phases as completed
- Add implementation status note with completion date
Copy file name to clipboardExpand all lines: EXPERIMENTAL-DOC-PLAN.md
+63-40Lines changed: 63 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Experimental Features Documentation Plan
2
2
3
+
## Implementation Status
4
+
5
+
✅ **COMPLETED** - This plan has been successfully implemented as of August 2025.
6
+
7
+
The experimental documentation has been migrated from the sdk-python repository and integrated into the strands-docs repository under the User Guide section. All configuration loader documentation is now available at:
8
+
9
+
-`docs/experimental/README.md` - Experimental features overview
The navigation has been updated to include the experimental section under User Guide → Experimental.
18
+
19
+
---
20
+
3
21
## Overview
4
22
5
23
This document outlines a comprehensive plan for adding an **Experimental** section to the Strands Agents documentation. The experimental section will document features that are in development, preview, or beta status, providing users with early access to cutting-edge functionality while clearly communicating the experimental nature of these features.
@@ -30,7 +48,10 @@ User Guide/
30
48
│ └── Multi-agent/
31
49
├── Safety & Security/
32
50
├── Observability & Evaluation/
33
-
└── Deploy/
51
+
├── Deploy/
52
+
└── Experimental/
53
+
├── Configuration Loaders/
54
+
└── Advanced Features/
34
55
Examples/
35
56
API Reference/
36
57
```
@@ -39,23 +60,25 @@ API Reference/
39
60
40
61
### Navigation Integration
41
62
42
-
The experimental section will be integrated as a top-level navigation item, positioned between "User Guide" and "Examples" to maintain logical flow:
63
+
The experimental section will be integrated under the "User Guide" section, positioned after "Deploy" to maintain logical flow while keeping experimental features within the main user guide structure:
0 commit comments