-
Notifications
You must be signed in to change notification settings - Fork 42
Migrate docs build to use PSMD2Yaml and new page template #351
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
Conversation
This reverts commit 804d434.
Learn Build status updates of commit 261fa7a: ❌ 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 261fa7a:
|
File | Status | Preview URL | Details |
---|---|---|---|
dsc/dsc-1.1/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md | View (dsc-1.1) | Details | |
dsc/dsc-1.1/TOC.yml | View (dsc-1.1) | Details | |
dsc/dsc-2.0/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md | View (dsc-2.0) | Details | |
dsc/dsc-2.0/TOC.yml | View (dsc-2.0) | Details | |
.openpublishing.publish.config.json | ✅Succeeded | ||
dsc/mapping/MAML2Yaml/monikerMapping.json | ✅Succeeded | n/a (file deleted or renamed) | |
dsc/mapping/monikerMapping.json | ✅Succeeded |
dsc/dsc-1.1/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'PSDesiredStateConfiguration.New-DscCheckSum'.
dsc/dsc-1.1/TOC.yml
- Line 45, Column 12: [Warning: xref-not-found - See documentation]
Cross reference not found: 'PSDesiredStateConfiguration.New-DscCheckSum'.
dsc/dsc-2.0/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'PSDesiredStateConfiguration.New-DscCheckSum'.
dsc/dsc-2.0/TOC.yml
- Line 25, Column 12: [Warning: xref-not-found - See documentation]
Cross reference not found: 'PSDesiredStateConfiguration.New-DscCheckSum'.
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 261fa7a: ✅ Validation status: passed
For more details, please refer to the build report. |
Learn Build status updates of commit 100cd6a: ✅ Validation status: passed
For more details, please refer to the build report. |
@sdwheeler Could you fix the warnings? The file name has capitalization issue. The PR should be good to go after this fixed. |
I fixed those already. You need to rebase your branch from |
I think @Saisang already merged the latest main content. Looking at build report, this repo ready for review and migration, preview page: https://review.learn.microsoft.com/en-us/powershell/module/psdesiredstateconfiguration/new-dscchecksum?view=dsc-1.1&branch=pr-en-us-351#common-parameters |
Yep it's good now. Would you approve? |
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