From 2e2ba426671d71cb2c18dea370a22d4a1855601c Mon Sep 17 00:00:00 2001 From: lucperkins Date: Wed, 27 Jun 2018 09:49:06 -0700 Subject: [PATCH] convert unnecessary note admonition to normal text --- content/en/docs/tutorials/stateful-application/cassandra.md | 6 +----- src/sass/styles.sass | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/content/en/docs/tutorials/stateful-application/cassandra.md b/content/en/docs/tutorials/stateful-application/cassandra.md index 0712907949..af90766417 100644 --- a/content/en/docs/tutorials/stateful-application/cassandra.md +++ b/content/en/docs/tutorials/stateful-application/cassandra.md @@ -177,11 +177,7 @@ Use `kubectl edit` to modify the size of a Cassandra StatefulSet. kubectl edit statefulset cassandra ``` - This command opens an editor in your terminal. The line you need to change is the `replicas` field. - - {{< note >}} - **Note:** The following sample is an excerpt of the StatefulSet file. - {{< /note >}} + This command opens an editor in your terminal. The line you need to change is the `replicas` field. The following sample is an excerpt of the StatefulSet file: ```yaml # Please edit the object below. Lines beginning with a '#' will be ignored, diff --git a/src/sass/styles.sass b/src/sass/styles.sass index 9f31e944e1..d140ad6810 100755 --- a/src/sass/styles.sass +++ b/src/sass/styles.sass @@ -4,4 +4,4 @@ // media queries @import "base" @import "tablet" -@import "desktop" +@import "desktop" \ No newline at end of file