docs/datacenter/ucp/2.1/guides/admin/configure
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
..
external-auth Update LDAP integration topic for UCP 2.1.3 web ui (#3107) 2017-04-27 15:37:29 -07:00
add-labels-to-cluster-nodes.md Add how to use constraints once we created node labels (#2964) 2017-04-21 14:18:49 -05:00
add-sans-to-cluster.md Jekyll: don't put {% raw %} directives in pre blocks 2018-03-13 10:28:29 -07:00
integrate-with-dtr.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
license-your-installation.md Update license-your-installation.md (#2668) 2017-04-07 13:15:01 -07:00
restrict-services-to-worker-nodes.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
run-only-the-images-you-trust.md Improve content trust docs in DDC 2017-03-13 11:36:25 -07:00
scale-your-cluster.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
set-up-high-availability.md Updates all DDC links 2017-02-08 21:02:32 -08:00
store-logs-in-an-external-system.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
use-a-load-balancer.md Add use a load balancer to UCP 2017-02-08 21:02:32 -08:00
use-domain-names-to-access-services.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
use-trusted-images-for-ci.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
use-your-own-tls-certificates.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00