-
Notifications
You must be signed in to change notification settings - Fork 596
Migrate wiki documentation to source repository #3410
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
base: main
Are you sure you want to change the base?
Conversation
- Created comprehensive docs directory structure - Migrated all wiki pages to appropriate sections - Updated Views Support Matrix with .NET MAUI support - Updated building guides with latest tools and dependencies - Created new main docs README with navigation - Updated root README to reference new docs structure Co-authored-by: mattleibow <[email protected]>
All documentation from the wiki has been successfully migrated: - Created documentation/ directory structure (user-guide, building, contributing, maintainer, archived) - Migrated 17 wiki pages with updates for modern tooling - Updated Views Support Matrix with .NET MAUI support - Updated building guides with .NET 8, VS 2022, latest dependencies - Created comprehensive documentation README with navigation - Updated root README to reference new documentation structure - Fixed all cross-references between docs - Preserved archived legacy documentation Co-authored-by: mattleibow <[email protected]>
Added comprehensive mapping document showing: - Original wiki page to new location mapping - Structural changes and improvements - Content updates and modernizations - Instructions for accessing and contributing Co-authored-by: mattleibow <[email protected]>
|
@copilot please go the the documentation and make sure it is accurate and the things match what is supported. Versions, platforms and sdks have changed over time, so check all. Just because there is docs that says something does not mean it is still true. |
1 similar comment
|
@copilot please go the the documentation and make sure it is accurate and the things match what is supported. Versions, platforms and sdks have changed over time, so check all. Just because there is docs that says something does not mean it is still true. |
- Updated .NET support from "6" to "6, 7, 8, 9" in README - Updated Xcode requirement from "14+" to "15.4" or later - Updated .NET SDK requirement with specific version (8.0.304+ recommended) - Verified all platform support information matches actual source code - All version numbers now match azure-templates-variables.yml Co-authored-by: mattleibow <[email protected]>
Done! I've verified all documentation against the actual source code and build configuration. Updated in commit 90adf3b: Corrected versions:
Verified accurate:
All version numbers now match the actual build requirements in |
Description of Change
Migrated all SkiaSharp wiki documentation into the source repository under
documentation/for version control, community contributions, and synchronization with code changes.Structure Created:
documentation/user-guide/- Platform support, Linux assets, Python integration (3 docs)documentation/building/- Build instructions, Linux builds, library creation (3 docs)documentation/contributing/- Contribution guide, issue submission, doc writing (3 docs)documentation/maintainer/- Release process, versioning, branching strategy (5 docs)documentation/archived/- Legacy content preserved for reference (1 doc)Content Updates:
WIKI_MIGRATION.mdmapping wiki pages to new locationsFiles:
README.mdto referencedocumentation/structure with accurate .NET versionsdocs/submodule for API documentationdesign/for architecture documentationMigration mapping: All 16 relevant wiki pages migrated. WIP Changelog excluded (outdated). Original wiki can be deprecated with notice.
Bugs Fixed
None.
API Changes
None.
Behavioral Changes
None.
Required skia PR
None.
PR Checklist
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.