Commit Graph

17 Commits

Author SHA1 Message Date
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
Trapier Marshall bca9fe63e1 ucp roles: fix punctuation 2018-10-22 14:20:36 -04:00
Jeffrey Morgan ca466a55ed Rename Docker Store and Docker Cloud - WIP 2018-10-04 19:41:32 -04:00
Jim Galasyn 0518ac55c2 Port UCP user topics to template (#391) 2018-04-16 13:31:24 -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
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
Michael Pereira d6536e9ddc Fix link to LDAP configuration for UCP (#5645)
I suppose that the document for LDAP configuration was moved into the admin subfolder and this page wasn't updated as part of this commit: 623478bb56
2018-01-07 09:35:44 -08:00
Joao Fernandes 40c6a99757
Improve script to reset user password (#5298)
* Improve script to reset user password

* Update UCP recover pass
2017-11-14 11:05:54 -08:00
Wang Jie 9cc3b1e5b4 Update create-and-manage-users.md (#4846) 2017-10-09 10:20:19 -07:00
Wang Jie 6d01b64094 Update index.md (#4845) 2017-10-09 10:19:43 -07:00
Jim Galasyn aaf90c9dfc WIP: Add topic on stacks and collections (#4623)
Add topic on stacks and collections
2017-09-14 18:10:06 -07:00
Joao Fernandes 3f0c3c3297 Replace Datacenter with Docker EE (#4566) 2017-09-11 17:08:22 -07:00
Jim Galasyn c6d413a8c4 Update LDAP screenshot and UI descriptions (#4435) 2017-08-29 17:09:38 -07:00
Jim Galasyn 623478bb56 Fix link to LDAP topic (#4428) 2017-08-29 11:34:57 -07:00
Jim Galasyn 973ea916f3 Add cool rbac graphics (#4289) 2017-08-18 16:55:17 -07:00
Joao Fernandes 1fa5f5988d Refactor rbac topics (#4229)
* Refactor rbac topics

* Make headings sentence case
2017-08-17 08:36:18 -07:00