Revamp documentation#302
Draft
asingamaneni wants to merge 1 commit intomainfrom
Draft
Conversation
…s, and modernize content Overhaul the MkDocs documentation site with a clearer information architecture and expanded coverage: Navigation & Structure: - Reorganize mkdocs.yml nav into logical sections: Getting Started, User Guide, Examples, Developer Guide, and Python API - Clean up API reference labels (remove underscores, fix capitalization) - Remove navigation.expand for cleaner sidebar behavior New Pages: - Configuration Reference, Writers, Error Table, Secrets Backend, Rule Validation, FAQ & Troubleshooting, Example Notebooks - Teams and Zoom notification guides Content Improvements: - Rewrite index.md with Mermaid sequence diagram, architecture table, and clearer feature overview - Expand file_based_rules.md, quickstart.md, and why_spark_expectations.md - Fix config key references in README (se_notifications_email_to_other_mail_id, se_enable_query_dq_detailed_result, se_enable_agg_dq_detailed_result) Cleanup: - Remove obsolete pages (github_copilot_chat_commands, key_prompts_for_repo, configurations_file, databricks_setup_guide) - Relax mkdocs dependency pins in pyproject.toml to allow minor upgrades
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #302 +/- ##
=======================================
Coverage 98.56% 98.56%
=======================================
Files 32 32
Lines 3547 3547
=======================================
Hits 3496 3496
Misses 51 51 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
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.
Description
Overhaul the MkDocs documentation site with a clearer information architecture and expanded coverage:
Navigation & Structure:
New Pages:
Content Improvements:
Cleanup:
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: