diff --git a/src/@newrelic/gatsby-theme-newrelic/icons/newrelic.js b/src/@newrelic/gatsby-theme-newrelic/icons/newrelic.js
index fdf641752..a5ec02bff 100644
--- a/src/@newrelic/gatsby-theme-newrelic/icons/newrelic.js
+++ b/src/@newrelic/gatsby-theme-newrelic/icons/newrelic.js
@@ -11,6 +11,7 @@ import relicans from './newrelic/relicans';
import share from './newrelic/share';
import nerdlog from './newrelic/nerdlog';
import checkShield from './newrelic/check-shield';
+import documentation from './newrelic/documentation';
export default {
...defaultIcons,
@@ -26,4 +27,5 @@ export default {
share,
nerdlog,
'check-shield': checkShield,
+ documentation,
};
diff --git a/src/@newrelic/gatsby-theme-newrelic/icons/newrelic/documentation.js b/src/@newrelic/gatsby-theme-newrelic/icons/newrelic/documentation.js
new file mode 100644
index 000000000..3edd1d422
--- /dev/null
+++ b/src/@newrelic/gatsby-theme-newrelic/icons/newrelic/documentation.js
@@ -0,0 +1,23 @@
+import React from 'react';
+import SVG from '@newrelic/gatsby-theme-newrelic/src/components/SVG';
+import { css } from '@emotion/react';
+
+const DocumentationIcon = () => (
+
+);
+
+export default DocumentationIcon;
diff --git a/src/components/quickstarts/QuickstartDataSources.js b/src/components/quickstarts/QuickstartDataSources.js
new file mode 100644
index 000000000..266b8f29d
--- /dev/null
+++ b/src/components/quickstarts/QuickstartDataSources.js
@@ -0,0 +1,77 @@
+import React from 'react';
+import { css } from '@emotion/react';
+import pluralize from 'pluralize';
+import { Surface, Link, Icon } from '@newrelic/gatsby-theme-newrelic';
+import Intro from '../Intro';
+import { quickstart } from '../../types';
+
+const QuickstartDataSources = ({ quickstart }) => (
+ <>
+
{doc.description}
} + +