Skip to content

Commit aaa8041

Browse files
authored
Merge pull request MicrosoftDocs#6458 from MicrosoftDocs/staffhub
Replace legacy build pipeline with PowerShell SDP build pipeline for StaffHub docs
2 parents 554eff3 + 424752e commit aaa8041

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.openpublishing.publish.config.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,17 +122,15 @@
122122
"Conceptual": "Content",
123123
"ManagedReference": "Content",
124124
"RestApi": "Content",
125-
"AzurePsModulePage": "Content"
125+
"PowershellModule": "Content",
126+
"PowershellCmdlet": "Content"
126127
},
127128
"build_entry_point": "docs",
128129
"template_folder": "_themes",
129130
"version": 0,
130-
"customized_template_paths": [
131-
"_dependentPackages/azurecli.plugins/azurecli"
132-
],
133131
"customized_tasks": {
134132
"docset_prebuild": [
135-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
133+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
136134
]
137135
},
138136
"monikerPath": [

staffhub/docfx.json

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

staffhub/staffhub-ps/staffhub/Remove-StaffHubUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: Microsoft.OutlookApps.StaffHub.PowershellCmdlets.dll-Help.xm
33
Module Name: Microsoft.OutlookApps.StaffHub.PowershellCmdlets
44
online version: https://docs.microsoft.com/powershell/module/staffhub/remove-staffhubuser
55
applicable: Microsoft StaffHub
6-
title: Remote-StaffHubUser
6+
title: Remove-StaffHubUser
77
schema: 2.0.0
88
author: serdarsoysal
99
ms.author: serdars

0 commit comments

Comments
 (0)