Skip to content

Commit

Permalink
minor cleanups (MicrosoftDocs#4763)
Browse files Browse the repository at this point in the history
* update toc for samples

* cleanup build warning related to jea

* fix descriptions of multipliers
  • Loading branch information
sdwheeler authored Sep 9, 2019
1 parent 84789e9 commit 9bb9115
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 43 deletions.
4 changes: 3 additions & 1 deletion jea/README.md
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.
47 changes: 9 additions & 38 deletions jea/docfx.json
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"

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ than the maximum supported, that literal is malformed.
## Numeric multipliers

For convenience, integer and real literals can contain a numeric multiplier,
which indicates one of a set of commonly used powers of 10. The numeric
which indicates one of a set of commonly used powers of 2. The numeric
multiplier can be written in any combination of upper or lowercase letters.

The multiplier suffixes can be used in combination with the `u`, `ul`, and `l`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ than the maximum supported, that literal is malformed.
## Numeric multipliers

For convenience, integer and real literals can contain a numeric multiplier,
which indicates one of a set of commonly used powers of 10. The numeric
which indicates one of a set of commonly used powers of 2. The numeric
multiplier can be written in any combination of upper or lowercase letters.

The multiplier suffixes can be used in combination with the `u`, `ul`, and `l`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ than the maximum supported, that literal is malformed.
## Numeric multipliers

For convenience, integer and real literals can contain a numeric multiplier,
which indicates one of a set of commonly used powers of 10. The numeric
which indicates one of a set of commonly used powers of 2. The numeric
multiplier can be written in any combination of upper or lowercase letters.

The multiplier suffixes can be used in combination with the `u`, `ul`, and `l`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ than the maximum supported, that literal is malformed.
## Numeric multipliers

For convenience, integer and real literals can contain a numeric multiplier,
which indicates one of a set of commonly used powers of 10. The numeric
which indicates one of a set of commonly used powers of 2. The numeric
multiplier can be written in any combination of upper or lowercase letters.

The multiplier suffixes can be used in combination with the `u`, `ul`, and `l`
Expand Down

0 comments on commit 9bb9115

Please sign in to comment.