We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaa1313 + acfb995 commit 0540731Copy full SHA for 0540731
scripts/list-quickstart-urls.js
@@ -8,7 +8,7 @@ const NR1_GUIDED_INSTALL_NERDLET = 'nr1-install-newrelic.nr1-install-newrelic';
8
const csvColumns = ['Quickstart name,url'];
9
const urls = quickstarts
10
.map((quickstart) => {
11
- const hasInstallableComponent = quickstart.installPlans.length === 1;
+ const hasInstallableComponent = quickstart.installPlans.length > 0;
12
const hasGuidedInstall =
13
hasInstallableComponent &&
14
quickstart.installPlans[0].id.includes('guided-install');
0 commit comments