Skip to content

Commit

Permalink
Merge pull request #346 from newrelic/edit-pass-and-tweaks
Browse files Browse the repository at this point in the history
Add node.js note to 5 min guide, and remove observability guide
  • Loading branch information
jerelmiller authored Jun 30, 2020
2 parents a81f4e8 + e6932e0 commit 4fcbb79
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 95 deletions.
4 changes: 0 additions & 4 deletions src/data/sidenav.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
"displayName": "Automate workflows",
"url": "/automate-workflows",
"children": [
{
"displayName": "Orchestrate observability workflows",
"url": "/automate-workflows/workflow-automation"
},
{
"displayName": "Tag a set of resources efficiently",
"url": "/automate-workflows/5-mins-tag-resources"
Expand Down
7 changes: 6 additions & 1 deletion src/markdown-pages/automate-workflows/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ description: ''

<Intro>

When building today's complex systems, you want an easy, predictable way to verify configuration is defined as expected. This concept, Observability as Code, is brought to life through a collection of New Relic-supported orchestration tools, including Terraform, AWS CloudFormation, and a command-line interface. These tools enable you to integrate New Relic into your existing workflows, easing adoption, accelerating deployment, and returning focus to your main job--getting stuff done.
When building today's complex systems, you want an easy, predictable way to verify that your configuration is defined as expected. This concept, Observability as Code, is brought to life through a collection of New Relic-supported orchestration tools, including Terraform, AWS CloudFormation, and a command-line interface. These tools enable you to integrate New Relic into your existing workflows, easing adoption, accelerating deployment, and returning focus to your main job&mdash;getting stuff done.

In addition to our Terraform and CLI guides below, find more automation solutions in our [Developer Toolkit](https://newrelic.github.io/developer-toolkit/).


<Video id="6uw3tu0d23" type="wistia" />

</Intro>


89 changes: 0 additions & 89 deletions src/markdown-pages/automate-workflows/workflow-automation.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion src/markdown-pages/build-apps/build-hello-world-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Use your New Relic account credentials to log into our [CLI wizard](https://one.
* Download options for the New Relic CLI (command line interface)
* Customized CLI commands to configure your environment

After you install the CLI and configure your environment, continue with the steps below.
After you install the CLI and configure your environment, continue with the steps below. If you want to build your app and see it locally, you need to install [Node.js](https://nodejs.org/en/download/) and run `npm install`.

## Create a local version of the "Hello, World!" application

Expand Down

0 comments on commit 4fcbb79

Please sign in to comment.