docs/apidocs
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
..
cloud-api-source Fix formatting for Markdown files containing `{{` 2016-10-05 01:58:24 -04:00
docker-cloud checking in source to better diff 2016-10-04 15:56:03 -07:00
layouts checking in source to better diff 2016-10-04 15:56:03 -07:00
v1.3.3 Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
v1.4.0 Removing empty front-matter 2016-09-29 22:39:30 -07:00
v2.0.0 Removing empty front-matter 2016-09-29 22:39:30 -07:00
v2.0.1 Removing empty front-matter 2016-09-29 22:39:30 -07:00
dtr-api-overview.png Moved docker-trusted-registry imported docs to apidocs and docker-trusted-registry subdirectories 2016-09-28 14:29:59 -07:00
index.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00
overview.md Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00