Commit Graph

14 Commits

Author SHA1 Message Date
art 47f2238e82 Adding link to ICCS docs
We had some users find the D4IC docs and think that it was the same
thing as the IBM Cloud container service docs. To address this, I added:
* Link on the index page to the ICCS docs
* An FAQ in case they are looking for containers in Kubernetes clusters
2018-04-02 11:39:40 -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
art 1ff6bcd429 Changes from peer review 2018-01-26 13:01:42 -08:00
art bf82a6b706 Fixing the superscripts in html table 2018-01-26 13:01:42 -08:00
art 6b6c6e0069 Fixes to formatting 2018-01-26 13:01:42 -08:00
art 739984965c Fixing copy errors 2018-01-26 13:01:42 -08:00
art c81e31dfd6 Beta v2 updates to various topics
- admin swarms: new dtr-storage param, UCP pw in create output, new
topic on security groups, note on COS storage not being deleted when
you delete a swarm

- cli-ref: new param to create cluster

- dtr-ibm-cos: new topics for Swift API COS, note on the delete

- faqs: permissions table

- Quickstart: UCP pw updates

- registry: point to new DTR COS topics

- release notes: add beta v1.0.2
2018-01-26 13:01:42 -08:00
art 6916f2a1a3 Updating release notes w v2 2018-01-26 13:01:42 -08:00
art 742816ddd0 Security groups
- update permissions table
- use Docker’s form for marking table footnotes in perm table
- update links to permissions table
- change intro to the loadbalancer docs to mention the use of security
groups & include link to those docs
2018-01-26 13:01:42 -08:00
Misty Stanley-Jones a55ddf60a9
Move /engine/installation to /install (#5651)
* Move /engine/installation to /install

* Add Docker for IBM Cloud to the matrix
2018-01-26 10:29:14 -08: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
Art 8058da6e0a D4ic docs updates (#5754)
* Revising service load balancer docs
2018-01-16 12:01:35 -08:00
art 73c8ff17a9 Fixing some formatting and command params 2017-12-21 13:32:46 -08:00
Art 8d9992996e Initial Docker EE for IBM Cloud closed beta docs (#5583)
* Initial Docker EE for IBM Cloud closed beta docs

* TOC indentation

* Resolving links

* Removing a param from delete command

* Updates to start up flow

* Addressing Misty's review on formatting
2017-12-20 11:37:46 -08:00