Commit Graph

20 Commits

Author SHA1 Message Date
Sebastiaan van Stijn 2091f8ec57
engine/reference/commandline: disable read-time through config
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-22 17:08:00 +02:00
Sebastiaan van Stijn e4c227b0c9
reference: update "generated docs" comment
The "Sorry, but" was bothering me; no need to apologise :D

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 15:26:06 +01:00
Adrian Plata 60d5ae7d7e removing reading time from Reference
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-14 13:50:42 -07:00
Sebastiaan van Stijn 652f6703bf
Remove "edge-only" include
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-14 22:45:03 +01:00
Sebastiaan van Stijn f0e552f8db
Add SEO redirects for edge commandline reference
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-14 22:44:30 +01:00
gbarr01 3950e84534 Update CLI reference files and TOC 2018-01-02 17:13:00 -08:00
Sebastiaan van Stijn e9bb8bf2bd Update references to moby/moby and 17.03.x branch (#3956)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-07-24 13:49:51 -07:00
Bill a3a7ae1e0b replaced docker/docker with moby/moby (#2879)
* replaced docker/docker with moby/moby

* fixed incorrect name changes in release notes

* fixed mentions of moby/moby in code
2017-04-20 15:32:18 -05:00
Misty Stanley-Jones 10be60a80f Go back to small /edge (#2736)
* Go back to small /edge

* Update site front page

Add info about Editions
Reorganize components
Update headings

* Move logic of fetching content to a script

* Add v1.28 API

* Add info about versioned API
2017-04-13 18:58:56 -07:00
Misty Stanley-Jones b3ca1d6120 Add 17.04 CLI refs
Also adjust CLI stub pages and cli.md to look in a different
data folder for edge releases
2017-04-05 17:45:44 -07:00
John Mulhausen 35898701eb YAML-sourced CLI refdocs 2017-01-19 11:12:55 -08:00
Misty Stanley-Jones d2e8ccf844 Remove engine docs for refs, plugins, deprecated from docs source
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-16 15:51:05 -08:00
Misty Stanley-Jones eb5c8670bc Change instances of alias: to redirect_from:
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-04 17:07:02 -07: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
weslord 8ac3830f70 Add aliases to engine/reference/ subdirs for backwards compatible links 2016-10-22 15:32:58 -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