From c7f5f4610edd5a7d7fae63b01c173dd30eb3c612 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Fri, 23 Oct 2020 15:16:10 -0700 Subject: [PATCH] fix: update guides to use the component --- .../5-mins-tag-resources.mdx | 4 ++-- .../automate-workflows/automated-tagging.mdx | 8 +++---- .../get-started-kubernetes.mdx | 4 ++-- .../kubernetes-helm-deployment.mdx | 4 ++-- .../build-apps/add-nerdgraphquery-guide.mdx | 20 ++++++++-------- .../build-apps/add-time-picker-guide.mdx | 24 +++++++++---------- .../explore-docs/nerdstorage.mdx | 4 ++-- src/pages/kubecon-europe-2020.js | 7 +++--- 8 files changed, 37 insertions(+), 38 deletions(-) diff --git a/src/markdown-pages/automate-workflows/5-mins-tag-resources.mdx b/src/markdown-pages/automate-workflows/5-mins-tag-resources.mdx index 6b3f57ef1..cf6fb20ed 100644 --- a/src/markdown-pages/automate-workflows/5-mins-tag-resources.mdx +++ b/src/markdown-pages/automate-workflows/5-mins-tag-resources.mdx @@ -113,10 +113,10 @@ What if you want to add multiple tags? You can use tag sets for that: While tags `tag1:value1,tag2:value2` - + Adding tags is an asynchronous operation: it could take a little while for the tags to get created. - + ```bash lineNumbers=false # Adding a single tag diff --git a/src/markdown-pages/automate-workflows/automated-tagging.mdx b/src/markdown-pages/automate-workflows/automated-tagging.mdx index 6f5b59e61..53d9f527d 100644 --- a/src/markdown-pages/automate-workflows/automated-tagging.mdx +++ b/src/markdown-pages/automate-workflows/automated-tagging.mdx @@ -178,11 +178,11 @@ The first section is `services`: `services` defines one service, `app1`, which lives on `host1` at port `5001`. It uses the Demo Nodetron you learned about earlier in this guide as its source. - + In this example, some HTML has been removed for clarity. To run the deployer, you need to use the real content in `hello.json`. - + The second section is `global_tags`: @@ -288,11 +288,11 @@ Visit your application by navigating to the `app1` url in your browser: From there, you can follow the instructions to send traffic to New Relic. - + Your `app1` url will be different than the url shown in this guide. - + diff --git a/src/markdown-pages/automate-workflows/get-started-kubernetes.mdx b/src/markdown-pages/automate-workflows/get-started-kubernetes.mdx index d7e35f460..548c4db4a 100644 --- a/src/markdown-pages/automate-workflows/get-started-kubernetes.mdx +++ b/src/markdown-pages/automate-workflows/get-started-kubernetes.mdx @@ -222,12 +222,12 @@ We have a Kubernetes test cluster ready for you in 2 minutes. By following this Good luck! - + Some browsers automatically disable the use of iframes. If the module isn't loading please check your browser settings. - +