-
Notifications
You must be signed in to change notification settings - Fork 616
Migrate docs build to use PSMD2Yaml and new page template #4019
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
This reverts commit c091b68.
Learn Build status updates of commit 430d070: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
Learn Build status updates of commit 430d070: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue. This comment lists only the first 25 files in the pull request. docset/winserver2016-ps/ADFS/Add-AdfsClaimsProviderTrust.md
docset/winserver2016-ps/ADFS/Add-AdfsClaimsProviderTrustsGroup.md
docset/winserver2016-ps/ADFS/Add-AdfsClient.md
docset/winserver2016-ps/ADFS/Add-AdfsFarmNode.md
docset/winserver2016-ps/ADFS/Add-AdfsNonClaimsAwareRelyingPartyTrust.md
docset/winserver2016-ps/ADFS/Add-AdfsRelyingPartyTrust.md
docset/winserver2016-ps/ADFS/Get-AdfsRegistrationHosts.md
docset/winserver2016-ps/ADFS/Install-AdfsFarm.md
docset/winserver2016-ps/ADFS/New-AdfsAccessControlPolicy.md
docset/winserver2016-ps/ADFS/Publish-SslCertificate.md
docset/winserver2016-ps/ADFS/Remove-AdfsFarmNode.md
docset/winserver2016-ps/ADFS/Revoke-AdfsApplicationPermission.md
This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
Learn Build status updates of commit 430d070: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue. This comment lists only the first 25 files in the pull request. docset/winserver2016-ps/ADFS/Add-AdfsClaimsProviderTrust.md
docset/winserver2016-ps/ADFS/Add-AdfsClaimsProviderTrustsGroup.md
docset/winserver2016-ps/ADFS/Add-AdfsClient.md
docset/winserver2016-ps/ADFS/Add-AdfsFarmNode.md
docset/winserver2016-ps/ADFS/Add-AdfsNonClaimsAwareRelyingPartyTrust.md
docset/winserver2016-ps/ADFS/Add-AdfsRelyingPartyTrust.md
docset/winserver2016-ps/ADFS/Get-AdfsRegistrationHosts.md
docset/winserver2016-ps/ADFS/Install-AdfsFarm.md
docset/winserver2016-ps/ADFS/New-AdfsAccessControlPolicy.md
docset/winserver2016-ps/ADFS/Publish-SslCertificate.md
docset/winserver2016-ps/ADFS/Remove-AdfsFarmNode.md
docset/winserver2016-ps/ADFS/Revoke-AdfsApplicationPermission.md
This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
@sdwheeler Could you fix the "yaml-syntax-error" type error? That's because the metadata has extra "{{}}". The other errors would be fixed in next batch. |
Learn Build status updates of commit 8d04f09: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue. This comment lists only the first 25 files in the pull request. docset/winserver2016-ps/ADFS/Add-AdfsClaimsProviderTrust.md
docset/winserver2016-ps/ADFS/Add-AdfsClaimsProviderTrustsGroup.md
docset/winserver2016-ps/ADFS/Add-AdfsClient.md
docset/winserver2016-ps/ADFS/Add-AdfsFarmNode.md
docset/winserver2016-ps/ADFS/Add-AdfsNonClaimsAwareRelyingPartyTrust.md
docset/winserver2016-ps/ADFS/Add-AdfsRelyingPartyTrust.md
docset/winserver2016-ps/ADFS/Get-AdfsRegistrationHosts.md
docset/winserver2016-ps/ADFS/Install-AdfsFarm.md
docset/winserver2016-ps/ADFS/New-AdfsAccessControlPolicy.md
docset/winserver2016-ps/ADFS/Publish-SslCertificate.md
docset/winserver2016-ps/ADFS/Remove-AdfsFarmNode.md
docset/winserver2016-ps/ADFS/Revoke-AdfsApplicationPermission.md
This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
When
MAML2Yaml
is not in the path ofmonikerMapping.json
, reference content in the docset will be built by PSMD2Yaml instead of its predecessor MAML2Yaml. For details, see https://dev.azure.com/ceapex/Engineering/_workitems/edit/783982