Skip to content

Commit 1505d6d

Browse files
authored
Merge pull request MicrosoftDocs#6471 from MicrosoftDocs/whiteboard
Replace legacy build pipeline with PowerShell SDP build pipeline for Whiteboard docs
2 parents 9899707 + e1d0546 commit 1505d6d

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.openpublishing.publish.config.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,17 +201,15 @@
201201
"Conceptual": "Content",
202202
"ManagedReference": "Content",
203203
"RestApi": "Content",
204-
"AzurePsModulePage": "Content"
204+
"PowershellModule": "Content",
205+
"PowershellCmdlet": "Content"
205206
},
206207
"build_entry_point": "docs",
207208
"template_folder": "_themes",
208209
"version": 0,
209-
"customized_template_paths": [
210-
"_dependentPackages/azurecli.plugins/azurecli"
211-
],
212210
"customized_tasks": {
213211
"docset_prebuild": [
214-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
212+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
215213
]
216214
},
217215
"monikerPath": [

whiteboard/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"dest": "whiteboard/whiteboard-ps"
2222
},
2323
{
24-
"files": ["**/*.md"],
24+
"files": ["**/*.yml"],
25+
"exclude": ["toc.yml"],
2526
"src": "whiteboard-ps",
2627
"version": "whiteboard-ps",
2728
"dest": "module"

whiteboard/docs-conceptual/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ The Microsoft Whiteboard cmdlets are often used to facilate the export of Whiteb
2626

2727
## Common Cmdlets
2828

29-
* [Get-Whiteboard](../whiteboard-ps/whiteboard/Get-Whiteboard.md)
30-
* [Set-WhiteboardOwner](../whiteboard-ps/whiteboard/Set-WhiteboardOwner.md)
31-
* [Invoke-TransferAllWhiteboard](../whiteboard-ps/whiteboard/Invoke-TransferAllWhiteboards.md)
29+
* @MicrosoftWhiteboardAdmin.Get-Whiteboard
30+
* @MicrosoftWhiteboardAdmin.Set-WhiteboardOwner
31+
* @MicrosoftWhiteboardAdmin.Invoke-TransferAllWhiteboards

0 commit comments

Comments
 (0)