Commit Graph

1562 Commits

Author SHA1 Message Date
70bcf20da5 admin center and Office Online branding updates 2019-07-18 13:33:22 -07:00
262160eed5 Merge pull request #4479 from nschonni/fix-tab-after-list-marker
fix: Replace tab after ordered list marker
2019-07-18 09:08:23 -07:00
f418730793 fix: Replace tab after ordered list marker
Find: `\.\t`
Replace: `. `
2019-07-18 01:31:57 -04:00
cdb731f85f chore: Remove link locale 2019-07-18 01:27:41 -04:00
4af3d5650c fix: Replace syntax with langauge code 2 2019-07-18 01:24:10 -04:00
b9e417fb0c Merge pull request #4421 from nschonni/fix--MD038/no-space-in-code
fix: MD038/no-space-in-code
2019-07-17 17:24:56 -07:00
6fa5b7a9e1 Minor copy edit
While reading up on CSPs in preparation for a task, I made some small fixes (adding commas, removing extra lines of whitespace, and altering the wording slightly in some parts of the page).
2019-07-16 13:59:53 -04:00
57eca6d91e Merge pull request #4400 from ElizabethGreene/patch-1
Update customize-windows-10-start-screens-by-using-group-policy.md
2019-07-16 09:05:48 -07:00
eeeabe1562 Update lock-down-windows-10-to-specific-apps.md 2019-07-15 14:23:39 -07:00
01cd4ca8ab Update lock-down-windows-10-to-specific-apps.md 2019-07-15 14:15:20 -07:00
3fe1ee7cd7 Update kiosk-xml.md 2019-07-15 14:13:04 -07:00
340d30f872 Update kiosk-xml.md 2019-07-15 14:03:44 -07:00
301d3bfc3e fix: MD038/no-space-in-code
Spaces inside code span elements
2019-07-12 16:22:55 -04:00
2b5ae16601 Update customize-windows-10-start-screens-by-using-group-policy.md
minor typo correction in ## Related Topics
2019-07-10 19:22:43 -05:00
7f5f441c66 Merge pull request #4382 from bhooten/patch-1
Update wcd-admxingestion.md
2019-07-09 11:35:03 -07:00
4bdeabf849 Update wcd-admxingestion.md
Corrected file type from ADXM to ADMX on line 54 and added preceding line break to activate markdown formatting on line 77
2019-07-09 11:45:42 -04:00
1068a0ab72 fixing some broken links 2019-07-08 13:21:49 -07:00
ef1894a4ec Update kiosk-single-app.md
Update documentation to reflect that copy and paste is no longer possible for kiosk apps.
2019-07-08 09:03:42 -07:00
8988a61558 removed extraneous span tag 2019-07-06 16:59:20 -04:00
24767e2db0 Apply suggestions from code review
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2019-07-06 16:56:33 -04:00
4d109d045e fixed markdown headers that needed preceding line break 2019-07-05 09:23:34 -04:00
39a857ff9f Fixes #4322; typo fix + linting
[From user](https://github.com/MicrosoftDocs/windows-itpro-docs/issues/4322):

> "When the mult-app kiosk configuration is applied to a device, AppLocker rules will be generated to allow the apps that are listed in the configuration" should read "When the multi-app kiosk configuration is applied to a device, AppLocker rules will be generated to allow the apps that are listed in the configuration"

Also linted doc to make MarkdownLint happier.
2019-07-02 17:07:13 -04:00
cc003f9d3e Merge pull request #4273 from j0rt3g4/Issue#4076-2
Taskbar customization
2019-07-01 06:54:15 -07:00
7960f2f408 Update windows/configuration/customize-windows-10-start-screens-by-using-mobile-device-management.md
Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com>
2019-06-28 12:15:07 -05:00
705399db89 Merge pull request #4250 from TokyoScarab/patch-2
Small Note and Clarification
2019-06-27 09:03:58 -07:00
05ff7d589a Taskbar customization 2019-06-27 01:48:26 -05:00
ffda551f6c Update windows/configuration/lock-down-windows-10-to-specific-apps.md
Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com>
2019-06-26 16:48:50 -05:00
bb103d0c9a Update windows/configuration/lock-down-windows-10-to-specific-apps.md
Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com>
2019-06-26 16:48:44 -05:00
76968a83ba Update windows/configuration/lock-down-windows-10-to-specific-apps.md
Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com>
2019-06-26 16:48:36 -05:00
81398ba666 resolve the conflcit 2019-06-26 11:38:04 -07:00
1c091ae74a config changes for header 2019-06-25 13:44:19 -07:00
9e2f27be6a Small Note and Clarification
https://github.com/MicrosoftDocs/windows-itpro-docs/issues/1866
2019-06-25 15:55:27 -04:00
18cc9c97ce Merge pull request #4180 from nschonni/fix--MD033/no-inline-html
fix: MD033/no-inline-html
2019-06-25 10:43:23 -07:00
291ec526db fix: Replace "syntax" with "xml" code fences
Used find/replace regex in VS Code
Find:``` syntax(\s\n*)<\?xml
Replace:```xml$1<?xml
2019-06-22 01:49:00 -04:00
8113de34bb Merge pull request #4174 from nschonni/typo-addtional
typo: addtional -> additional
2019-06-21 08:57:54 -07:00
16b856c3d2 typo: Cilent -> Client 2019-06-21 02:51:03 -04:00
2ed412cef0 fix: MD033/no-inline-html
- Escape elements being swallowed as HTML
- Remove Head/Style that don't render on docs.ms
- Use backticks where there is no formatting
- Espace inside pre blocks
- Remove non-docfx xref with text
2019-06-21 02:42:25 -04:00
babf4ec7fb typo: addtional -> additional 2019-06-21 01:36:13 -04:00
1b7d253817 chore: Remove link locale
Also add code fence languages
2019-06-20 15:55:23 -04:00
5a26173b43 typo: managment -> management 2019-06-19 02:08:22 -04:00
d06c8445ce Merge pull request #4026 from chandde/patch-2
Update return code action for Shell Launcher CSP
2019-06-18 14:54:48 -07:00
937026d20c Merge pull request #4045 from nschonni/fix--MD039/no-space-in-links
fix: MD039/no-space-in-links
2019-06-17 09:41:15 -07:00
00fac14c43 Merge pull request #4052 from nschonni/double-kiosk
typo: Double word "kiosk"
2019-06-17 09:10:02 -07:00
49ce1f0285 typo: Double word "kiosk" 2019-06-17 00:45:33 -04:00
dcf628a168 typo: Double word "and" 2019-06-17 00:44:12 -04:00
d275ed8cd5 fix: MD039/no-space-in-links
Spaces inside link text
2019-06-16 15:57:47 -04:00
48a8eba256 Update kiosk-shelllauncher.md 2019-06-13 15:03:50 -07:00
60c3687667 Merge branch 'master' of https://github.com/microsoftdocs/windows-itpro-docs 2019-06-12 15:28:43 -07:00
28dce775d5 Merge pull request #3955 from illfated/kiosk-mdm-bridge_xml
Windows/Configuration: correct HTML code to XML tags
2019-06-12 15:19:15 -07:00
11966d286c some fixes 2019-06-11 13:31:07 -07:00