mirror of https://github.com/docker/docs.git
Merge pull request #10305 from usha-mandya/yaml-format-patch
Add markdown lint json file
This commit is contained in:
commit
7aa6a90dee
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"default": true,
|
||||||
|
"MD013": { "line_length": -1 },
|
||||||
|
"MD030": { "ol_multi": 2 }
|
||||||
|
}
|
|
@ -26,7 +26,6 @@ Swarm never creates individual containers like we did in the previous step of th
|
||||||
|
|
||||||
Let's write a simple stack file to run and manage our bulletin board. Place the following in a file called `bb-stack.yaml`:
|
Let's write a simple stack file to run and manage our bulletin board. Place the following in a file called `bb-stack.yaml`:
|
||||||
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue