Skip to content

Commit be50cb5

Browse files
committed
Initialize open publishing repository: https://github.com/MicrosoftDocs/office-docs-powershell of branch master
1 parent 3fdcdc6 commit be50cb5

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

.gitattributes

Lines changed: 14 additions & 0 deletions
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

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -117,38 +117,25 @@
117117
]
118118
},
119119
{
120-
"docset_name": "staffhub-ps",
121-
"build_source_folder": "staffhub",
122-
"build_output_subfolder": "staffhub-ps",
120+
"docset_name": "spmt-ps",
121+
"build_source_folder": "spmt",
122+
"build_output_subfolder": "spmt-ps",
123123
"locale": "en-us",
124124
"monikers": [],
125125
"moniker_ranges": [],
126126
"open_to_public_contributors": true,
127127
"type_mapping": {
128128
"Conceptual": "Content",
129129
"ManagedReference": "Content",
130-
"RestApi": "Content",
131-
"AzurePsModulePage": "Content"
130+
"RestApi": "Content"
132131
},
133132
"build_entry_point": "docs",
134-
"template_folder": "_themes",
135-
"version": 0,
136-
"customized_template_paths": [
137-
"_dependentPackages/azurecli.plugins/azurecli"
138-
],
139-
"customized_tasks": {
140-
"docset_prebuild": [
141-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
142-
]
143-
},
144-
"monikerPath": [
145-
"mapping/monikerMapping.json"
146-
]
133+
"template_folder": "_themes"
147134
},
148135
{
149-
"docset_name": "teams-ps",
150-
"build_source_folder": "teams",
151-
"build_output_subfolder": "teams-ps",
136+
"docset_name": "staffhub-ps",
137+
"build_source_folder": "staffhub",
138+
"build_output_subfolder": "staffhub-ps",
152139
"locale": "en-us",
153140
"monikers": [],
154141
"moniker_ranges": [],
@@ -175,9 +162,9 @@
175162
]
176163
},
177164
{
178-
"docset_name": "spmt-ps",
179-
"build_source_folder": "spmt",
180-
"build_output_subfolder": "spmt-ps",
165+
"docset_name": "teams-ps",
166+
"build_source_folder": "teams",
167+
"build_output_subfolder": "teams-ps",
181168
"locale": "en-us",
182169
"monikers": [],
183170
"moniker_ranges": [],

0 commit comments

Comments
 (0)