-
Notifications
You must be signed in to change notification settings - Fork 30
/
docfx.json
131 lines (126 loc) · 6.31 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
{
"build": {
"content": [
{
"dest": "",
"exclude": [ "**/includes/**", "**/obj/**", "**/_themes/**", "README.md", "**/README.md" ],
"files": [ "index.yml" ]
},
{ "dest": "gallery", "files": [ "breadcrumb/toc.yml" ] },
{ "dest": "gallery", "files": [ "**/*.md", "**/*.yml" ], "group": "conceptual", "src": "docs-conceptual" },
{ "dest": "module/powershellget", "files": [ "toc.yml" ], "group": "powershellget-1.x", "src": "powershellget-1.x" },
{ "dest": "module", "exclude": [ "docs-conceptual/**" ], "files": [ "**/*.yml", "**/About/*.md" ], "group": "powershellget-1.x", "src": "powershellget-1.x" },
{ "dest": "module/powershellget", "files": [ "toc.yml" ], "group": "powershellget-2.x", "src": "powershellget-2.x" },
{ "dest": "module", "exclude": [ "docs-conceptual/**" ], "files": [ "**/*.yml", "**/About/*.md" ], "group": "powershellget-2.x", "src": "powershellget-2.x" },
{ "dest": "module/powershellget", "files": [ "toc.yml" ], "group": "powershellget-3.x", "src": "powershellget-3.x" },
{ "dest": "module", "exclude": [ "docs-conceptual/**" ], "files": [ "**/*.yml", "**/About/*.md" ], "group": "powershellget-3.x", "src": "powershellget-3.x" },
{ "dest": "gallery", "files": [ "**/*.md", "**/*.yml" ], "src": "virtual-folder" },
{ "dest": "module", "files": [ "**/*.md", "**/*.yml" ], "src": "virtual-folder-module" }
],
"exportRawModel": true,
"exportViewModel": true,
"externalReference": [],
"fileMetadata": {
"feedback_product_url": {
"docs-conceptual/*": "https://github.com/powershell/psresourceget/issues/new",
"docs-conceptual/concepts/**/*": "https://github.com/powershell/powershellgallery/issues/new",
"docs-conceptual/how-to/**/*": "https://github.com/powershell/powershellgallery/issues/new",
"docs-conceptual/powershellget/**/*": "https://github.com/powershell/psresourceget/issues/new",
"powershellget-1.x/**/*": "https://github.com/powershell/powershellget/issues/new",
"powershellget-2.x/**/*": "https://github.com/powershell/powershellget/issues/new",
"powershellget-3.x/**/*": "https://github.com/powershell/psresourceget/issues/new"
},
"open_source_feedback_productName": {
"docs-conceptual/*": "PowerShellGet & Gallery",
"docs-conceptual/concepts/**/*": "PowerShell Gallery",
"docs-conceptual/how-to/**/*": "PowerShell Gallery",
"docs-conceptual/powershellget/**/*": "PowerShellGet",
"powershellget-1.x/**/*": "PowerShellGet",
"powershellget-2.x/**/*": "PowerShellGet",
"powershellget-3.x/**/*": "PSResourceGet"
},
"ms.subservice": {
"powershellget-1.x/**/*.md": "conceptual",
"powershellget-1.x/**/*.yml": "cmdlets",
"powershellget-2.x/**/*.md": "conceptual",
"powershellget-2.x/**/*.yml": "cmdlets",
"powershellget-3.x/**/*.md": "conceptual",
"powershellget-3.x/**/*.yml": "cmdlets"
},
"ms.topic": {
"docs-conceptual/**/*": "conceptual",
"docs-conceptual/**/how-to/**": "how-to",
"powershellget-1.x/**/*": "managed-reference",
"powershellget-2.x/**/*": "managed-reference",
"powershellget-3.x/**/*": "managed-reference"
},
"products": {
"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"
],
"powershellget-1.x/**/*": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"powershellget-2.x/**/*": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"powershellget-3.x/**/*": [
"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": {
"breadcrumb_path": "/powershell/gallery/breadcrumb/toc.json",
"feedback_system": "OpenSource",
"feedback_help_link_url": "https://learn.microsoft.com/powershell/scripting/community/community-support",
"feedback_help_link_type": "ask-the-community",
"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-PSGet/issues/new?template=04-customer-feedback.yml",
"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",
"author": "sdwheeler",
"manager": "jasongroce",
"ms.author": "sewhee",
"ms.devlang": "powershell",
"ms.service": "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": ">=powershellget-1.x" },
"powershellget-1.x": { "moniker_range": "powershellget-1.x" },
"powershellget-2.x": { "moniker_range": "powershellget-2.x" },
"powershellget-3.x": { "moniker_range": "powershellget-3.x" }
},
"markdownEngineName": "markdig",
"overwrite": [],
"resource": [
{
"exclude": [
"**/obj/**",
"**/includes/**"
],
"files": [
"**/media/**/*.png",
"**/media/**/*.gif",
"**/media/**/*.jpeg",
"**/media/**/*.jpg",
"**/media/**/*.svg"
]
}
],
"template": []
}
}