diff --git a/docs/home/contribute/page-templates.md b/docs/home/contribute/page-templates.md index 60a65c0a23..caf5b41d90 100644 --- a/docs/home/contribute/page-templates.md +++ b/docs/home/contribute/page-templates.md @@ -26,7 +26,7 @@ to conceptual topics that provide related background and knowledge.
To write a new task page, create a Markdown file in a subdirectory of the /docs/tasks directory. In your Markdown file, provide values for these -variables, and then include templates/task.md:
+variables:... +{% include templates/task.md %}{% endraw %} +
In the steps
section, use ##
to start with a level-two heading. For subheadings,
use ###
and ####
as needed. Similarly, if you choose to have a discussion
section,
start the section with a level-two heading.
Here's an example of a published topic that uses the task template:
@@ -93,7 +97,7 @@ for deep explanations.To write a new tutorial page, create a Markdown file in a subdirectory of the /docs/tutorials directory. In your Markdown file, provide values for these -variables, and then include templates/tutorial.md:
+variables:... +{% include templates/tutorial.md %}{% endraw %} +
In the lessoncontent
section, use ##
to start with a level-two heading. For subheadings,
use ###
and ####
as needed.
@@ -154,8 +163,7 @@ Here's something interesting about the code you ran in the preceding steps.
* See this [related tutorial](...).
{% endcapture %}
-{% include templates/tutorial.md %}
-
+{% include templates/tutorial.md %}
{% endraw %}
Here's an example of a published topic that uses the tutorial template:
@@ -172,7 +180,7 @@ tutorials.To write a new concept page, create a Markdown file in a subdirectory of the /docs/concepts directory. In your Markdown file, provide values for these -variables, and then include templates/concept.md:
+variables:... +{% include templates/concept.md %}{% endraw %} +
In the body
section, use ##
to start with a level-two heading. For subheadings,
use ###
and ####
as needed.
@@ -209,8 +222,7 @@ To use ...
* See this [related task](...).
{% endcapture %}
-{% include templates/concept.md %}
-
+{% include templates/concept.md %}
{% endraw %}
Here's an example of a published topic that uses the concept template:
diff --git a/docs/setup/pick-right-solution.md b/docs/setup/pick-right-solution.md index 1313cdc3ab..c6e7104c1e 100644 --- a/docs/setup/pick-right-solution.md +++ b/docs/setup/pick-right-solution.md @@ -58,7 +58,7 @@ a Kubernetes cluster from scratch. * [OpenShift Online](https://www.openshift.com/features/) provides free hosted access for Kubernetes applications. -* [IBM Bluemix Container Service](https://console.ng.bluemix.net/docs/containers/container_index.html) offers managed Kubernetes clusters. +* [IBM Bluemix Container Service](https://console.ng.bluemix.net/docs/containers/container_index.html) offers managed Kubernetes clusters with isolation choice, operational tools, integrated security insight into images and containers, and integration with Watson, IoT, and data. * [Giant Swarm](https://giantswarm.io/product/) offers managed Kubernetes clusters in their own datacenter, on-premises, or on public clouds.