Skip to content

Commit e1c3c7f

Browse files
thechriskentVesaJuvonen
authored andcommitted
Added link for the creation of an app catalog (SharePoint#1734)
1 parent c392e62 commit e1c3c7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/spfx/web-parts/get-started/serve-your-web-part-in-a-sharepoint-page.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ The JavaScript files, CSS, and other assets are packaged inside of the package w
8585

8686
Next, you need to deploy the package that was generated to the app catalog.
8787

88+
> [!NOTE]
89+
> If you do not have an app catalog, a SharePoint Online Admin can create one by following the instructions in this guide: [Use the App Catalog to make custom business apps available for your SharePoint Online environment](https://support.office.com/en-us/article/use-the-app-catalog-to-make-custom-business-apps-available-for-your-sharepoint-online-environment-0b6ab336-8b83-423f-a06b-bcc52861cba0).
90+
8891
1. Go to your site's app catalog.
8992

9093
2. Upload or drag and drop the **helloworld-webpart.sppkg** to the app catalog.
@@ -182,4 +185,4 @@ Congratulations! You have deployed a client-side web part to a modern SharePoint
182185
You can continue building out your Hello World web part in the next topic [Hosting client-side web part from Office 365 CDN](./hosting-webpart-from-office-365-cdn.md), where you will learn how to deploy and load the web part assets from an Office 365 CDN instead of localhost.
183186

184187
> [!NOTE]
185-
> If you find an issue in the documentation or in the SharePoint Framework, report that to SharePoint engineering by using the [issue list at the sp-dev-docs repository](https://github.com/SharePoint/sp-dev-docs/issues). Thanks for your input in advance.
188+
> If you find an issue in the documentation or in the SharePoint Framework, report that to SharePoint engineering by using the [issue list at the sp-dev-docs repository](https://github.com/SharePoint/sp-dev-docs/issues). Thanks for your input in advance.

0 commit comments

Comments
 (0)