forked from MicrosoftDocs/PowerShell-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update toc for samples * cleanup build warning related to jea * fix descriptions of multipliers
- Loading branch information
Showing
6 changed files
with
16 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# README | ||
|
||
The JEA content has been moved to [reference/docs-conceptual/learn/remoting/jea](https://github.com/MicrosoftDocs/PowerShell-Docs/tree/staging/reference/docs-conceptual/learn/remoting/jea). | ||
The JEA content has been moved to [reference/docs-conceptual/learn/remoting/jea](https://github.com/MicrosoftDocs/PowerShell-Docs/tree/staging/reference/docs-conceptual/learn/remoting/jea). | ||
|
||
This folder structure is required to support redirection. It can be deleted once SEO makes redirection unnecessary. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,34 @@ | ||
{ | ||
|
||
"build": { | ||
|
||
"content": [ | ||
|
||
{ "files": ["**/**.md", "**/**.yml"], "exclude": ["**/obj/**"] } | ||
|
||
], | ||
|
||
"content": [{ | ||
"files": ["**/**.md", "**/**.yml"], | ||
"exclude": ["**/obj/**","README.md"] | ||
}], | ||
"globalMetadata": { | ||
|
||
"toc_preview": true, | ||
|
||
"breadcrumb_path": "bread/toc.yml", | ||
|
||
"breadcrumb_path": "", | ||
"uhfHeaderId": "MSDocsHeader-Powershell", | ||
|
||
"ROBOTS": "INDEX, FOLLOW", | ||
|
||
"ms.devlang": "powershell", | ||
|
||
"ms.tgt_pltfr": "windows, macos, linux", | ||
|
||
"feedback_system": "GitHub", | ||
|
||
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs", | ||
|
||
"feedback_product_url": "https://github.com/powershell/jea/issues/new" | ||
|
||
}, | ||
|
||
"fileMetadata": { | ||
|
||
"ms.prod": { "**/**.md": "powershell" }, | ||
|
||
"ms.technology": { "**/**.md": "powershell-jea" }, | ||
|
||
"ms.topic": { "**/**.md": "conceptual" }, | ||
|
||
"manager": { "**/**.md": "carmonm" }, | ||
|
||
"author": { "**/**.md": "rpsqrd" }, | ||
|
||
"ms.author": { "**/**.md": "ryanpu" } | ||
|
||
}, | ||
|
||
"resource": [ | ||
|
||
{ "files": ["**/images/**"], "exclude": ["**/obj/**"] } | ||
|
||
], | ||
|
||
"resource": [{ | ||
"files": ["**/images/**"], | ||
"exclude": ["**/obj/**"] | ||
}], | ||
"template": "op.html", | ||
|
||
"dest": "jea", | ||
|
||
"markdownEngineName": "markdig" | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters