Updates project with metadata to support new App Catalog commands
The NR1 CLI will soon be updated with commands for publishing to the app catalog. These metadata updates prepare this app for integrating with those new commands.
Changes
Add a config.json file to a catalog directory in the repo root, matching this format.
Add a documentation.md file to a catalog directory in the repo root, matching this format.
(Optional) If there's additional documentation referenced in the repo, add a additionalInfo.md file to a catalog directory in the repo root, matching this format.
Update the relative paths in documentation.md to be absolute paths
Add the new header image to the top of README.md and catalog/documentation.md.
Updates project with metadata to support new App Catalog commands
The NR1 CLI will soon be updated with commands for publishing to the app catalog. These metadata updates prepare this app for integrating with those new commands.
Changes
config.json
file to acatalog
directory in the repo root, matching this format./screenshots
directory intocatalog
:README.md
.additionalInfo.md
file to acatalog
directory in the repo root, matching this format.documentation.md
to be absolute pathsREADME.md
andcatalog/documentation.md
.README.md
commands section matches Justin's snippet.npm start
and let the CLI move thenr1.json
Closes newrelic/nr1-graphiql-notebook#34