Commit Graph

15 Commits

Author SHA1 Message Date
Trapier Marshall bca9fe63e1 ucp roles: fix punctuation 2018-10-22 14:20:36 -04: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
Wang Jie af5057340d Update recover-a-user-password.md (#2698)
* Update recover-a-user-password.md

1.Is "choose the user you want to change the password" acceptable? 
2.If not, which of the following modifications is better?
   "choose the user whose password you want to change"
   "choose the user you want to change the password for"
   ...

* Update recover-a-user-password.md
2017-04-12 10:32:05 -07:00
Wang Jie 5a18b6bf6f Update create-and-manage-users.md (#2727) 2017-04-11 13:42:18 -07:00
Wang Jie 0374ee13fb Update permission-levels.md (#2697) 2017-04-10 12:39:43 -07:00
Wang Jie 15c7205b49 Update create-and-manage-users.md (#2696) 2017-04-10 12:39:05 -07:00
Wang Jie d57bb818bd Update index.md (#2705) 2017-04-10 12:32:53 -07:00
Josh Hawn 0d91d29a3d [datacenter/ucp] Improve LDAP directory docs (#1773)
Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn)
2017-02-17 17:29:16 -08:00
Andy Clemenko 9693372f4c Added sentence about multiple teams per label.
This is not obvious on first read. Thus adding the sentence.
2017-02-17 11:34:38 -08:00
Andy Clemenko ab50611fbc Correct some language and..
And adding a link to the Securing DDC RA at the bottom.
2017-02-17 11:34:11 -08:00
Andy Clemenko b0d8e99a32 administrator --> administrative (#1776)
administrator users --> administrative users
2017-02-16 15:09:26 -08:00
Joao Fernandes 2b7412d72b Updates all DDC links 2017-02-08 21:02:32 -08:00
Joao Fernandes e79f8530bb Add recover password 2017-02-08 21:02:32 -08:00
Joao Fernandes f40f7f29ce Review UCP information architecture 2017-02-08 21:02:32 -08:00