mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
## Description - Adds section to SCIM docs for Entra ID/Azure OIDC - Adds testing section to SCIM doc - Adds troubleshooting guide for provisioning - Fixes numbers to 1,1,1 format - Ignore vale ## Related issues or tickets https://docker.atlassian.net/browse/ENGDOCS-2648 ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
25 lines
649 B
JSON
25 lines
649 B
JSON
{
|
|
"default": false,
|
|
"blanks-around-headings": true,
|
|
"hr-style": true,
|
|
"heading-start-left": true,
|
|
"single-h1": true,
|
|
"no-trailing-punctuation": true,
|
|
"no-missing-space-atx": true,
|
|
"no-multiple-space-atx": true,
|
|
"no-missing-space-closed-atx": true,
|
|
"no-multiple-space-closed-atx": true,
|
|
"no-space-in-emphasis": true,
|
|
"no-space-in-code": true,
|
|
"no-space-in-links": true,
|
|
"no-empty-links": true,
|
|
"ol-prefix": {"style": "one_or_ordered"},
|
|
"no-reversed-links": true,
|
|
"reference-links-images": {
|
|
"shortcut_syntax": false
|
|
},
|
|
"fenced-code-language": true,
|
|
"table-pipe-style": true,
|
|
"table-column-count": true
|
|
}
|