diff --git a/_includes/cli.md b/_includes/cli.md index c345dea800..b2519e161e 100644 --- a/_includes/cli.md +++ b/_includes/cli.md @@ -8,9 +8,9 @@ {% if controller_data.min_api_version %} -API {{ controller_data.min_api_version }}+  +API {{ controller_data.min_api_version }}+  The client and daemon API must both be at least -{{ controller_data.min_api_version }} +{{ controller_data.min_api_version }} to use this command. Use the `docker version` command on the client to check your client and daemon API versions. @@ -18,7 +18,7 @@ your client and daemon API versions. {% if controller_data.deprecated %} -> This command is [deprecated](/engine/deprecated/){: target="_blank" class="_"}. +> This command is [deprecated](/engine/deprecated/){: target="_blank" rel="noopener" class="_"}. > > It may be removed in a future Docker version. {: .warning } @@ -29,7 +29,7 @@ your client and daemon API versions. > This command is only available on Docker Enterprise Edition. > -> Learn more about [Docker Enterprise products](/ee/supported-platforms/){: target="_blank" class="_"}. +> Learn more about [Docker Enterprise products](/ee/supported-platforms/){: target="_blank" rel="noopener" class="_"}. {: .important } {% endif %} @@ -115,10 +115,10 @@ For example uses of this command, refer to the [examples section](#examples) bel {% for option in alloptions %} - {% capture deprecated-badge %}{% if option.deprecated %}deprecated{% endif %}{% endcapture %} - {% capture experimental-daemon-badge %}{% if option.experimental %}experimental (daemon){% endif %}{% endcapture %} - {% capture experimental-cli-badge %}{% if option.experimentalcli %}experimental (CLI){% endif %}{% endcapture %} - {% capture min-api %}{% if option.min_api_version %}API {{ option.min_api_version }}+{% endif %}{%endcapture%} + {% capture deprecated-badge %}{% if option.deprecated %}deprecated{% endif %}{% endcapture %} + {% capture experimental-daemon-badge %}{% if option.experimental %}experimental (daemon){% endif %}{% endcapture %} + {% capture experimental-cli-badge %}{% if option.experimentalcli %}experimental (CLI){% endif %}{% endcapture %} + {% capture min-api %}{% if option.min_api_version %}API {{ option.min_api_version }}+{% endif %}{%endcapture%} {% capture flag-orchestrator %}{% if option.swarm %}Swarm{% endif %}{% if option.kubernetes %}Kubernetes{% endif %}{% endcapture %} {% capture all-badges %}{{ deprecated-badge }}{{ experimental-daemon-badge }}{{ experimental-cli-badge }}{{ min-api }}{{ flag-orchestrator }}{% endcapture %} {% assign defaults-to-skip = "[],map[],false,0,0s,default,'',\"\"" | split: ',' %} diff --git a/_includes/footer.html b/_includes/footer.html index 6ccf02c7c7..757726b997 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -47,9 +47,9 @@
You can use the Bootstrap and CSS to add expand/collapse accordions. This implementation makes use of the `.panel-heading` classes in [`_utilities.scss`](https://github.com/docker/docker.github.io/blob/master/_scss/_utilities.scsss), -along with [FontAwesome icons](http://fontawesome.io/cheatsheet/){: target="_blank" class="_" } +along with [FontAwesome icons](http://fontawesome.io/cheatsheet/){: target="_blank" rel="noopener" class="_" } (fa-caret-down) and (fa-caret-up). @@ -433,13 +433,13 @@ the padding renders as white space around the code block grey background. If we don't like this effect, we can remove `block` for code samples. The `style="cursor: pointer"` tag enables the expand/collapse functionality to -work on mobile. (You can use the [Xcode iPhone simulator](https://developer.apple.com/library/content/documentation/IDEs/Conceptual/iOS_Simulator_Guide/GettingStartedwithiOSSimulator/GettingStartedwithiOSSimulator.html#//apple_ref/doc/uid/TP40012848-CH5-SW4){: target="_blank" class="_" } to test on mobile.) +work on mobile. (You can use the [Xcode iPhone simulator](https://developer.apple.com/library/content/documentation/IDEs/Conceptual/iOS_Simulator_Guide/GettingStartedwithiOSSimulator/GettingStartedwithiOSSimulator.html#//apple_ref/doc/uid/TP40012848-CH5-SW4){: target="_blank" rel="noopener" class="_" } to test on mobile.) There are a lot of samples out there for Bootstrap accordions. This is the model we used: [PPxOJX accordion sample with HTML and -CSS](https://codepen.io/anon/pen/PPxOJX){: target="_blank" class="_" }. (Here is +CSS](https://codepen.io/anon/pen/PPxOJX){: target="_blank" rel="noopener" class="_" }. (Here is another example, but it uses Javascript, whereas the implementation shown -[here](https://www.bootply.com/89084){: target="_blank" class="_" } is Bootstrap +[here](https://www.bootply.com/89084){: target="_blank" rel="noopener" class="_" } is Bootstrap and CSS only.) > Make sure `data-target`'s and `id`'s match, and are unique @@ -536,10 +536,10 @@ You can make a badge a link. Wrap the `` with an `` (not the other way around) so that the text on the badge is still white. ```html -Test +Test ``` -Test +Test You can also put tooltips on badges (as the example above shows). Keep reading for tooltips. diff --git a/toolbox/toolbox_install_windows.md b/toolbox/toolbox_install_windows.md index 3358f4f3a7..32e1d7a428 100644 --- a/toolbox/toolbox_install_windows.md +++ b/toolbox/toolbox_install_windows.md @@ -56,7 +56,7 @@ To verify your machine meets these requirements, do the following:
**For Windows 10** - Run [Speccy](https://www.piriform.com/speccy){: target="_blank" class="_"}, and look at the CPU information. + Run [Speccy](https://www.piriform.com/speccy){: target="_blank" rel="noopener" class="_"}, and look at the CPU information.
**For Windows 8 or 8.1** @@ -71,7 +71,7 @@ To verify your machine meets these requirements, do the following:
**For Windows 7** - Run a tool like the [Microsoft® Hardware-Assisted Virtualization Detection Tool](http://www.microsoft.com/en-us/download/details.aspx?id=592){: target="_blank" class="_"} or [Speccy](https://www.piriform.com/speccy){: target="_blank" class="_"}, and follow the on-screen instructions. + Run a tool like the [Microsoft® Hardware-Assisted Virtualization Detection Tool](http://www.microsoft.com/en-us/download/details.aspx?id=592){: target="_blank" rel="noopener" class="_"} or [Speccy](https://www.piriform.com/speccy){: target="_blank" rel="noopener" class="_"}, and follow the on-screen instructions.

3. Verify your Windows OS is 64-bit (x64)