Closed pjcollins closed 3 weeks ago
The docs-mobile content has been synced with https://github.com/dotnet/docs-mobile/commit/9ccd7291ce358a14b3c027a54be8726956372501.
docs-mobile
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.
build-tools/scripts/sync-mobile-docs.ps1
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
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:
To sync content back from docs-mobile to android, run the following: