Commit Graph

273 Commits

Author SHA1 Message Date
John Mulhausen f6562cf92a Update last_page.md 2016-10-05 16:10:52 -07:00
John Mulhausen 5389e6cb12 Update https.md 2016-10-05 16:07:08 -07:00
John Mulhausen e41a76bf81 Fix for table in reference/run 2016-10-05 16:02:13 -07:00
John Mulhausen 790dbb4cf4 Update builder.md 2016-10-05 15:39:53 -07:00
John Mulhausen 6538eba35f Update glossary.md 2016-10-05 15:39:27 -07:00
John Mulhausen f913e2c573 Update index.md 2016-10-05 15:39:09 -07:00
John Mulhausen e8ddc58189 Update run.md 2016-10-05 15:38:02 -07:00
John Mulhausen 6e599e9d05 Update intro.md 2016-10-05 15:26:49 -07:00
John Mulhausen 40f16b311e Merge pull request #49 from benizi/fix/missing-code-fence
Add missing close tag for fenced code block
2016-10-05 10:32:31 -07:00
Vladimir Rutsky 210d261bb4 don't split verbatim text over few lines
Should fix improperly formatted documentation page.
2016-10-05 20:38:15 +04:00
Benjamin R. Haskell 57542590b3 Add missing close tag for fenced code block 2016-10-05 02:17:41 -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
John Mulhausen c03bb7f90c Update services.md 2016-10-04 16:59:05 -07:00
John Mulhausen bb83c5f605 Update rhel.md 2016-10-04 15:24:14 -07:00
Victoria Bialas 300486bd77 removed ubuntu wily 15.10 references in install docs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-10-04 12:37:39 -07:00
John Mulhausen a0ee6c6004 Rendering fixes, part 1 (up through cs-engine) 2016-09-30 19:38:30 -07:00
John Mulhausen 0133cb646d Merge pull request #21 from pborreli/typos
Fixed typos
2016-09-30 11:51:42 -07:00
John Mulhausen 066b78bf86 Content rendering fixes 2016-09-30 01:51:56 -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
Pascal Borreli 6cd3fe8bd2 Fixed typos 2016-09-30 01:52:12 +01: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