Add missing code-hints, and minor markdown edits
- Add missing code-hints (console, yaml) - Consistently add an empty line after code-blocks - Combine some examples where the output and the command were put in separate blocks. With the "console" code-hint, this is no longer nescessary. - fix indentation in cloud/ecs-integration.md, which caused the numbered-list to be interrupted. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
9b971331af
commit
072bad48b1
3 changed files with 4 additions and 3 deletions
|
@ -84,6 +84,7 @@ The following AWS policy is required by the registry for push and pull. Make sur
|
|||
]
|
||||
}
|
||||
```
|
||||
|
||||
See [the S3 policy documentation](http://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html) for more details.
|
||||
|
||||
# CloudFront as Middleware with S3 backend
|
||||
|
@ -135,7 +136,7 @@ are still directly written to S3.
|
|||
|
||||
The following example shows a minimum configuration:
|
||||
|
||||
```
|
||||
```yaml
|
||||
...
|
||||
storage:
|
||||
s3:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue