docs/engine/admin
Benjamin R. Haskell b3a620808a Fix formatting for Markdown files containing `{{`
They're usually examples of Go-style text templates.  But, Liquid templating is treating them as variable substitutions.  E.g., in `engine/reference/commandline/ps.md`:

```bash
$ docker ps --filter volume=remote-volume --format "table {{.ID}}\t{{.Mounts}}"
```

is rendered as:

```bash
$ docker ps --filter volume=remote-volume --format "table \t"
```

Solution is to wrap entire files in `{% raw %} ... {% endraw %}` blocks.
2016-10-05 01:58:24 -04:00
..
b2d_volume_images Moved engine imported docs to the engine subdirectory 2016-09-29 11:19:31 -07:00
logging Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
ambassador_pattern_linking.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
b2d_volume_resize.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
chef.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
dsc.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
formatting.md Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
host_integration.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
index.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
live-restore.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
menu.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
puppet.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
registry_mirror.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
runmetrics.md Content rendering fixes 2016-09-30 01:51:56 -07:00
systemd.md Content rendering fixes 2016-09-30 01:51:56 -07:00
using_supervisord.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00