forked from MicrosoftDocs/PowerShell-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocfx.json
147 lines (141 loc) · 7.24 KB
/
docfx.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"build": {
"content": [
{
"dest": "",
"exclude": [ "**/includes/**", "**/obj/**", "**/_themes/**", "README.md", "**/README.md" ],
"files": [ "index.yml", "module/index.md" ]
},
{ "dest": "scripting", "files": [ "bread/toc.yml" ] },
{ "dest": "scripting", "files": [ "**/*.md", "**/*.yml" ], "group": "conceptual", "src": "docs-conceptual" },
{ "dest": "module/psdocs", "files": [ "toc.yml" ], "group": "powershell-5.1", "src": "5.1" },
{ "dest": "module", "exclude": [ "docs-conceptual/**" ], "files": [ "**/*.yml", "**/About/*.md" ], "group": "powershell-5.1", "src": "5.1" },
{ "dest": "module/psdocs", "files": [ "toc.yml" ], "group": "powershell-7.2", "src": "7.2" },
{ "dest": "module", "exclude": [ "docs-conceptual/**" ], "files": [ "**/*.yml", "**/About/*.md" ], "group": "powershell-7.2", "src": "7.2" },
{ "dest": "module/psdocs", "files": [ "toc.yml" ], "group": "powershell-7.3", "src": "7.3" },
{ "dest": "module", "exclude": [ "docs-conceptual/**" ], "files": [ "**/*.yml", "**/About/*.md" ], "group": "powershell-7.3", "src": "7.3" },
{ "dest": "module/psdocs", "files": [ "toc.yml" ], "group": "powershell-7.4", "src": "7.4" },
{ "dest": "module", "exclude": [ "docs-conceptual/**" ], "files": [ "**/*.yml", "**/About/*.md" ], "group": "powershell-7.4", "src": "7.4" },
{ "dest": "scripting", "files": [ "**/*.md" ], "src": "virtual-directory" },
{ "dest": "module", "files": [ "**/*.md" ], "src": "virtual-directory-module" }
],
"dest": "pscore-reference",
"externalReference": [],
"fileMetadata": {
"feedback_product_url": {
"docs-conceptual/*.md": "https://github.com/powershell/powershell/issues/new",
"docs-conceptual/**/*": "https://github.com/powershell/powershell/issues/new",
"docs-conceptual/learn/remoting/jea/*.md": "https://github.com/powershell/jea/issues/new",
"docs-conceptual/windows-powershell/*.md": "https://support.microsoft.com/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332"
},
"ms.technology": {
"5.1/*.md": "powershell-conceptual",
"5.1/*.yml": "powershell-cmdlets",
"7.2/*.md": "powershell-conceptual",
"7.2/*.yml": "powershell-cmdlets",
"7.3/*.md": "powershell-conceptual",
"7.3/*.yml": "powershell-cmdlets",
"7.4/*.md": "powershell-conceptual",
"7.4/*.yml": "powershell-cmdlets",
"docs-conceptual/**/*.md": "powershell-conceptual"
},
"ms.topic": {
"5.1/**/*": "managed-reference",
"7.2/**/*": "managed-reference",
"7.3/**/*": "managed-reference",
"7.4/**/*": "managed-reference",
"docs-conceptual/**/*.md": "conceptual",
"docs-conceptual/dev-cross-plat/**/*.md": "reference",
"docs-conceptual/developer/**/*.md": "reference",
"docs-conceptual/lang-spec/**/*.md": "reference",
"docs-conceptual/learn/*.md": "tutorial",
"docs-conceptual/learn/deep-dives/*.md": "tutorial",
"docs-conceptual/learn/ps101/*.md": "conceptual",
"docs-conceptual/learn/remoting/*.md": "tutorial",
"docs-conceptual/samples/**/*.md": "sample"
},
"products": {
"5.1/**/*": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"7.2/**/*": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/2bdae855-045f-4535-b365-7b2e23824328",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"7.3/**/*": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/2bdae855-045f-4535-b365-7b2e23824328",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"7.4/**/*": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/2bdae855-045f-4535-b365-7b2e23824328",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"docs-conceptual/**/*": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/2bdae855-045f-4535-b365-7b2e23824328",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"docs-conceptual/windows-powershell/**/*": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
]
}
},
"globalMetadata": {
"ROBOTS": "INDEX, FOLLOW",
"apiPlatform": "powershell",
"archive_url": "https://learn.microsoft.com/previous-versions/powershell/scripting/overview",
"breadcrumb_path": "/powershell/scripting/bread/toc.json",
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs",
"feedback_product_url": "https://github.com/PowerShell/PowerShell/issues/new/choose",
"feedback_help_link_url": "https://learn.microsoft.com/powershell/scripting/community/community-support",
"feedback_help_link_type": "ask-the-community",
"feedback_system": "OpenSource",
"open_source_feedback_contributorGuideUrl": "https://learn.microsoft.com/powershell/scripting/community/contributing/powershell-style-guide",
"open_source_feedback_issueTitle": "",
"open_source_feedback_issueLabels": "needs-triage",
"open_source_feedback_issueUrl": "https://github.com/MicrosoftDocs/PowerShell-Docs/issues/new?template=04-customer-feedback.yml",
"open_source_feedback_productDescription": "PowerShell is an open source project. Select a link to provide feedback:",
"open_source_feedback_productLogoLightUrl": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg",
"open_source_feedback_productLogoDarkUrl": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg",
"open_source_feedback_productName": "PowerShell feedback",
"hideScope": false,
"author": "sdwheeler",
"ms.author": "sewhee",
"manager": "jasongroce",
"ms.devlang": "powershell",
"ms.prod": "powershell",
"ms.tgt_pltfr": "windows, macos, linux",
"searchScope": [
"PowerShell"
],
"social_image_url": "https://learn.microsoft.com/media/logos/logo-powershell-social.png",
"titleSuffix": "PowerShell",
"toc_preview": true,
"uhfHeaderId": "MSDocsHeader-Powershell"
},
"groups": {
"conceptual": { "moniker_range": ">=powershell-5.1" },
"powershell-5.1": { "moniker_range": "powershell-5.1" },
"powershell-7.2": { "moniker_range": "powershell-7.2" },
"powershell-7.3": { "moniker_range": "powershell-7.3" },
"powershell-7.4": { "moniker_range": "powershell-7.4" }
},
"markdownEngineName": "markdig",
"overwrite": [],
"resource": [
{
"exclude": [
"**/obj/**"
],
"files": [
"**/media/**/*.png",
"**/media/**/*.gif",
"**/media/**/*.jpeg",
"**/media/**/*.jpg",
"**/media/**/*.svg"
]
}
]
}
}