mirror of https://github.com/docker/docs.git
lint: header spacing rules
This commit is contained in:
parent
774950dc52
commit
4ff46f1e45
|
@ -3,3 +3,7 @@
|
||||||
rule 'header-style'
|
rule 'header-style'
|
||||||
rule 'ol-prefix', :style => :ordered
|
rule 'ol-prefix', :style => :ordered
|
||||||
rule 'no-reversed-links'
|
rule 'no-reversed-links'
|
||||||
|
rule 'no-missing-space-atx'
|
||||||
|
rule 'no-multiple-space-atx'
|
||||||
|
rule 'no-missing-space-closed-atx'
|
||||||
|
rule 'no-multiple-space-closed-atx'
|
||||||
|
|
|
@ -25,6 +25,7 @@ The **Images on disk** status bar displays the number of images and the total di
|
||||||
Use the **Search** field to search for any specific image.
|
Use the **Search** field to search for any specific image.
|
||||||
|
|
||||||
You can sort images by:
|
You can sort images by:
|
||||||
|
|
||||||
- Name
|
- Name
|
||||||
- Date created
|
- Date created
|
||||||
- Size
|
- Size
|
||||||
|
|
Loading…
Reference in New Issue