Skip to content

Commit 9bb9115

Browse files
authored
minor cleanups (#4763)
* update toc for samples * cleanup build warning related to jea * fix descriptions of multipliers
1 parent 84789e9 commit 9bb9115

File tree

6 files changed

+16
-43
lines changed

6 files changed

+16
-43
lines changed

jea/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# README
22

3-
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).
3+
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).
4+
5+
This folder structure is required to support redirection. It can be deleted once SEO makes redirection unnecessary.

jea/docfx.json

Lines changed: 9 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,34 @@
11
{
2-
32
"build": {
4-
5-
"content": [
6-
7-
{ "files": ["**/**.md", "**/**.yml"], "exclude": ["**/obj/**"] }
8-
9-
],
10-
3+
"content": [{
4+
"files": ["**/**.md", "**/**.yml"],
5+
"exclude": ["**/obj/**","README.md"]
6+
}],
117
"globalMetadata": {
12-
138
"toc_preview": true,
14-
15-
"breadcrumb_path": "bread/toc.yml",
16-
9+
"breadcrumb_path": "",
1710
"uhfHeaderId": "MSDocsHeader-Powershell",
18-
1911
"ROBOTS": "INDEX, FOLLOW",
20-
2112
"ms.devlang": "powershell",
22-
2313
"ms.tgt_pltfr": "windows, macos, linux",
24-
2514
"feedback_system": "GitHub",
26-
2715
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs",
28-
2916
"feedback_product_url": "https://github.com/powershell/jea/issues/new"
30-
3117
},
32-
3318
"fileMetadata": {
34-
3519
"ms.prod": { "**/**.md": "powershell" },
36-
3720
"ms.technology": { "**/**.md": "powershell-jea" },
38-
3921
"ms.topic": { "**/**.md": "conceptual" },
40-
4122
"manager": { "**/**.md": "carmonm" },
42-
4323
"author": { "**/**.md": "rpsqrd" },
44-
4524
"ms.author": { "**/**.md": "ryanpu" }
46-
4725
},
48-
49-
"resource": [
50-
51-
{ "files": ["**/images/**"], "exclude": ["**/obj/**"] }
52-
53-
],
54-
26+
"resource": [{
27+
"files": ["**/images/**"],
28+
"exclude": ["**/obj/**"]
29+
}],
5530
"template": "op.html",
56-
5731
"dest": "jea",
58-
5932
"markdownEngineName": "markdig"
60-
6133
}
62-
6334
}

reference/3.0/Microsoft.PowerShell.Core/About/about_numeric_literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ than the maximum supported, that literal is malformed.
9494
## Numeric multipliers
9595

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

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

reference/4.0/Microsoft.PowerShell.Core/About/about_numeric_literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ than the maximum supported, that literal is malformed.
9494
## Numeric multipliers
9595

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

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

reference/5.0/Microsoft.PowerShell.Core/About/about_numeric_literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ than the maximum supported, that literal is malformed.
9494
## Numeric multipliers
9595

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

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

reference/5.1/Microsoft.PowerShell.Core/About/about_numeric_literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ than the maximum supported, that literal is malformed.
9494
## Numeric multipliers
9595

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

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

0 commit comments

Comments
 (0)