-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2000 from sarahkitten/main
Return quickstart keywords as empty array if no keywords are provided
- Loading branch information
Showing
5 changed files
with
54 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
utils/mock_files/quickstarts/mock-quickstart-11/config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Name of the quickstart (required) | ||
slug: template-quickstart | ||
|
||
# Displayed in the UI (required) | ||
title: Template Quickstart | ||
|
||
# Long-form description of the quickstart (required) | ||
description: | | ||
The template quickstart allows you to get visibility into the performance and available of your example service and dependencies. Use this quickstart together with the mock up integrations. | ||
# Displayed in search results and recommendations. Summarizes a quickstarts functionality. | ||
summary: | | ||
A short form description for this quickstart | ||
# Support level: New Relic | Verified | Community (required) | ||
level: Community | ||
|
||
# Authors of the quickstart (required) | ||
authors: | ||
- John Smith | ||
|
||
# No keywords | ||
|
||
# Reference to install plans located under /install directory | ||
# Allows us to construct reusable "install plans" and just use their ID in the quickstart config | ||
installPlans: | ||
- mock-install-1 | ||
|
||
dataSourceIds: | ||
- test-data-source | ||
|
||
documentation: | ||
- name: Installation Docs | ||
url: docs.newrelic.com | ||
description: Description about this doc reference | ||
|
||
# Content / Design | ||
icon: logo.png | ||
website: https://www.newrelic.com |