-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
1 / 21 of 2 issues completedLabels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Background
Windows Community Toolkit 8.2 is slated to release soon, with 8.2-preview2 already in flight.
When we create a new stable release, we make sure to update the documentation published on Microsoft Learn, which is sourced from here..
To generate these files from the interactive Markdown sample documentation we write in the gallery, we use the ./tooling/Build-Toolkit-Docs.ps1 script to transform between gallery-compatible and mslearn-compatible markdown.
Problem
To facilitate a smooth release, we need to ensure that the documentation we publish on Microsoft Learn is updated with the latest documentation from our repository.
Solution
Release refactored and improved documentation
- Use the
./tooling/Build-Toolkit-Docs.ps1script to generate fresh sample docs - Transfer the new docs over to our section of the
MicrosoftDocs/CommunityToolkitrepository. - Ensure new docs added to the sample gallery are added to the docs repo.
- Ensure existing generated documents removed from the sample gallery are cleaned up in the docs repo.
- Ensure that
TOC.ymlis updated with added and removed pages. Add redirects as needed, the PR bot will assist with this. - Ensure that
index.mdandTOC.ymlandgetting-started.mdare preserved in the docs repo.
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
✅ Done