-
Notifications
You must be signed in to change notification settings - Fork 1.1k
docs: Update documentation structure to reflect experiments-first paradigm #2394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… messaging - Add 'Why Ragas?' section explaining value proposition - Update key features to emphasize experiments-first approach and custom metrics - Remove FAQ section (moved to how-to guides) - Improve card descriptions to be more actionable - Update Get Started link to point to experiments quickstart
- Move experiments quickstart to prominent Quickstart section - Remove links to old RAG-focused tutorials (evals.md, rag_eval.md, rag_testset_generation.md) - Organize tutorials into separate section with clearer descriptions - Add Discord community link - Update structure to emphasize experiments-first approach
- Move Experimentation and Datasets to the top with separate cards - Update metrics description to mention both available and custom metrics - Remove Feedback Intelligence card from index - Move Components to the end - Reorder to match new experiments-first paradigm
- 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
99c74be to
f054514
Compare
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.
anistark
approved these changes
Nov 5, 2025
anistark
pushed a commit
that referenced
this pull request
Nov 17, 2025
…adigm (#2394) ## Problem Description: Documentation structure was outdated and didn't reflect the current library focus on experiments and custom metrics. The library has evolved to emphasize systematic experimentation and custom metrics for evaluating any AI application. ## Changes Made - **Home page (`docs/index.md`)**: Added "Why Ragas?" section explaining value proposition and key features. Updated to reflect experiments-first approach, custom metrics, and broader AI application evaluation. Removed FAQ section and improved card descriptions to be more actionable. - **Get Started (`docs/getstarted/index.md`)**: Reorganized to reflect experiments quickstart as the main entry point. Removed links to outdated RAG-focused tutorials (evals.md, rag_eval.md, rag_testset_generation.md). Added Discord community link and organized tutorials into clearer sections. - **Core Concepts (`docs/concepts/index.md`)**: Reordered sections to prioritize Experimentation and Datasets at the top with separate cards. Updated metrics description to reflect both available metrics library and creating custom metrics. Removed Feedback Intelligence card. Moved Components to the end. - **Navigation (`mkdocs.yml`)**: Updated navigation structure to match current library organization. Removed outdated tutorials from Get Started navigation. Flattened Experiments section (Experimentation and Datasets as direct children). Removed Feedback Intelligence from navigation. Reorganized to reflect experiments-first paradigm. ## Testing ### How to Test - [ ] Automated tests added/updated: N/A (documentation changes only) - [ ] Manual testing steps: 1. Build docs locally: make serve-docs 2. Navigate through home page and verify "Why Ragas?" section appears 3. Check Get Started section - experiments quickstart should be prominent 4. Verify Core Concepts has Experimentation and Datasets at the top 5. Confirm outdated RAG tutorials are no longer in navigation 6. Test all internal links work correctly 7. Verify navigation structure matches current library organization ## References - Related issues: - Documentation: Updated to reflect current library capabilities and focus - External references: N/A ## Screenshots/Examples (if applicable) <!-- Navigation structure changes and content reorganization visible in local docs build -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem Description:
Documentation structure was outdated and didn't reflect the current library focus on experiments and custom metrics. The library has evolved to emphasize systematic experimentation and custom metrics for evaluating any AI application.
Changes Made
Home page (
docs/index.md): Added "Why Ragas?" section explaining value proposition and key features. Updated to reflect experiments-first approach, custom metrics, and broader AI application evaluation. Removed FAQ section and improved card descriptions to be more actionable.Get Started (
docs/getstarted/index.md): Reorganized to reflect experiments quickstart as the main entry point. Removed links to outdated RAG-focused tutorials (evals.md, rag_eval.md, rag_testset_generation.md). Added Discord community link and organized tutorials into clearer sections.Core Concepts (
docs/concepts/index.md): Reordered sections to prioritize Experimentation and Datasets at the top with separate cards. Updated metrics description to reflect both available metrics library and creating custom metrics. Removed Feedback Intelligence card. Moved Components to the end.Navigation (
mkdocs.yml): Updated navigation structure to match current library organization. Removed outdated tutorials from Get Started navigation. Flattened Experiments section (Experimentation and Datasets as direct children). Removed Feedback Intelligence from navigation. Reorganized to reflect experiments-first paradigm.Testing
How to Test
References
Screenshots/Examples (if applicable)