Skip to content

Commit f1394f4

Browse files
sdwheelerDCtheGeek
authored andcommitted
Move SDK content into main docset (#4923)
* Move SDK content into main docset * fix error in docfx.json * Fix links to code samples * Fix links to code samples #2
1 parent 0351206 commit f1394f4

File tree

536 files changed

+19366
-16770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

536 files changed

+19366
-16770
lines changed

.openpublishing.publish.config.json

Lines changed: 146 additions & 149 deletions
Original file line numberDiff line numberDiff line change
@@ -1,151 +1,148 @@
11
{
2-
"build_entry_point": "docs",
3-
"docsets_to_publish": [
4-
{
5-
"docset_name": "developer-docs",
6-
"build_source_folder": "developer",
7-
"build_output_subfolder": "developer-docs",
8-
"locale": "en-us",
9-
"monikers": [],
10-
"moniker_ranges": [],
11-
"open_to_public_contributors": true,
12-
"type_mapping": {
13-
"Conceptual": "Content",
14-
"ManagedReference": "Content",
15-
"RestApi": "Content"
16-
},
17-
"build_entry_point": "docs",
18-
"template_folder": "_themes"
19-
},
20-
{
21-
"docset_name": "PowerShell_PowerShell-docs_dsc",
22-
"build_source_folder": "dsc",
23-
"build_output_subfolder": "dsc",
24-
"locale": "en-us",
25-
"open_to_public_contributors": true,
26-
"type_mapping": {
27-
"Conceptual": "Content",
28-
"ManagedReference": "Content",
29-
"RestApi": "Content"
30-
},
31-
"build_entry_point": "docs",
32-
"template_folder": "_themes",
33-
"version": 0
34-
},
35-
{
36-
"docset_name": "PowerShell_PowerShell-docs_gallery",
37-
"build_source_folder": "gallery",
38-
"build_output_subfolder": "gallery",
39-
"locale": "en-us",
40-
"open_to_public_contributors": true,
41-
"type_mapping": {
42-
"Conceptual": "Content",
43-
"ManagedReference": "Content",
44-
"RestApi": "Content"
45-
},
46-
"build_entry_point": "docs",
47-
"template_folder": "_themes",
48-
"version": 0
49-
},
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-
},
65-
{
66-
"docset_name": "PowerShell_PowerShell-docs_reference",
67-
"build_source_folder": "reference",
68-
"build_output_subfolder": "reference",
69-
"locale": "en-us",
70-
"monikers": [],
71-
"moniker_ranges": [],
72-
"open_to_public_contributors": true,
73-
"type_mapping": {
74-
"Conceptual": "Content",
75-
"ManagedReference": "Content",
76-
"RestApi": "Content",
77-
"AzurePSModulePage": "Content"
78-
},
79-
"build_entry_point": "docs",
80-
"template_folder": "_themes",
81-
"version": 0,
82-
"customized_template_paths": [
83-
"_dependentPackages/azurecli.plugins/azurecli"
84-
],
85-
"customized_tasks": {
86-
"docset_prebuild": [
87-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
88-
]
89-
},
90-
"monikerPath": [
91-
"mapping/monikerMapping.json"
92-
]
93-
},
94-
{
95-
"docset_name": "PowerShell_PowerShell-docs_wmf",
96-
"build_source_folder": "wmf",
97-
"build_output_subfolder": "wmf",
98-
"locale": "en-us",
99-
"open_to_public_contributors": true,
100-
"type_mapping": {
101-
"Conceptual": "Content",
102-
"ManagedReference": "Content",
103-
"RestApi": "Content"
104-
},
105-
"build_entry_point": "docs",
106-
"template_folder": "_themes",
107-
"version": 0
108-
}
109-
],
110-
"notification_subscribers": [],
111-
"sync_notification_subscribers": [],
112-
"branches_to_filter": [],
113-
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/PowerShell-Docs",
114-
"git_repository_branch_open_to_public_contributors": "staging",
115-
"skip_source_output_uploading": false,
116-
"need_preview_pull_request": true,
117-
"enable_incremental_build": true,
118-
"contribution_branch_mappings": {},
119-
"dependent_repositories": [
120-
{
121-
"path_to_root": "_themes",
122-
"url": "https://github.com/Microsoft/templates.docs.msft",
123-
"branch": "master",
124-
"branch_mapping": {}
125-
},
126-
{
127-
"path_to_root": "powershell-sdk-samples",
128-
"url": "https://github.com/MicrosoftDocs/powershell-sdk-samples",
129-
"branch": "master",
130-
"branch_mapping": {}
131-
}
132-
],
133-
"branch_target_mapping": {},
134-
"need_generate_pdf_url_template": false,
135-
"targets": {},
136-
"dependent_packages": [
137-
{
138-
"path_to_root": "_dependentPackages/azurecli.plugins",
139-
"id": "opbuild.templates.azurecli",
140-
"version": "latest",
141-
"nuget_feed": "https://www.myget.org/F/op/api/v2"
142-
},
143-
{
144-
"path_to_root": "_dependentPackages/CommonPlugins",
145-
"target_framework": "net45",
146-
"version": "latest",
147-
"id": "Microsoft.OpenPublishing.CommonPlugins",
148-
"nuget_feed": "https://www.myget.org/F/op/api/v2"
149-
}
150-
]
2+
"branch_target_mapping": {},
3+
"branches_to_filter": [],
4+
"build_entry_point": "docs",
5+
"contribution_branch_mappings": {},
6+
"dependent_packages": [{
7+
"id": "opbuild.templates.azurecli",
8+
"nuget_feed": "https://www.myget.org/F/op/api/v2",
9+
"path_to_root": "_dependentPackages/azurecli.plugins",
10+
"version": "latest"
11+
},
12+
{
13+
"id": "Microsoft.OpenPublishing.CommonPlugins",
14+
"nuget_feed": "https://www.myget.org/F/op/api/v2",
15+
"path_to_root": "_dependentPackages/CommonPlugins",
16+
"target_framework": "net45",
17+
"version": "latest"
18+
}
19+
],
20+
"dependent_repositories": [{
21+
"branch": "master",
22+
"branch_mapping": {},
23+
"path_to_root": "_themes",
24+
"url": "https://github.com/Microsoft/templates.docs.msft"
25+
},
26+
{
27+
"branch": "master",
28+
"branch_mapping": {},
29+
"path_to_root": "powershell-sdk-samples",
30+
"url": "https://github.com/MicrosoftDocs/powershell-sdk-samples"
31+
}
32+
],
33+
"docsets_to_publish": [{
34+
"build_entry_point": "docs",
35+
"build_output_subfolder": "developer-docs",
36+
"build_source_folder": "developer",
37+
"docset_name": "developer-docs",
38+
"locale": "en-us",
39+
"moniker_ranges": [],
40+
"monikers": [],
41+
"open_to_public_contributors": true,
42+
"template_folder": "_themes",
43+
"type_mapping": {
44+
"Conceptual": "Content",
45+
"ManagedReference": "Content",
46+
"RestApi": "Content"
47+
}
48+
},
49+
{
50+
"build_entry_point": "docs",
51+
"build_output_subfolder": "dsc",
52+
"build_source_folder": "dsc",
53+
"docset_name": "PowerShell_PowerShell-docs_dsc",
54+
"locale": "en-us",
55+
"open_to_public_contributors": true,
56+
"template_folder": "_themes",
57+
"type_mapping": {
58+
"Conceptual": "Content",
59+
"ManagedReference": "Content",
60+
"RestApi": "Content"
61+
},
62+
"version": 0
63+
},
64+
{
65+
"build_entry_point": "docs",
66+
"build_output_subfolder": "gallery",
67+
"build_source_folder": "gallery",
68+
"docset_name": "PowerShell_PowerShell-docs_gallery",
69+
"locale": "en-us",
70+
"open_to_public_contributors": true,
71+
"template_folder": "_themes",
72+
"type_mapping": {
73+
"Conceptual": "Content",
74+
"ManagedReference": "Content",
75+
"RestApi": "Content"
76+
},
77+
"version": 0
78+
},
79+
{
80+
"build_entry_point": "docs",
81+
"build_output_subfolder": "jea",
82+
"build_source_folder": "jea",
83+
"docset_name": "PowerShell_PowerShell-docs_jea",
84+
"locale": "en-us",
85+
"open_to_public_contributors": true,
86+
"template_folder": "_themes",
87+
"type_mapping": {
88+
"Conceptual": "Content",
89+
"ManagedReference": "Content",
90+
"RestApi": "Content"
91+
},
92+
"version": 0
93+
},
94+
{
95+
"build_entry_point": "docs",
96+
"build_output_subfolder": "reference",
97+
"build_source_folder": "reference",
98+
"customized_tasks": {
99+
"docset_prebuild": [
100+
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
101+
]
102+
},
103+
"customized_template_paths": [
104+
"_dependentPackages/azurecli.plugins/azurecli"
105+
],
106+
"docset_name": "PowerShell_PowerShell-docs_reference",
107+
"locale": "en-us",
108+
"monikerPath": [
109+
"mapping/monikerMapping.json"
110+
],
111+
"moniker_ranges": [],
112+
"monikers": [],
113+
"open_to_public_contributors": true,
114+
"template_folder": "_themes",
115+
"type_mapping": {
116+
"AzurePSModulePage": "Content",
117+
"Conceptual": "Content",
118+
"ManagedReference": "Content",
119+
"RestApi": "Content"
120+
},
121+
"version": 0
122+
},
123+
{
124+
"build_entry_point": "docs",
125+
"build_output_subfolder": "wmf",
126+
"build_source_folder": "wmf",
127+
"docset_name": "PowerShell_PowerShell-docs_wmf",
128+
"locale": "en-us",
129+
"open_to_public_contributors": true,
130+
"template_folder": "_themes",
131+
"type_mapping": {
132+
"Conceptual": "Content",
133+
"ManagedReference": "Content",
134+
"RestApi": "Content"
135+
},
136+
"version": 0
137+
}
138+
],
139+
"enable_incremental_build": true,
140+
"git_repository_branch_open_to_public_contributors": "staging",
141+
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/PowerShell-Docs",
142+
"need_generate_pdf_url_template": false,
143+
"need_preview_pull_request": true,
144+
"notification_subscribers": [],
145+
"skip_source_output_uploading": false,
146+
"sync_notification_subscribers": [],
147+
"targets": {}
151148
}

0 commit comments

Comments
 (0)