luojie233
e735294bb5
duplicated the ( #957 )
...
Signed-off-by: Jie Luo <luo612@zju.edu.cn>
2016-12-21 11:05:56 -08:00
Michal Guerquin
204051f35c
Fix typo ( #853 )
...
UCP -> UDP
2016-12-12 16:10:30 -08:00
Adrien Duermael
50ee158a65
CI - added test for keywords in markdown frontmatters ( #805 )
...
* added test for keywords
Signed-off-by: Adrien Duermael <adrien@duermael.com>
* fixed keywords in some md files for tests to pass
Signed-off-by: Adrien Duermael <adrien@duermael.com>
* fixed keywords in /datacenter
Signed-off-by: Adrien Duermael <adrien@duermael.com>
* tests/Dockerfile: no need to add git
Signed-off-by: Adrien Duermael <adrien@duermael.com>
* tests/Dockerfile: changed maintainer
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-06 16:45:11 -08:00
Misty Stanley-Jones
1b8631d28c
Document publishing a UDP port
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-28 15:41:00 -08:00
John Mulhausen
558314bf56
Converges titles to imperative-form, front-matter based, and sentence-case ( #438 )
...
Multiple title fixes, consistency fixes, convergence into metadata-based titles.
2016-11-04 15:38:40 -07:00
Misty Stanley-Jones
33d3d067d0
Revert "fix some frontmatter keywords values"
2016-11-04 13:30:04 -07:00
Gaetan de Villele
7a11f05943
fix some frontmatter keywords values
...
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-03 10:22:12 -07:00
Benjamin R. Haskell
362e94b2bc
Disable Liquid templating for blocks with `{{`
...
Instead of disabling templating for entire files, fix instances
individually by wrapping blocks in:
```{% raw %}
... content ...
{% endraw %}```
Signed-off-by: Benjamin R. Haskell <docker@benizi.com>
2016-10-07 00:58:08 -04:00
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
Misty Stanley-Jones
d53c6798c9
Convert TOML to YAML, tweaks to work with Jekyll
2016-09-29 17:16:03 -07:00
Misty Stanley-Jones
9d5e59d503
Moved engine imported docs to the engine subdirectory
2016-09-29 11:19:31 -07:00