Skip to content

Commit

Permalink
Merge pull request #431 from newrelic/nerpack_layout_link
Browse files Browse the repository at this point in the history
added a link to nerdpack layout repos
  • Loading branch information
jerelmiller authored Jul 13, 2020
2 parents d0a4080 + 55af0eb commit e3f961e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
47 changes: 47 additions & 0 deletions src/components/__tests__/__snapshots__/Footer.js.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Footer renders correctly 1`] = `
<footer
className="footer"
>
<div
className="container container"
>
<div
className="leftColumn"
>
<a
className="logo logo"
href="/"
/>
<div
className="copyright"
>
Copyright © 2020 New Relic Inc.
</div>
</div>
<nav
aria-label="Footer"
className="nav"
role="navigation"
>
<ul>
<li>
<a
href="/one"
>
One
</a>
</li>
<li>
<a
href="/two"
>
Two
</a>
</li>
</ul>
</nav>
</div>
</footer>
`;
1 change: 1 addition & 0 deletions src/markdown-pages/explore-docs/intro-to-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,4 @@ The Platform API components of the New Relic One SDK enable your application to

- [New Relic documentation](https://docs.newrelic.com)
- [Community page for how to add a time picker](https://discuss.newrelic.com/t/how-to-add-the-time-picker-to-nrql-queries/94268)
- [Nerdpack boilerplate layouts ](https://github.com/newrelic?q=layout&type=&language=)

0 comments on commit e3f961e

Please sign in to comment.