Skip to content

Commit

Permalink
Initialize Docs repository: https://github.com/MicrosoftDocs/windows-…
Browse files Browse the repository at this point in the history
…powershell-docs of branch master
  • Loading branch information
DaniHalfin committed Aug 14, 2019
1 parent c8be946 commit 813854a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 52 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
58 changes: 6 additions & 52 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,11 @@
{
"need_generate_pdf": false,
"need_generate_intellisense": false,
"docsets_to_publish": [
{
"docset_name": "powershell-windows",
"build_source_folder": "docset",
"build_output_subfolder": "powershell-windows",
"locale": "en-us",
"monikers": [],
"moniker_ranges": [],
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content",
"RestApi": "Content",
"AzurePSModulePage": "Content"
},
"build_entry_point": "docs",
"template_folder": "_themes",
"version": 0,
"customized_template_paths": [
"_dependentPackages/azurecli.plugins/azurecli"
],
"customized_tasks": {
"docset_prebuild": [
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
]
},
"monikerPath": ["mapping/monikerMapping.json"]
}
],
"dependent_packages": [
{
"path_to_root": "_dependentPackages/azurecli.plugins",
"id": "opbuild.templates.azurecli",
"version": "latest",
"nuget_feed": "https://www.myget.org/F/op/api/v2"
},
{
"path_to_root": "_dependentPackages/CommonPlugins",
"target_framework": "net45",
"version": "latest",
"id": "Microsoft.OpenPublishing.CommonPlugins",
"nuget_feed": "https://www.myget.org/F/op/api/v2"
}
],
"notification_subscribers": ["[email protected]"],
"git_repository_url_open_to_public_contributors": "https://cpubwin.visualstudio.com/_git/powershell",
"docsets_to_publish": [],
"notification_subscribers": [],
"sync_notification_subscribers": [],
"branches_to_filter": [],
"git_repository_url_open_to_public_contributors": "https://cpubwin.visualstudio.com/_git/powershell",
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
"enable_incremental_build": true,
"need_preview_pull_request": false,
"contribution_branch_mappings": {},
"dependent_repositories": [
{
Expand All @@ -61,6 +16,5 @@
}
],
"branch_target_mapping": {},
"need_generate_pdf_url_template": false,
"resolve_user_profile_using_github": true
"need_generate_pdf_url_template": false
}

0 comments on commit 813854a

Please sign in to comment.