docs: documentation quality improvements#409
Merged
Merged
Conversation
- Remove outdated AdvancedCollectionView/CommunityToolkit references from overview, sorting, filtering, binding-data, performance, and migration-wct; replaced with 'internal collection view' wording - Fix Getting Started headings: 'Create a New WinUI3' -> 'Create a new WinUI project'; normalize heading casing throughout - Add comprehensive Uno Platform notes section to getting-started-with-uno.md covering WASM, Desktop (Skia), Android/iOS, binding, focus, and known limitations - Add 'Choosing a column type' decision table at the top of column-types.md - Create docs/docs/recipes.md with practical how-to recipes: read-only table, copy/paste, template column with sort/filter, row details, conditional highlighting, custom sort/filter, programmatic cell selection, CSV export, and MVVM pattern - Add Common Recipes to docs TOC - Update WinUI branding: prefer 'WinUI' over 'WinUI 3' in general descriptions; keep 'WinUI 3' only where technically specific - Fix missing section heading 'Sorting programmatically' in sorting.md Co-authored-by: Copilot App <[email protected]>
Co-authored-by: Copilot App <[email protected]>
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.
Summary
Polishes the documentation site based on a thorough review of https://w-ahmad.dev/WinUI.TableView/.
Changes
Fix outdated
AdvancedCollectionViewreferencesAdvancedCollectionViewwas replaced with a custom internal collection view back in v1.3.0. Updated all references inoverview.md,sorting.md,filtering.md,binding-data.md,performance.md, andmigration-wct.mdto reflect the current implementation.using CommunityToolkit.WinUI.Collectionsimport from the filtering code sample.Polish Getting Started wording
Add Uno Platform notes (
getting-started-with-uno.md)Add column type decision table (
column-types.md)Update WinUI branding
index.md,overview.md,performance.md,accessibility.md, andaot-compatibility.md.Fix missing section heading in
sorting.md## Sorting programmaticallyheading before theSortDescriptionscode example.Not included