Skip to content

Commit 94f1fd7

Browse files
authored
Restructure navigation in mkdocs.yml to improve organization and clarity of tutorials and community sections. (#1724)
1 parent e76dd6a commit 94f1fd7

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

docs/mkdocs.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ nav:
1212
- Installation: quick-start/installation.md
1313
- Quick Start: quick-start/getting-started-01.md
1414
- Build your first pipeline: quick-start/getting-started-02.md
15-
- Tutorials:
16-
- Retrieval Augmented Generation: tutorials/rag.md
17-
- Multi-Hop QA: tutorials/simplified-baleen.md
18-
- Summarization: tutorials/summarization.md
19-
- Additional Resources: tutorials/other_tutorial.md
20-
- Examples: tutorials/examples.md
2115
- Components:
2216
- Overview: building-blocks/solving_your_task.md
2317
- Signatures:
@@ -81,15 +75,20 @@ nav:
8175
- WatsonDiscovery: deep-dive/retrieval_models_clients/WatsonDiscovery.md
8276
- WeaviateRM: deep-dive/retrieval_models_clients/WeaviateRM.md
8377
- YouRM: deep-dive/retrieval_models_clients/YouRM.md
84-
78+
- Tutorials:
79+
- Retrieval Augmented Generation: tutorials/rag.md
80+
- Multi-Hop QA: tutorials/simplified-baleen.md
81+
- Summarization: tutorials/summarization.md
82+
- Additional Resources: tutorials/other_tutorial.md
83+
- Examples: tutorials/examples.md
8584
- Community:
86-
- Community Resources: community/tutorials.md
87-
- Use Cases: community/related-projects.md
88-
- Contributing:
89-
- Roadmap: roadmap.md
90-
- How to get involved: community/how-to-contribute.md
91-
- FAQ & Troubleshooting: faqs.md
92-
- Cheatsheet: cheatsheet.md
85+
- Community Resources: community/community-resources.md
86+
- Use Cases: community/use-cases.md
87+
- Roadmap: roadmap.md
88+
- Contributing: community/how-to-contribute.md
89+
- FAQ:
90+
- FAQ: faqs.md
91+
- Cheatsheet: cheatsheet.md
9392

9493
theme:
9594
name: material

0 commit comments

Comments
 (0)