Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"docsets_to_publish": [
{
"base_path": "powershell",
"base_path": "powershell/dsc",
"build_entry_point": "docs",
"build_output_subfolder": "PowerShell-Docs-DSC",
"build_source_folder": "dsc",
Expand Down
4 changes: 2 additions & 2 deletions dsc/breadcrumb/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
tocHref: /powershell/dsc/
topicHref: /powershell/dsc/overview
- name: PowerShell DSC
tocHref: /powershell/module/dsc-2.0
tocHref: /powershell/dsc/module/dsc-2.0
topicHref: /powershell/dsc/overview
- name: PowerShell DSC
tocHref: /powershell/module/dsc-3.0
tocHref: /powershell/dsc/module/dsc-3.0
topicHref: /powershell/dsc/overview
14 changes: 8 additions & 6 deletions dsc/docfx.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"build": {
"content": [
{ "dest": "dsc/breadcrumb", "files": [ "toc.yml" ], "src": "breadcrumb" },
{ "dest": "breadcrumb", "files": [ "toc.yml" ], "src": "breadcrumb" },

{ "dest": "dsc", "files": [ "**/*.md", "**/*.yml" ], "src": "docs-conceptual/dsc-2.0", "version": "dsc-2.0" },
{ "dest": "", "files": [ "**/*.md", "**/*.yml" ], "src": "docs-conceptual/dsc-2.0", "version": "dsc-2.0" },
{ "dest": "module", "exclude": [ "toc.yml" ], "files": [ "**/*.yml" ], "src": "dsc-2.0", "version": "dsc-2.0" },
{ "dest": "module/dsc-2.0", "files": [ "**/About/*.md", "**/*.yml" ], "src": "dsc-2.0", "version": "dsc-2.0" },
{ "dest": "module", "files": [ "**/About/*.md" ], "src": "dsc-2.0", "version": "dsc-2.0" },
{ "dest": "module/dsc-2.0", "files": [ "toc.yml" ], "src": "dsc-2.0", "version": "dsc-2.0" },

{ "dest": "dsc", "files": [ "**/*.md", "**/*.yml" ], "src": "docs-conceptual/dsc-3.0", "version": "dsc-3.0" },
{ "dest": "", "files": [ "**/*.md", "**/*.yml" ], "src": "docs-conceptual/dsc-3.0", "version": "dsc-3.0" },
{ "dest": "module", "exclude": [ "toc.yml" ], "files": [ "**/*.yml" ], "src": "dsc-3.0", "version": "dsc-3.0" },
{ "dest": "module/dsc-3.0", "files": [ "**/About/*.md", "**/*.yml" ], "src": "dsc-3.0", "version": "dsc-3.0" },
{ "dest": "module", "files": [ "**/About/*.md" ], "src": "dsc-3.0", "version": "dsc-3.0" },
{ "dest": "module/dsc-3.0", "files": [ "toc.yml" ], "src": "dsc-3.0", "version": "dsc-3.0" },

{ "dest": "dsc", "files": [ "**/*.md", "**/*.yml" ], "src": "virtual-folder" },
{ "dest": "", "files": [ "**/*.md", "**/*.yml" ], "src": "virtual-folder" },
{ "dest": "module", "files": [ "**/*.md", "**/*.yml" ], "src": "virtual-folder-module" }
],
"exportRawModel": true,
Expand Down
8 changes: 4 additions & 4 deletions dsc/mapping/monikerMapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"dsc-2.0": {
"packageRoot": "dsc-2.0",
"conceptualToc": "docs-conceptual/dsc-2.0/toc.yml",
"conceptualTocUrl": "/powershell/dsc/dsc-2.0/toc.json",
"referenceTocUrl": "/powershell/module/dsc-2.0/toc.json",
"conceptualTocUrl": "/powershell/dsc/toc.json",
"referenceTocUrl": "/powershell/dsc/module/dsc-2.0/toc.json",
},
"dsc-3.0": {
"packageRoot": "dsc-3.0",
"conceptualToc": "docs-conceptual/dsc-3.0/toc.yml",
"conceptualTocUrl": "/powershell/dsc/dsc-3.0/toc.json",
"referenceTocUrl": "/powershell/module/dsc-3.0/toc.json",
"conceptualTocUrl": "/powershell/dsc/toc.json",
"referenceTocUrl": "/powershell/dsc/module/dsc-3.0/toc.json",
}
}