Skip to content

Commit c1f39fc

Browse files
committed
docs: update navigation structure for experiments-first approach
- Remove old RAG-focused tutorials from Get Started navigation - Flatten Experiments section: Experimentation and Datasets as direct children - Remove Feedback Intelligence from Core Concepts navigation - Move Components section to after Test Data Generation - Reorganize Get Started to prioritize experiments quickstart - Update structure to match new documentation organization
1 parent 78a938d commit c1f39fc

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

mkdocs.yml

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,16 @@ nav:
1313
- getstarted/index.md
1414
- Quick Start: getstarted/quickstart.md
1515
- Installation: getstarted/install.md
16-
- Evaluate your first LLM App: getstarted/evals.md
17-
- Evaluate a simple RAG: getstarted/rag_eval.md
18-
- Generate Synthetic Testset for RAG: getstarted/rag_testset_generation.md
19-
- Experiments:
20-
- Run your first experiment: getstarted/experiments_quickstart.md
16+
- Run your first experiment: getstarted/experiments_quickstart.md
17+
- Tutorials:
2118
- Evaluate a prompt: tutorials/prompt.md
2219
- Evaluate a simple RAG system: tutorials/rag.md
2320
- Evaluate an AI Workflow: tutorials/workflow.md
2421
- Evaluate an AI Agent: tutorials/agent.md
2522
- 📚 Core Concepts:
2623
- concepts/index.md
27-
- Components:
28-
- concepts/components/index.md
29-
- General:
30-
- Prompt: concepts/components/prompt.md
31-
- Evaluation:
32-
- Evaluation Sample: concepts/components/eval_sample.md
33-
- Evaluation Dataset: concepts/components/eval_dataset.md
24+
- Experimentation: concepts/experimentation.md
25+
- Datasets: concepts/datasets.md
3426
- Metrics:
3527
- concepts/metrics/index.md
3628
- Overview: concepts/metrics/overview/index.md
@@ -84,10 +76,13 @@ nav:
8476
- Scenario Generation: concepts/test_data_generation/rag/#scenario-generation
8577
- Agents or tool use:
8678
- concepts/test_data_generation/agents.md
87-
- Feedback Intelligence:
88-
- concepts/feedback/index.md
89-
- Datasets: concepts/datasets.md
90-
- Experimentation: concepts/experimentation.md
79+
- Components:
80+
- concepts/components/index.md
81+
- General:
82+
- Prompt: concepts/components/prompt.md
83+
- Evaluation:
84+
- Evaluation Sample: concepts/components/eval_sample.md
85+
- Evaluation Dataset: concepts/components/eval_dataset.md
9186

9287
- 🛠️ How-to Guides:
9388
- howtos/index.md

0 commit comments

Comments
 (0)