docs/engine/swarm
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
..
how-swarm-mode-works Update services.md 2016-10-04 16:59:05 -07:00
images Moved engine imported docs to the engine subdirectory 2016-09-29 11:19:31 -07:00
swarm-tutorial Rendering fixes, part 1 (up through cs-engine) 2016-09-30 19:38:30 -07:00
admin_guide.md Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
index.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
ingress.md Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
join-nodes.md Fixed typos 2016-09-30 01:52:12 +01:00
key-concepts.md Content rendering fixes 2016-09-30 01:51:56 -07:00
manage-nodes.md Content rendering fixes 2016-09-30 01:51:56 -07:00
menu.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
networking.md Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
raft.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
services.md Rendering fixes, part 1 (up through cs-engine) 2016-09-30 19:38:30 -07:00
swarm-mode.md Fixed typos 2016-09-30 01:52:12 +01:00