Commit Graph

13 Commits

Author SHA1 Message Date
Sebastiaan van Stijn 7d1dca27b3
Add enterprise redirect stubs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-02 09:47:11 +02:00
Sebastiaan van Stijn 4977dd2961
Remove enterprise content
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-02 09:47:07 +02:00
Dawn W Docker b49e6e0d5c branding changes for EE
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-12 08:32:09 -07:00
Jeffrey Morgan d15739c5e7 Merge branch 'master' into consolidation-changes 2018-11-14 18:29:09 -05:00
Jeffrey Morgan ca466a55ed Rename Docker Store and Docker Cloud - WIP 2018-10-04 19:41:32 -04:00
Oscar Caballero 269c80d2d9 Spelling revision 2018-09-23 21:43:11 +02:00
Trapier Marshall 4fffc0ae55 dtr: align haproxy timeouts with recommendations (#6836)
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-06-06 20:44:35 -07:00
Gwendolynne Barr 3dcc8d0b55
Remove references to security scanning for private repos (#6444) 2018-04-20 10:33:55 -07:00
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
Nathan Jones bf0f9768c4 Fixed broken dtr_version rendering
Commands were failing because the DTR version number wasn't rendering. I fixed it on this page by replacing "dtr_version" with "page.dtr_version" in three places.
2018-03-12 14:19:02 -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
Aaron Thomas eca889ca88 Updating set-up-high-availability.md
This request is based on an internal support case with Genesys ( A Docker Enterprise Customer ) who confirmed through our sales department ( who has relayed they've confirmed via engineering ) that we current support installing DTR on the same nodes as UCP manager nodes. Our documentation however says this is a requirement and Genesys has requested we update our documentation to reflect this which is the basis of this change. [https://docker.my.salesforce.com/5000f00001FBE2l](Docker Support Case 00033149)
2018-01-02 10:02:03 -08:00
Joao Fernandes c60e1efe5a Introduce DTR 2.4 2017-11-02 10:03:22 -07:00