From e3ac0f1a6bc1568c810988d3f99ede2535022de2 Mon Sep 17 00:00:00 2001
From: kKronstainBrown
Date: Wed, 31 May 2017 14:01:47 -0400
Subject: [PATCH 1/2] Revised IBM Bluemix Container Service description
---
docs/setup/pick-right-solution.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
From ab310e21cd27725c5a4a7953f55cba8721292e5f Mon Sep 17 00:00:00 2001
From: Steve Perry
Date: Wed, 31 May 2017 15:53:04 -0700
Subject: [PATCH 2/2] Templates (#3949)
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
---
docs/home/contribute/page-templates.md | 30 ++++++++++++++++++--------
1 file changed, 21 insertions(+), 9 deletions(-)
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:
- overview - required
@@ -36,6 +36,11 @@ variables, and then include templates/task.md:
- whatsnext - optional
+Then include templates/task.md like this:
+
+{% raw %}...
+{% 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.
@@ -74,8 +79,7 @@ Here's an interesting thing to know about the steps you just did.
* See this [related task](...).
{% endcapture %}
-{% include templates/task.md %}
-
+{% include templates/task.md %}
{% endraw %}
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:
- overview - required
@@ -104,6 +108,11 @@ variables, and then include templates/tutorial.md:
- whatsnext - optional
+Then include templates/tutorial.md like this:
+
+{% raw %}...
+{% 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:
- overview - required
@@ -180,6 +188,11 @@ variables, and then include templates/concept.md:
- whatsnext - optional
+Then include templates/concept.md like this:
+
+{% raw %}...
+{% 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: