Skip to content

Commit 6a25339

Browse files
authored
Merge pull request #1748 from newrelic/lucia/update-nerdpack-detail-docs
Updates guide images of the new nerdpack detail UI.
2 parents 6272e0c + 56bbf18 commit 6a25339

File tree

8 files changed

+25
-9
lines changed

8 files changed

+25
-9
lines changed

src/images/ab-test/whats-inside.png

326 KB
Loading
87.5 KB
Loading
Loading
Loading

src/markdown-pages/build-apps/build-hello-world-app.mdx

+7-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Select **catalog**, which creates a stub in your project under the _catalog_ dir
228228

229229
<Step>
230230

231-
In the root `catalog` directory of your project, add screenshots or various types of metadata to describe your project. For details about what you can add, see [Add catalog metadata and screenshots](https://docs.newrelic.com/docs/new-relic-one/use-new-relic-one/build-new-relic-one/discover-manage-applications-new-relic-one-catalog#clamshell-2).
231+
In the root `catalog` directory of your project, add screenshots or various types of metadata to describe your project. You can also add screenshots in the catalog directories of your launcher or Nerdlet. For details about what you can add, see [Update your Nerdpack's catalog metadata](https://developer.newrelic.com/build-apps/publish-deploy/catalog/#update-your-nerdpacks-catalog-metadata)
232232

233233
</Step>
234234

@@ -246,6 +246,12 @@ nr1 catalog:submit
246246

247247
Return to Instant Observability and refresh the page to see your new screenshots and metadata describing your project.
248248

249+
![Overview View](../../images/create-hello-world/hello-world-overview.png)
250+
251+
And if you added screenshots to your launcher or Nerdlet, you can see them under What's inside:
252+
253+
![What's Inside View](../../images/create-hello-world/hello-world-whats-inside.png)
254+
249255
</Step>
250256

251257
</Steps>

src/markdown-pages/build-apps/create-an-ab-test-application/catalog-info.mdx

+10-8
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Create the _catalog_ directories:
4444
nr1 create --type catalog
4545
```
4646

47-
This creates a root _catalog_ directory with template files for inputting custom information about your app and a catalog directory for each Nerdpack item where screenshots can be stored.
47+
This creates a root _catalog_ directory with template files for inputting custom information about your app and a _catalog_ directory for each Nerdpack item where screenshots can be stored.
4848

4949
<Callout variant="tip">
5050

@@ -110,22 +110,24 @@ Read [our documentation](/build-apps/publish-deploy/catalog#update-your-nerdpack
110110

111111
<Step>
112112

113-
Save [this screenshot](https://github.com/newrelic-experimental/nru-programmability-course/raw/main/publish/ab-test/catalog/screenshots/screenshot.png) to your _catalog/screenshots_ directory.
114113

115-
Users will be able to see a carousel of screenshots in your app's **About** page in the catalog.
114+
Save [this screenshot](https://github.com/newrelic-experimental/nru-programmability-course/raw/main/publish/ab-test/catalog/screenshots/screenshot.png) to the following two directories:
115+
116+
117+
- _nru-programmability-course/describe-app/ab-test/catalog/screenshots_
118+
- _nru-programmability-course/describe-app/ab-test/nerdlets/ab-test-nerdlet/catalog/screenshots_
119+
120+
Users will be able to see a carousel of screenshots in your app's **Overview** page in the catalog.
116121

117122
</Step>
118123

119124
<Step>
120125

121-
Save the following icon as _icon.png_ in two places:
122-
123-
- _nru-programmability-course/describe-app/ab-test_
124-
- _nru-programmability-course/describe-app/ab-test/launchers/ab-test-launcher_
126+
Save the following icon as _icon.png_ in _nru-programmability-course/describe-app/ab-test_.
125127

126128
![App icon](../../../images/ab-test/icon.png)
127129

128-
This will act as the launcher's icon and the app's catalog icon on the **About** page.
130+
This will act as the app's catalog icon on the **Overview** page.
129131

130132
</Step>
131133

src/markdown-pages/build-apps/create-an-ab-test-application/publish.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ Click on the app to see more:
274274
275275
![Your app details](../../../images/ab-test/app-about.png)
276276
277+
You see the screenshots added to your launcher or Nerdlet under **What's inside**:
278+
279+
![What's inside preview](../../../images/ab-test/whats-inside.png)
280+
277281
Here, you see app details, a documentation tab, release notes, and screenshots.
278282
279283
</Step>

src/markdown-pages/build-apps/serve-publish-subscribe/catalog.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ Click your Nerdpack to see the new details:
205205

206206
![App details](../../../images/serve-publish-subscribe/demo-app-details.png)
207207

208+
Click **What's inside** to see any screenshots you uploaded for individual items in your Nerdpack:
209+
210+
![What's Inside Tab](../../../images/build-an-app/whats-inside-tab.png)
211+
208212
</Step>
209213

210214
</Steps>

0 commit comments

Comments
 (0)