Skip to content

Commit

Permalink
switch to monikers from ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler committed Jul 16, 2020
1 parent 667fb61 commit e50620d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,14 @@
"monikerPath": [
"mapping/monikerMapping.json"
],
"moniker_ranges": [
"moniker_ranges": [],
"monikers": [
"powershell-5.1",
"powershell-6",
"powershell-7",
"powershell-7.1",
"powershell-all",
">= powershell-6",
">= powershell-7"
"powershell-all"
],
"monikers": [],
"open_to_public_contributors": true,
"template_folder": "_themes",
"type_mapping": {
Expand Down
6 changes: 3 additions & 3 deletions reference/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@
"docs-conceptual/**.md": "conceptual"
},
"manager": { "**/**": "daberry" },
"monikerRange": {
"moniker": {
"docs-conceptual/community/**": "powershell-all",
"docs-conceptual/dev-cross-plat/**": "powershell-all",
"docs-conceptual/developer/**": "powershell-all",
"docs-conceptual/dsc/**": "powershell-5.1",
"docs-conceptual/gallery/**": "powershell-all",
"docs-conceptual/install/**": ">= powershell-6",
"docs-conceptual/install/**": ["powershell-6", "powershell-7", "powershell-7.1", "powershell-all"],
"docs-conceptual/learn/**": "powershell-all",
"docs-conceptual/samples/**": "powershell-all",
"docs-conceptual/whats-new/**": ">= powershell-6",
"docs-conceptual/whats-new/**": ["powershell-6", "powershell-7", "powershell-7.1", "powershell-all"],
"docs-conceptual/windows-powershell/**": "powershell-5.1"
},
"ms.tgt_pltfr": { "**/**": "windows, macos, linux" },
Expand Down

0 comments on commit e50620d

Please sign in to comment.