Skip to content

Commit 5ac7608

Browse files
authored
docs: added structure to sidebar (#2120)
1 parent 1230de1 commit 5ac7608

File tree

6 files changed

+13
-2
lines changed

6 files changed

+13
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/experimental/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
[:octicons-arrow-right-24: Tutorials](tutorials/index.md)
1212

13-
- 📚 **Explanations**
13+
- 📚 **Core Concepts**
1414

1515
In depth explanation and discussion of the concepts and working of different features available in Ragas.
1616

17-
[:octicons-arrow-right-24: Explanations](explanation/index.md)
17+
[:octicons-arrow-right-24: Core Concepts](core_concepts/index.md)
1818

1919

2020
</div>

mkdocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,17 @@ nav:
7878
- concepts/feedback/index.md
7979
- 🧪 Experimental:
8080
- Overview: experimental/index.md
81+
- Tutorials:
82+
- experimental/tutorials/index.md
83+
- Agent: experimental/tutorials/agent.md
84+
- Prompt: experimental/tutorials/prompt.md
85+
- RAG: experimental/tutorials/rag.md
86+
- Workflow: experimental/tutorials/workflow.md
87+
- Core Concepts:
88+
- experimental/core_concepts/index.md
89+
- Datasets: experimental/core_concepts/datasets.md
90+
- Experimentation: experimental/core_concepts/experimentation.md
91+
- Metrics: experimental/core_concepts/metrics.md
8192
- 🛠️ How-to Guides:
8293
- howtos/index.md
8394
- Customizations:

0 commit comments

Comments
 (0)