Bah, I was too quick at publishing the previous commit, did not notice
that I had copy-pasted an ending hyphen without including the same
hyphen when marking before pasting. Oh well. Water under the bridge.
/meh
2 more files with link references to the already added files in this PR:
- TOC.md
- policy-configuration-service-provider.md
Changes done here are limited to the file names in the links and the
link texts. No further work has been done to improve these 2 files.
#sign-off
- "Policies" -> "Policy CSPs" in the metadata section
- "policies-" -> "policy-csps-" at the start of the file name links
- added blank line between Related topics heading and subsequent link
- ADMX-backed policies
- Policies supported by Group Policy
- Policies supported by Windows 10 IoT Core
- Policies supported by Windows 10 IoT Enterprise
- Policies supported by Microsoft Surface Hub
- Policies that can be set using Exchange Active Sync (EAS)
Description:
As requested by yannisle (Yannis Lempidakis) in issue ticket #6610 (Can
we change the title of this page to Poilcy "CSPs" supported by HoloLens
2? It makes it clear because the word Policy alone confuses customers),
this PR suggests to rename the page title and the file name according
to the request, to say "Policy CSPs supported by" instead of only
"Policies supported by", because that seems to confuse customers.
Thanks to yannisle for posting the request in ticket #6610.
Changes proposed:
- Rename the page titles, from "Policies supported by"[...]
to "Policy CSPs supported by"[...], in 3 pages (so far)
- Rename the page names, from "policies-supported-by"[...]
to "policy-csps-supported-by"[...], affecting 3 files (so far)
- Whitespace changes:
- Reduce the bullet point link list spacing, from 3 to 1
- Remove 1 redundant end-of-line space in the "div class" section
- Add NewLine (line break) at the end-of-file (EOF) for all 3 files
Additional notes:
- [ ] Confirm whether 6 more files need the same change:
- Policies supported by Group Policy
- ADMX-backed policies
- Policies supported by Windows 10 IoT Enterprise
- Policies supported by Windows 10 IoT Core
- Policies supported by Microsoft Surface Hub
- Policies that can be set using Exchange Active Sync (EAS)
(See #6610#issuecomment-623102343 for details)
Ticket closure or reference:
Closes#6610
The following examples are technically accurate, but unlike the preview here where they display correctly as two seperate line items:
**ms-device-enrollment:?mode=mdm**
**ms-device-enrollment:?mode=mdm&username=someone@example.com&servername=<https://example.server.com>**
When viewing the page externally they are 'appended' to each other and wrapped, which is misleading as it makes them appear to be one long command as follows:
**ms-device-enrollment:?mode=mdm ms-device-enrollment:?mode=mdm&username=someone@example.com&servername=<https://example.server.com>**
Can we please fix the layout to ensure they appear as follows: (also, perhaps we can change the mode=mdm in the first line to mode=awa just to provide some variety in the examples please)
**ms-device-enrollment:?mode=mdm**
**ms-device-enrollment:?mode=mdm&username=someone@example.com&servername=<https://example.server.com>**