318 Commits

Author SHA1 Message Date
Dani Halfin
94d81cdf2a adding includes 2020-08-13 12:49:34 -07:00
yanqingw-amy
7e53ace1ea
Update net-framework-problems-with-ie11.md
Merge more information section of KB2996039
2020-07-07 16:07:15 +08:00
Gary Moore
860e752cbc
Tidied a cross reference 2020-04-17 16:35:40 -07:00
Daniel Simpson
280e5d1aac
Merge pull request #6500 from illfated/chore_md_indent_marker_spacing
chore: Whitespace consistency & MD compatibility
2020-04-17 11:27:15 -07:00
illfated
fad867331a chore: Whitespace consistency & MD compatibility
Description:

- follow-up to my previous PR #6060
  (chore: MarkDown Note marker compatibility spacing)

Main directory: /browsers/

This is a follow-up attempt to standardize the MarkDown Note bubbles
by adding the recommended single space after the quote marker.
MarkDown codestyle & whitespace usage consistency is the main goal here.

Additional proposed changes:
- Remove redundant end-of-line (EOL) whitespace
- Simplify blank space usage in bullet point lists/numbered lists to 1
- Replace some tab characters with 4 blank spaces (GitHub compatibility)
- Reduce redundant blank line whitespace usage:
    - remove excessive blank lines between sections
    - remove surplus blank lines in minimal bullet point lists

File-specific improvement change:
browsers/edge/microsoft-edge-kiosk-mode-deploy.md
- Add back missing table readability spacing and cell dividers.

Ticket reference or closure:
None that I know of (at least not yet).

Additional notes:
- I have split this modification chore into sub-folder sections
to keep the number of files within a reasonably manageable amount.
- Some of the whitespace changes could not be applied due to layout.
2020-04-14 23:06:36 +02:00
LauraKellerGitHub
c2bc138e25 removing file 2020-04-06 18:31:54 -07:00
Dan Wesley
5f6fc44bcc
Merge pull request #2444 from MicrosoftDocs/v-danwes-update-site-list-manager
update table, add file
2020-04-03 09:18:33 -07:00
Dan Wesley
0438f50e21 update
run acrolinx
add to toc
2020-04-02 15:52:25 -07:00
Shilpa Subramanian
26e62a5975
Update review-neutral-sites-with-site-list-manager.md
Added header
2020-04-02 14:54:50 -07:00
Shilpa Subramanian
fc98ae1703
Update review-neutral-sites-with-site-list-manager.md 2020-04-02 14:53:06 -07:00
Shilpa Subramanian
ae54e9ddea
Update use-the-enterprise-mode-site-list-manager.md
Adding row for neutral sites review doc
2020-04-02 14:45:45 -07:00
Shilpa Subramanian
4e7505d189
Site List manager 11.0 updates
Added content for IE mode updates to the tool
2020-04-02 14:40:34 -07:00
Shilpa Subramanian
df63c991ae
Update review-neutral-sites-with-site-list-manager.md
Added content
2020-04-02 14:06:54 -07:00
Dan Wesley
bfe8950c48 update table, add file
update site list manager table with link to new file (scan neutral sites)
2020-04-02 10:16:57 -07:00
Ramakrishna Konidena
f6fc405f84
Broken link
Removing the sentence that has broken link - could not find a suitable replacement  - checked with CSS SME from IE (Louis Shanks) and confirmed that we can remove the sentence with broken link.
2020-04-02 11:46:58 -05:00
Joey Caparas
7cd231dfd5 fix links 2020-03-27 14:52:38 -07:00
LauraKellerGitHub
29a8e7c505 png rebranding 2020-03-12 12:57:44 -07:00
Greg Lindsay
070cd04af8 fix warnings 2020-03-03 12:22:56 -08:00
Daniel Simpson
755a7557cd
Merge pull request #6060 from illfated/md_note_spacing
chore: MarkDown Note marker compatibility spacing
2020-02-29 15:03:31 +00:00
Daniel Simpson
a04acd2185
Merge pull request #6134 from lychichem/patch-1
Make fix to EMIEsitelist be public
2020-02-29 14:54:18 +00:00
Chi Lei
4a02c69158
Update browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md
cosmetic/codestyle: redundant whitespace (blank lines) at the end of the file.

Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-02-29 08:53:44 +08:00
LauraKellerGitHub
ad949236f4 rebranding system center to endpoint md plus two png 2020-02-24 11:49:18 -08:00
Chi Lei
d1779ca3a9
Update browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md
Code Syntax hightlight by @illfated

Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-02-24 09:09:00 +08:00
Chi Lei
32fd7fc642
Fix type error in EMIESitelist sample
This fixes issue #6105
2020-02-23 15:56:23 +08:00
Trond B. Krokli
d1a0759bc1
Missing single space correction (MD formatting)
Add single space between MarkDown bold formatting and the following word.
2020-02-20 02:51:49 +01:00
illfated
67af30f4f1 chore: MarkDown Note marker compatibility spacing
Description:

