Skip to content

Commit 0bd166c

Browse files
committed
docs: update quickstart navigation references
Replace experiments_quickstart.md references with quickstart.md across navigation: - Update homepage link to quickstart.md - Update getstarted/index.md to reference quickstart.md - Update experimentation.md reference to quickstart guide - Remove experiments_quickstart from mkdocs.yml nav The experiments_quickstart.md file is preserved but no longer in navigation.
1 parent f054514 commit 0bd166c

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

docs/concepts/experimentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ graph LR
3636

3737
## Creating Experiments with Ragas
3838

39-
Ragas provides an `@experiment` decorator to streamline the experiment creation process. If you prefer a hands-on intro first, see [Run your first experiment](../getstarted/experiments_quickstart.md).
39+
Ragas provides an `@experiment` decorator to streamline the experiment creation process. If you prefer a hands-on intro first, see the [Quick Start guide](../getstarted/quickstart.md).
4040

4141
### Basic Experiment Structure
4242

docs/getstarted/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you have any questions about Ragas, feel free to join our [Discord community]
1313

1414
Start here to get up and running with Ragas in minutes:
1515

16-
- [Run your first experiment](experiments_quickstart.md)
16+
- [Quick Start: Get Running in 5 Minutes](./quickstart.md)
1717

1818
## Tutorials
1919

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Traditional evaluation metrics don't capture what matters for LLM applications.
1919

2020
Start evaluating in 5 minutes with our quickstart guide.
2121

22-
[:octicons-arrow-right-24: Get Started](getstarted/experiments_quickstart.md)
22+
[:octicons-arrow-right-24: Get Started](getstarted/quickstart.md)
2323

2424
- 📚 **Core Concepts**
2525

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ nav:
1313
- getstarted/index.md
1414
- Quick Start: getstarted/quickstart.md
1515
- Installation: getstarted/install.md
16-
- Run your first experiment: getstarted/experiments_quickstart.md
1716
- Tutorials:
1817
- Evaluate a prompt: tutorials/prompt.md
1918
- Evaluate a simple RAG system: tutorials/rag.md

0 commit comments

Comments
 (0)