Commit Graph

40 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 eb75097db8 Fix port in domain name topic (#5016) 2017-10-17 17:02:28 -07:00
Jim Galasyn b576e23bf5 Update ElasticSearch command (#4659) 2017-09-18 14:45:21 -07:00
Victoria Bialas 7e9234338b Fix broken links on UCP links and TOC on 2.1 (#4573)
* fix UCP links and TOC on 2.1

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* re-organized 2.1 TOC to put TLS certs at end like for 2.2

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fix links per Joao's comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-11 14:32:53 -07:00
Jim Galasyn 115ccf10b4 Add es tag (#4482) 2017-08-31 16:44:50 -07:00
Jim Galasyn 4d87b4fc1a Fix broken image links (#3270) 2017-05-15 10:11:52 -07:00
Jim Galasyn 35f2f181b3 Update LDAP integration topic for UCP 2.1.3 web ui (#3107) 2017-04-27 15:37:29 -07:00
Lenny Linux 9a1f99cd11 add warning class and a linebreake to the warning blogquote (#2937)
* Update fedora.md

add warning class to blogquote

* Update linux-postinstall.md

add warning class to blogquote

* Update ubuntu.md

add warning class to blogquote

* Update https.md

add warning class to blogquote

* Update swarm_manager_locking.md

add warning class to blogquote

* Update dockerlinks.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update insecure.md

add warning class to blogquote

* Update discovery.md

add warning class to blogquote

* Update dockerd.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update docker_service_rm.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update scale-your-cluster.md

add warning class to blogquote

* Update resource_constraints.md

add warning class to blogquote

* Update binaries.md

add warning class to blogquote

* Update content_trust.md

add warning class to blogquote

* Update secrets.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update install-sandbox-2.md

add warning class to blogquote

* Update docker-toolbox.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update centos.md

add warning class to blogquote

* Update debian.md

add warning class to blogquote

* Update faqs.md

add linebreak after Looking for popular FAQs on Docker for Windows?

* Update install.md

add linebreake after **Already have Docker for Windows?**

* Revert "Update dockerd.yaml"

This reverts commit 3a98eb86f700ade8941483546c33f69a9dab8ac3.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 5dc1e75f37033932486c11287052b7d64bf83e55.

* Revert "Update docker_service_rm.yaml"

This reverts commit a983380a5625b471f1a03f8ed2301ead72f98f1b.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 4c454b883c300e26fbb056b954bb49ec2933b172.
2017-04-25 11:33:27 -07:00
Cory Locklear f09ef4ae26 #1168: Incorrect TLS cert instructions for Intermediate CA (#2881)
* #1168: TLS cert configuration instructions for Intermediate CA on UCP

* Fix long line

* Fix long line

* Fix to incorrect information

* Update TLS info for UCP 2.1
2017-04-24 11:34:59 -07:00
Julien Maitrehenry 3476bae9c5 Add how to use constraints once we created node labels (#2964)
* Add how to use constraints once we created node labels

* Fixes as asked by @joaofnfernandes
2017-04-21 14:18:49 -05:00
Steven Hanna b43c302c46 Spelling mistakes (#2970)
* Spelling mistakes

* Delete last_page.md
2017-04-20 17:26:18 -05:00
Wang Jie d9ca368947 Update index.md (#2695) 2017-04-10 12:38:19 -07:00
Wayne Song ef295e1ffe Add a note about SSL session affinity to HRM docs (#2635) 2017-04-07 15:02:53 -07:00
Wang Jie a9489eeaaf Update license-your-installation.md (#2668) 2017-04-07 13:15:01 -07:00
Wang Jie 1966f11de6 Update scale-your-cluster.md (#2669) 2017-04-07 13:14:31 -07:00
Wang Jie 8c4811cad6 Update add-sans-to-cluster.md (#2671)
* Update add-sans-to-cluster.md

* Update add-sans-to-cluster.md
2017-04-07 13:13:51 -07:00
Wang Jie 733b8a6b9a Update store-logs-in-an-external-system.md (#2672) 2017-04-07 13:13:21 -07:00
Wang Jie 09f709ed0c Update restrict-services-to-worker-nodes.md (#2673) 2017-04-07 13:12:41 -07:00
Wang Jie 0e9c1b9b3d Update use-domain-names-to-access-services.md (#2674) 2017-04-07 12:22:54 -07:00
Joao Fernandes 7b90ef4bdc Fix spelling errors (#2409) 2017-03-21 11:49:07 -07:00
Joao Fernandes 270d317e80 Review HRM admin guide 2017-03-17 17:36:09 -07:00
Adrian Kreher 08d355c6d1 Improve/modularize the UCP HRM docs
Resolves #1732. This separates out the use cases into three audiences:
administrators who configure UCP and HRM, users who use the web UI, and
users who use the Docker CLI or API. The CLI reference also provides a
guide to the label syntax and the full set of features.
2017-03-17 17:36:09 -07:00
Joao Fernandes f4b633da73 Improve content trust docs in DDC 2017-03-13 11:36:25 -07:00
Misty Stanley-Jones 51d033e640 Expand the docs for configuring UCP and DTR for content trust 2017-03-13 11:36:25 -07:00
Andy Clemenko 6860680644 "old.example.com.com" --> "old.example.com" (#2008)
Fixing : "old.example.com.com" --> "old.example.com"
2017-02-27 17:15:02 -08:00
Wayne Song cbe2a73526 Include CLI instructions in scale-your-cluster.md (#1791)
* Update scale-your-cluster.md

* Improve UCP CLI instructions
2017-02-23 14:04:46 -08:00
Sarah Park 6ee53d1007 Update some screenshots for DDC (#1894)
* Update screenshots for /datacenter/install/aws/

* Update screenshots for datacenter/install/linux/

* Update screenshots for datacenter/ucp/2.1/guides/

* Update screenshots for datacenter/ucp/2.1/guides/admin/install/

* Update screenshots for datacenter/ucp/2.1/guides/admin/configure/scale-your-cluster/

* Fix screenshot's text in /ucp/2.1/guides/admin/install/

* Update screenshots for datacenter/ucp/2.1/guides/admin/configure/scale-your-cluster/

* Update screenshots for /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/

* Update screenshot for /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/

* Update screenshot for /datacenter/ucp/2.1/guides/user/access-ucp/

* Update screenshots for /datacenter/ucp/2.1/guides/user/services/

* Update screenshots for /datacenter/ucp/2.1/guides/user/secrets/

* Update screenshots for /datacenter/install/aws/

* Update screenshots for datacenter/install/linux/

* Update screenshots for datacenter/ucp/2.1/guides/

* Update screenshots for datacenter/ucp/2.1/guides/admin/install/

* Update screenshots for datacenter/ucp/2.1/guides/admin/configure/scale-your-cluster/

* Fix screenshot's text in /ucp/2.1/guides/admin/install/

* Update screenshots for datacenter/ucp/2.1/guides/admin/configure/scale-your-cluster/

* Update screenshots for /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/

* Update screenshot for /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/

* Update screenshot for /datacenter/ucp/2.1/guides/user/access-ucp/

* Update screenshots for /datacenter/ucp/2.1/guides/user/services/

* Update screenshots for /datacenter/ucp/2.1/guides/user/secrets/
2017-02-23 13:16:39 -08:00
Tammy Fox efbc943514 move info about local users to note at the top (#1497)
* move info about local users to note at the top

To prevent users from configuring LDAP and *then* realizing their local users are deleted, it should also be stated at the beginning that a recovery admin should be created and that all the local users are deleted.

* Improve LDAP disclaimer
2017-02-21 12:50:30 -08:00
Misty Stanley-Jones c67bb9c093 Fix Liquid errors introduced recently 2017-02-21 10:35:10 -08: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
Wayne Song f3bf3f1a63 Create add-sans-to-cluster.md 2017-02-17 14:35:52 -08:00
Alex Mavrogiannis dad2695eef Rewrite UCP backup/restore and improve uninstall and support guides
Signed-off-by: Alex Mavrogiannis <alex.mavrogiannis@docker.com>
2017-02-17 13:30:24 -08:00
Alex Mavrogiannis 3bf3ad380e document how to safely remove swarm nodes
Signed-off-by: Alex Mavrogiannis <alex.mavrogiannis@docker.com>
2017-02-16 17:04:23 -08:00
Joao Fernandes 0e5bd6473c Review IA of content trust in DDC 2017-02-08 21:02:33 -08:00
Joao Fernandes 2b7412d72b Updates all DDC links 2017-02-08 21:02:32 -08:00
Joao Fernandes 7a3e97c41f Add restrict services to worker nodes 2017-02-08 21:02:32 -08:00
Joao Fernandes b1430732a8 Add use a load balancer to UCP 2017-02-08 21:02:32 -08:00
Joao Fernandes a2cb8bceb9 Add labels to UCP nodes 2017-02-08 21:02:32 -08:00
Joao Fernandes f40f7f29ce Review UCP information architecture 2017-02-08 21:02:32 -08:00