dotnet / android

.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
MIT License
1.93k stars 532 forks source link

[docs] Sync docs with dotnet/docs-mobile@9ccd7291 #9474

Closed pjcollins closed 3 weeks ago

pjcollins commented 3 weeks ago

The docs-mobile content has been synced with https://github.com/dotnet/docs-mobile/commit/9ccd7291ce358a14b3c027a54be8726956372501.

A build-tools/scripts/sync-mobile-docs.ps1 script has been added to improve this workflow in the future. The default sync direction is from dotnet/android to dotnet/docs-mobile as content is typically authored in this repo first.

To sync, run the following:

pwsh build-tools/scripts/sync-mobile-docs.ps1 -DocsMobilePath ~/source/docs-mobile

To sync content back from docs-mobile to android, run the following:

pwsh build-tools/scripts/sync-mobile-docs.ps1 -DocsMobilePath ~/source/docs-mobile -SyncToAndroid