Skip to content

Commit

Permalink
Configure for v7.1 (MicrosoftDocs#5316)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler authored Jan 14, 2020
1 parent 5066546 commit 7a6a93f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/Documentation_Issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ Be sure to change the issue title. Titles should be brief and meaningful.

- URL to the article (Docs or GitHub URL):
- Issue affects the following content (check all that apply):

**Cmdlet reference & about_ topics**
- [ ] Version 7 content
- [ ] Version 7.x preview content
- [ ] Version 7.0 content
- [ ] Version 6 content
- [ ] Version 5.1 content

Expand Down
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ not have version folders.
Select the type(s) of documents being changed.

**Cmdlet reference & about_ topics**
- [ ] Version 7 content
- [ ] Version 7.x preview content
- [ ] Version 7.0 content
- [ ] Version 6 content
- [ ] Version 5.1 content

Expand Down
5 changes: 5 additions & 0 deletions reference/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
{ "files": ["toc.yml"], "src": "7.0", "version": "powershell-7", "dest": "module/psdocs" },
{ "files": ["**/*.md"], "src": "7.0", "version": "powershell-7", "exclude": ["docs-conceptual/**"], "dest": "module" },

{ "files": ["toc.yml"], "src": "docs-conceptual", "version": "powershell-7.x", "dest": "scripting/powershell-7.1" },
{ "files": ["**/*.md", "**/**.yml"], "src": "docs-conceptual", "version": "powershell-7.x", "dest": "scripting" },
{ "files": ["toc.yml"], "src": "7.1", "version": "powershell-7.x", "dest": "module/psdocs" },
{ "files": ["**/*.md"], "src": "7.1", "version": "powershell-7.x", "exclude": ["docs-conceptual/**"], "dest": "module" },

{ "files": ["**/*.md"], "src": "virtual-directory", "dest": "scripting" },
{ "files": ["**/*.md"], "src": "virtual-directory-module", "dest": "module" }
],
Expand Down
23 changes: 23 additions & 0 deletions reference/mapping/monikerMapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,28 @@
"PSReadLine": {},
"ThreadJob": {}
}
},
"powershell-7.x": {
"conceptualToc": "docs-conceptual/TOC.yml",
"packageRoot": "7.1",
"conceptualTocUrl": "/powershell/scripting/powershell-7.1/toc.json",
"referenceTocUrl": "/powershell/module/psdocs/toc.json",
"modules": {
"CimCmdlets": {},
"Microsoft.PowerShell.Archive": {},
"Microsoft.PowerShell.Core": {},
"Microsoft.PowerShell.Diagnostics": {},
"Microsoft.PowerShell.Host": {},
"Microsoft.PowerShell.Management": {},
"Microsoft.PowerShell.Security": {},
"Microsoft.PowerShell.Utility": {},
"Microsoft.WSMan.Management": {},
"PackageManagement": {},
"PowerShellGet": {},
"PSDesiredStateConfiguration": {},
"PSDiagnostics": {},
"PSReadLine": {},
"ThreadJob": {}
}
}
}

0 comments on commit 7a6a93f

Please sign in to comment.