Benjamin R. Haskell
65ec3a3763
Revert pull request #48
...
Reverts commit b3a620808a
in order to
replace it with more-targeted blocks.
2016-10-07 00:56:17 -04:00
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
LRubin
9039fe6f82
remove file that was causing a path conflict
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-04 16:10:49 -07:00
LRubin
d02565028c
checking in source to better diff
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-04 15:56:03 -07:00
LRubin
55be806bd7
check in apidocs move
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-04 15:53:07 -07:00
LRubin
5248490972
fixes up cloud api docs
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-04 11:11:14 -07:00
John Mulhausen
b244267e7f
Create Gemfile.lock
2016-09-30 18:47:12 -07:00
John Mulhausen
f4fd119842
Move of cloud-api-docs
2016-09-30 18:44:57 -07:00
John Mulhausen
99bab305bd
Removing merge detritus
2016-09-29 23:38:12 -07:00
John Mulhausen
42964d8b7d
Removing empty front-matter
2016-09-29 22:39:30 -07:00
Misty Stanley-Jones
d53c6798c9
Convert TOML to YAML, tweaks to work with Jekyll
2016-09-29 17:16:03 -07:00
Misty Stanley-Jones
15efc2d851
Initial import of https://github.com/docker/cloud-docs
2016-09-29 11:31:42 -07:00
Misty Stanley-Jones
e6b2531858
Moved docker-trusted-registry imported docs to apidocs and docker-trusted-registry subdirectories
2016-09-28 14:29:59 -07:00