Commit Graph

13 Commits

Author SHA1 Message Date
Akim Demaille 14b53b68c3 Jekyll: don't put {% raw %} directives in pre blocks
Replace all occurrences of

    ```foo
    {% raw %}
    bar
    {% endraw %}
    ```

(which generates spurious empty lines in the rendered pre block) with

    {% raw %}
    ```foo
    bar
    ```
    {% endraw %}

Also, fix some occurrences where the raw section is too large and
prevented interpretation of Jekyll directives.

This is the syntax used in the documentation of Jekyll itself:

https://raw.githubusercontent.com/jekyll/jekyll/master/docs/_docs/templates.md

FTR, done with two perl substitutions:

    '^([\t ]*```[^\n]*
    )([ \t]*\{% raw %\}[^\n]*
    )' '$2$1'

and

    '^([ \t]*\{% endraw %\}[^\n]*
    )([\t ]*```[^\n]*
    )' '$2$1'

and manually tweaks.  A mechanical check would be most useful.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-03-13 10:28:29 -07:00
Misty Stanley-Jones a4f5e30249
Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00
Jim Galasyn f89605478d
Fix typo (#5693) 2018-01-08 08:54:52 -08:00
Jim Galasyn be82c97805
Fix typo (#5692) 2018-01-08 08:35:41 -08:00
Jim Galasyn 3c3319860e Move task states topic to Engine (#4961) 2017-10-13 16:00:10 -07:00
Vivek Saraswat 66bbbeab95 HEAD vs GET for ping (#4758)
Adding a description of https://github.com/docker/orca/issues/9701 until we can get this fixed
2017-10-02 11:50:25 -07:00
Wang Jie a602fac14c Update troubleshoot-configurations.md (#4769) 2017-10-02 10:48:32 -07:00
Jim Galasyn 1979162614 Fix node state message (#4555) 2017-09-07 16:31:58 -07:00
Jim Galasyn fa6346958e Add table with task states (#181)
* Add table with task states

* Incorporate feedback on task states
2017-08-15 23:31:15 -07:00
Jim Galasyn b9984077a6 Update UCP command line examples to use full form (#180) 2017-08-15 23:31:15 -07:00
Jim Galasyn b8ffacac81 Update screenshots for Beta (#175) 2017-08-15 23:31:15 -07:00
Jim Galasyn da71e90152 Update troubleshooting topics (#140)
* Update troubleshooting topics

* Trim log dump
2017-08-15 23:31:15 -07:00
Joao Fernandes 5dc157d05d Introduce UCP 2.2 2017-08-15 23:31:15 -07:00