Skip to content

Commit ab75887

Browse files
Banani-Rathsdwheeler
authored andcommitted
Update .openpublishing.redirection.json (#4740)
* Update .openpublishing.redirection.json * Update .openpublishing.redirection.json * Add files via upload * Update docfx.json * Add jea docset back to make redirection work
1 parent 960a791 commit ab75887

File tree

3 files changed

+86
-8
lines changed

3 files changed

+86
-8
lines changed

.openpublishing.publish.config.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,21 @@
4747
"template_folder": "_themes",
4848
"version": 0
4949
},
50+
{
51+
"docset_name": "PowerShell_PowerShell-docs_jea",
52+
"build_source_folder": "jea",
53+
"build_output_subfolder": "jea",
54+
"locale": "en-us",
55+
"open_to_public_contributors": true,
56+
"type_mapping": {
57+
"Conceptual": "Content",
58+
"ManagedReference": "Content",
59+
"RestApi": "Content"
60+
},
61+
"build_entry_point": "docs",
62+
"template_folder": "_themes",
63+
"version": 0
64+
},
5065
{
5166
"docset_name": "PowerShell_PowerShell-docs_reference",
5267
"build_source_folder": "reference",

.openpublishing.redirection.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -913,37 +913,37 @@
913913
{
914914
"source_path": "jea/audit-and-report.md",
915915
"redirect_url": "/powershell/scripting/learn/remoting/jea/audit-and-report",
916-
"redirect_document_id": "TRUE"
916+
"redirect_document_id": true
917917
},
918918
{
919919
"source_path": "jea/overview.md",
920920
"redirect_url": "/powershell/scripting/learn/remoting/jea/overview",
921-
"redirect_document_id": "FALSE"
921+
"redirect_document_id": false
922922
},
923923
{
924924
"source_path": "jea/prerequisites.md",
925925
"redirect_url": "/powershell/scripting/learn/remoting/jea/prerequisites",
926-
"redirect_document_id": "TRUE"
926+
"redirect_document_id": true
927927
},
928928
{
929929
"source_path": "jea/register-jea.md",
930930
"redirect_url": "/powershell/scripting/learn/remoting/jea/register-jea",
931-
"redirect_document_id": "TRUE"
931+
"redirect_document_id": true
932932
},
933933
{
934934
"source_path": "jea/role-capabilities.md",
935935
"redirect_url": "/powershell/scripting/learn/remoting/jea/role-capabilities",
936-
"redirect_document_id": "TRUE"
936+
"redirect_document_id": true
937937
},
938938
{
939939
"source_path": "jea/security-considerations.md",
940940
"redirect_url": "/powershell/scripting/learn/remoting/jea/security-considerations",
941-
"redirect_document_id": "TRUE"
941+
"redirect_document_id": true
942942
},
943943
{
944944
"source_path": "jea/session-configurations.md",
945945
"redirect_url": "/powershell/scripting/learn/remoting/jea/session-configurations",
946-
"redirect_document_id": "TRUE"
946+
"redirect_document_id": true
947947
},
948948
{
949949
"source_path": "jea/using-jea.md",
@@ -15826,4 +15826,4 @@
1582615826
"redirect_document_id": "FALSE"
1582715827
}
1582815828
]
15829-
}
15829+
}

jea/docfx.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
3+
"build": {
4+
5+
"content": [
6+
7+
{ "files": ["**/**.md", "**/**.yml"], "exclude": ["**/obj/**"] }
8+
9+
],
10+
11+
"globalMetadata": {
12+
13+
"toc_preview": true,
14+
15+
"breadcrumb_path": "bread/toc.yml",
16+
17+
"uhfHeaderId": "MSDocsHeader-Powershell",
18+
19+
"ROBOTS": "INDEX, FOLLOW",
20+
21+
"ms.devlang": "powershell",
22+
23+
"ms.tgt_pltfr": "windows, macos, linux",
24+
25+
"feedback_system": "GitHub",
26+
27+
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs",
28+
29+
"feedback_product_url": "https://github.com/powershell/jea/issues/new"
30+
31+
},
32+
33+
"fileMetadata": {
34+
35+
"ms.prod": { "**/**.md": "powershell" },
36+
37+
"ms.technology": { "**/**.md": "powershell-jea" },
38+
39+
"ms.topic": { "**/**.md": "conceptual" },
40+
41+
"manager": { "**/**.md": "carmonm" },
42+
43+
"author": { "**/**.md": "rpsqrd" },
44+
45+
"ms.author": { "**/**.md": "ryanpu" }
46+
47+
},
48+
49+
"resource": [
50+
51+
{ "files": ["**/images/**"], "exclude": ["**/obj/**"] }
52+
53+
],
54+
55+
"template": "op.html",
56+
57+
"dest": "jea",
58+
59+
"markdownEngineName": "markdig"
60+
61+
}
62+
63+
}

0 commit comments

Comments
 (0)