Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"branches_to_filter": [],
"git_repository_branch_open_to_public_contributors": "main",
"redirection_files": [
".openpublishing.ms-ol-sp-ps.redirection.json",
".openpublishing.ms-sp-ps.redirection.json",
".openpublishing.spserver.redirection.json"
".openpublishing.redirection.ms-ol-sp-ps.json",
".openpublishing.redirection.ms-sp-ps.json",
".openpublishing.redirection.spserver.json"
],
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,47 +1,22 @@
{
"redirections": [
{
"source_path": "sharepoint/virtual-folder/sharepoint-online/Add-SPOTenantRestrictedSearchAllowedList.md",
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-online/Get-SPOTenantRestrictedSearchAllowedList.md",
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-online/Get-SPOTenantRestrictedSearchMode.md",
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-online/Remove-SPOTenantRestrictedSearchAllowedList.md",
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-online/Set-SPOTenantRestrictedSearchMode.md",
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-online/Add-SPOAppPrioritizationPolicy.md",
"source_path": "sharepoint/sharepoint-ps/sharepoint-online/Add-SPOAppPrioritizationPolicy.md",
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/Add-SPOServicePrioritizationAppRegistration",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-online/Get-SPOAppPrioritizationPolicies.md",
"source_path": "sharepoint/sharepoint-ps/sharepoint-online/Get-SPOAppPrioritizationPolicies.md",
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/Get-SPOServicePrioritizationAppRegistrations",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-online/Remove-SPOAppPrioritizationPolicy.md",
"source_path": "sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOAppPrioritizationPolicy.md",
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/Remove-SPOServicePrioritizationAppRegistration",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-online/Set-SPOAppPrioritizationPolicy.md",
"source_path": "sharepoint/sharepoint-ps/sharepoint-online/Set-SPOAppPrioritizationPolicy.md",
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/Set-SPOServicePrioritizationAppRegistration",
"redirect_document_id": false
},
Expand Down
3 changes: 3 additions & 0 deletions sharepoint/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@

{"files": ["**/toc.yml"], "src": "sharepoint-ps", "version": "sharepoint-ps", "exclude": ["docs-conceptual"], "dest": "module/sharepoint-ps"},
{"files": ["**/*.yml"], "src": "sharepoint-ps", "version": "sharepoint-ps", "exclude": ["docs-conceptual"], "dest": "module"},
{"files": ["**/*.md"], "src": "sharepoint-ps/sharepoint-server", "version": "sharepoint-ps", "exclude": ["docs-conceptual"], "dest": "module/sharepoint-server"},
{"files": ["**/*.md"], "src": "sharepoint-ps/sharepoint-online", "version": "sharepoint-ps", "exclude": ["docs-conceptual"], "dest": "module/sharepoint-online"},
{"files": ["**/*.md"], "src": "virtual-folder", "version": "sharepoint-ps", "dest": "module" },

{"files": ["**/toc.yml"], "src": "sharepoint-server-ps", "version": "sharepoint-server-ps", "exclude": ["docs-conceptual"], "dest": "module/sharepoint-ps"},
{"files": ["**/*.yml"], "src": "sharepoint-server-ps", "version": "sharepoint-server-ps", "exclude": ["docs-conceptual"], "dest": "module"},
{"files": ["**/*.md"], "src": "sharepoint-server-ps/sharepoint-server", "version": "sharepoint-server-ps", "exclude": ["docs-conceptual"], "dest": "module/sharepoint-server"},
{"files": ["**/*.md"], "src": "virtual-folder", "version": "sharepoint-server-ps", "dest": "module" }
],
"resource": [
Expand Down
Loading