Skip to content

Commit f27010a

Browse files
committed
Initialize Docs repository: https://github.com/MicrosoftDocs/windows-powershell-docs of branch live
1 parent c8be946 commit f27010a

File tree

2 files changed

+20
-52
lines changed

2 files changed

+20
-52
lines changed

.gitattributes

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.c text
7+
*.h text
8+
9+
# Declare files that will always have CRLF line endings on checkout.
10+
*.sln text eol=crlf
11+
12+
# Denote all files that are truly binary and should not be modified.
13+
*.png binary
14+
*.jpg binary

.openpublishing.publish.config.json

+6-52
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,11 @@
11
{
2-
"need_generate_pdf": false,
3-
"need_generate_intellisense": false,
4-
"docsets_to_publish": [
5-
{
6-
"docset_name": "powershell-windows",
7-
"build_source_folder": "docset",
8-
"build_output_subfolder": "powershell-windows",
9-
"locale": "en-us",
10-
"monikers": [],
11-
"moniker_ranges": [],
12-
"open_to_public_contributors": true,
13-
"type_mapping": {
14-
"Conceptual": "Content",
15-
"ManagedReference": "Content",
16-
"RestApi": "Content",
17-
"AzurePSModulePage": "Content"
18-
},
19-
"build_entry_point": "docs",
20-
"template_folder": "_themes",
21-
"version": 0,
22-
"customized_template_paths": [
23-
"_dependentPackages/azurecli.plugins/azurecli"
24-
],
25-
"customized_tasks": {
26-
"docset_prebuild": [
27-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
28-
]
29-
},
30-
"monikerPath": ["mapping/monikerMapping.json"]
31-
}
32-
],
33-
"dependent_packages": [
34-
{
35-
"path_to_root": "_dependentPackages/azurecli.plugins",
36-
"id": "opbuild.templates.azurecli",
37-
"version": "latest",
38-
"nuget_feed": "https://www.myget.org/F/op/api/v2"
39-
},
40-
{
41-
"path_to_root": "_dependentPackages/CommonPlugins",
42-
"target_framework": "net45",
43-
"version": "latest",
44-
"id": "Microsoft.OpenPublishing.CommonPlugins",
45-
"nuget_feed": "https://www.myget.org/F/op/api/v2"
46-
}
47-
],
48-
"notification_subscribers": ["[email protected]"],
49-
"git_repository_url_open_to_public_contributors": "https://cpubwin.visualstudio.com/_git/powershell",
2+
"docsets_to_publish": [],
3+
"notification_subscribers": [],
4+
"sync_notification_subscribers": [],
505
"branches_to_filter": [],
6+
"git_repository_url_open_to_public_contributors": "https://cpubwin.visualstudio.com/_git/powershell",
517
"skip_source_output_uploading": false,
52-
"need_preview_pull_request": true,
53-
"enable_incremental_build": true,
8+
"need_preview_pull_request": false,
549
"contribution_branch_mappings": {},
5510
"dependent_repositories": [
5611
{
@@ -61,6 +16,5 @@
6116
}
6217
],
6318
"branch_target_mapping": {},
64-
"need_generate_pdf_url_template": false,
65-
"resolve_user_profile_using_github": true
19+
"need_generate_pdf_url_template": false
6620
}

0 commit comments

Comments
 (0)