This PR is a standalone attempt to standardize the MarkDown Note
bubbles by adding the recommended single space after the quote marker.
MarkDown codestyle consistency is the main goal here.

Changes proposed:
- Add single space between the quote marker and the text [!NOTE]
- Add the same spacing to the connected text line in the same bubble
- Apply the same standard to other nearby notes, e.g. [!IMPORTANT]
- Standardize on uppercase [!NOTE] instead of mixed casing ( [!Note] )
- Remove some of the obvious redundant spacing at end-of-file

Ticket reference or closure:

None that I know of (at least not yet).

Additional notes:
I have split this modification chore into sub-folder sections to keep
the number of files within a reasonably manageable amount.
2020-02-15 03:35:34 +01:00
Tom Bolds
ff473cd3cf
Update enterprise-mode-schema-version-1-guidance.md 2020-02-04 17:04:08 -08:00
Tom Bolds
49be1abcfd
Update browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-02-04 17:01:46 -08:00
Tom Bolds
e3b25a5e12
Update browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-02-04 17:01:39 -08:00
Tom Bolds
e97fc1422e
Update browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-02-04 17:00:58 -08:00
Tom Bolds
7b6896b07a
Update browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-02-04 17:00:48 -08:00
Tom Bolds
85f5639766
Update browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-02-04 17:00:08 -08:00
Tom Bolds
9ebf0b1bd6
Update browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-02-04 16:59:27 -08:00
Tom Bolds
6e74656ee9
Updating attribute descriptions
Fixing some attribute descriptions and adding doNotTransition and forceCompatView.
2020-02-04 12:01:36 -08:00
LauraKellerGitHub
cb6cac089f review change requests completed 2020-01-29 11:42:30 -08:00
LauraKellerGitHub
398405a5a0 Rebrand last eight for first pass 2019-12-31 18:30:51 -08:00
Daniel H. Brown
ec5ed94772
Merge pull request #5584 from twbolds/patch-3
Correcting samples and deprecated attributes in enterprise-mode_schem…
2019-12-03 14:45:10 -08:00
Daniel H. Brown
6689a66d69
Merge pull request #5582 from twbolds/patch-2
Correcting Schema Attributes section
2019-12-03 14:43:50 -08:00
Tom Bolds
05a54a0cb2
Correcting samples and deprecated attributes in enterprise-mode_schema-version-2-guidance
Correcting the sample xml so that the comments don't break parsing rules. Also, updating the "Default" and "None" captialization to be consistent with our other documentation and tools.

Updating the "Deprecated attributes" section to be more accurate about elements and attributes. Also corrected samples.
2019-12-02 15:06:50 -08:00
Tom Bolds
66336fb098
Correcting Schema Attributes section
This change fixes 2 issues in the "Schema Attributes" section.
1. This section uses < and > around the attribute names, which is confusing, because that is notation reserved for elements.
2. The description of exclude is a little vague and somewhat misleading.
2019-12-02 13:59:53 -08:00
Tom Bolds
500c0858f6
Changing badly formed comments and correcting capitalization in sample xml
The sample xml has a couple of problems that are fixed here.
1. Comments use -- not --- to begin and end. 3 hyphens will cause a parse error.
2. The default values for <compat-mode> (Default) and <open-in> (None) are not capitalized, which doesn't fit with other documentation and tools.
2019-12-02 13:41:09 -08:00
Daniel Simpson
beb4bb7d66
Update use-the-enterprise-mode-portal.md
fixing broken metadata
2019-09-17 15:31:00 -07:00
Daniel Simpson
f99225f469 updating metadata 2019-09-17 13:39:46 -07:00
Daniel Simpson
e75d0e07a1 MetadataUpdates1 2019-09-17 13:28:52 -07:00
lomayor
8fe8738405
Merge pull request #4783 from illfated/https_redundancy
Enterprise Mode schema: duplicate https usage
2019-09-09 18:18:51 -07:00
illfated
31dc5170cf Enterprise Mode schema: convert Important notes
As previously discussed in this PR, I have converted the
**Important** section headings by using their MarkDown equivalent
> [!IMPORTANT] (as well as adding the blockquote for its text content).
2019-09-07 23:05:30 +02:00
Greg Lindsay
bffa6491c5 a few more fixes 2019-09-06 12:22:57 -07:00
illfated
e2e480c99b Update: NewLine changes
- Remove extraneous NewLine breaks
- Remove missed HTML `<br>` code
2019-08-25 20:13:29 +02:00
illfated
d01f687a1a Enterprise Mode schema: duplicate https usage
- Resolve duplicate use of https where both http and https was intended
- MarkDown code fence XML tag corrections
- Replace HTML `<br>` codes with NewLine
- Remove redundant space at the end of the version 2 file

Resolves #4769
2019-08-25 20:01:31 +02:00
imba-tjd
5bde60c9d7 Remove en-us from url 2019-08-20 20:12:38 +08:00