Skip to content

Commit 1f752af

Browse files
committed
Adding reference to issue list to main tutorials
1 parent eeae2b7 commit 1f752af

17 files changed

+50
-2
lines changed
0 Bytes
Loading

docs/spfx/extensions/get-started/build-a-hello-world-extension.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,6 @@ This dialog is thrown by your SharePoint Framework Extension. Note that because
161161
162162
## Next steps
163163
Congratulations, you've gotten your first SharePoint Framework Extension running! To continue building out your extension, see [Using page placeholders from Application Customizer (Hello World part 2)](./using-page-placeholder-with-extensions.md). You will use the same project and take advantage of specific content placeholders for modifying the UI of SharePoint. Notice that the ```gulp serve``` command is still running in your console window (or in Visual Studio Code if you are using the editor). You can continue to let it run while you go to the next article.
164+
165+
> [!NOTE]
166+
> If you find an issue in the documentation or in the SharePoint Framework, please report that to SharePoint engineering using the [issue list at sp-dev-docs repository](https://github.com/SharePoint/sp-dev-docs/issues). Thanks for your input advance.

docs/spfx/extensions/get-started/building-simple-cmdset-with-dialog-api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,3 +375,6 @@ Now you are ready to deploy the solution to a SharePoint site and to have the `C
375375
Notice how **Command One** and **Command Two** are rendering in the toolbar based on your ListView Command Set customizations.
376376
377377
![Additional buttons visible on the toolbar](../../../images/ext-com-dialog-visible-deployment.png)
378+
379+
> [!NOTE]
380+
> If you find an issue in the documentation or in the SharePoint Framework, please report that to SharePoint engineering using the [issue list at sp-dev-docs repository](https://github.com/SharePoint/sp-dev-docs/issues). Thanks for your input advance.

docs/spfx/extensions/get-started/building-simple-field-customizer.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,3 +402,6 @@ Now you are ready to deploy the solution to a SharePoint site and get the field
402402
In this case, we continued to host the JavaScript from the localhost, but you could just as well relocate the assets to any CDN and update the URL to enable the loading of the JavaScript assets outside of the localhost as well.
403403
404404
The process for publishing your app is identical among the different extension types. You can use the following publishing steps to update the assets to be hosted from a CDN: [Host extension from Office 365 CDN](./hosting-extension-from-office365-cdn.md).
405+
406+
> [!NOTE]
407+
> If you find an issue in the documentation or in the SharePoint Framework, please report that to SharePoint engineering using the [issue list at sp-dev-docs repository](https://github.com/SharePoint/sp-dev-docs/issues). Thanks for your input advance.

docs/spfx/extensions/get-started/hosting-extension-from-office365-cdn.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,6 @@ When the origin is listed without the `(configuration pending)` text, it is read
106106
<br/>
107107
108108
Congratulations, you have enabled a public CDN in your Office 365 tenant and taken advantage of it from your solution!
109+
110+
> [!NOTE]
111+
> If you find an issue in the documentation or in the SharePoint Framework, please report that to SharePoint engineering using the [issue list at sp-dev-docs repository](https://github.com/SharePoint/sp-dev-docs/issues). Thanks for your input advance.

docs/spfx/extensions/get-started/serving-your-extension-from-sharepoint.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,6 @@ When the application has been successfully installed, you can see the header and
165165
## Next steps
166166

167167
Congratulations, you have deployed an extension to a modern SharePoint page from the app catalog! You can continue building out your Hello World extension in the next topic, [Host extension from Office 365 CDN (Hello World part 4)](./hosting-extension-from-office365-cdn.md), where you will learn how to deploy and load the extension assets from a CDN instead of from localhost.
168+
169+
> [!NOTE]
170+
> If you find an issue in the documentation or in the SharePoint Framework, please report that to SharePoint engineering using the [issue list at sp-dev-docs repository](https://github.com/SharePoint/sp-dev-docs/issues). Thanks for your input advance.

docs/spfx/extensions/get-started/using-page-placeholder-with-extensions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,6 @@ You should now see the custom header and footer content in your page.
247247

248248
## Next steps
249249
Congratulations, you've built your own custom header and footer using the Application Customizer! To continue building out your extension, see [Deploy your extension to SharePoint (Hello World part 3)](./serving-your-extension-from-sharepoint.md). You will learn how to deploy and preview the Hello World extension in a SharePoint site collection without using **Debug** query parameters.
250+
251+
> [!NOTE]
252+
> If you find an issue in the documentation or in the SharePoint Framework, please report that to SharePoint engineering using the [issue list at sp-dev-docs repository](https://github.com/SharePoint/sp-dev-docs/issues). Thanks for your input advance.

docs/spfx/extensions/guidance/using-custom-dialogs-with-spfx.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,3 +275,6 @@ Click the *Open Custom Dialog box* button to see your custom dialog box rendered
275275
Choose a color in the *Color Picker* and choose **OK** to test how the code is returning the selected value back to the caller. The selection is then shown using the default alert dialog box.
276276
277277
![Dialog with picked color details](../../../images/ext-com-dialog-oob-alert-dialog.png)
278+
279+
> [!NOTE]
280+
> If you find an issue in the documentation or in the SharePoint Framework, please report that to SharePoint engineering using the [issue list at sp-dev-docs repository](https://github.com/SharePoint/sp-dev-docs/issues). Thanks for your input advance.

docs/spfx/set-up-your-development-environment.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,6 @@ Here are some tools that might come in handy as well:
9494
## Next steps
9595

9696
You are now ready to [build your first client-side web part](web-parts/get-started/build-a-hello-world-web-part.md)!
97+
98+
> [!NOTE]
99+
> If you find an issue in the documentation or in the SharePoint Framework, please report that to SharePoint engineering using the [issue list at sp-dev-docs repository](https://github.com/SharePoint/sp-dev-docs/issues). Thanks for your input advance.

docs/spfx/web-parts/get-started/add-jqueryui-accordion-to-web-part.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,3 +346,6 @@ In the page canvas, choose the **+** (plus sign) to show the list of web parts,
346346
![Screenshot of a web part that includes a jQuery Accordion](../../../images/jquery-accordion-wb.png)
347347

348348
In the console where you have `gulp serve` running, choose **Ctrl+C** to terminate the task.
349+
350+
> [!NOTE]
351+
> If you find an issue in the documentation or in the SharePoint Framework, please report that to SharePoint engineering using the [issue list at sp-dev-docs repository](https://github.com/SharePoint/sp-dev-docs/issues). Thanks for your input advance.

0 commit comments

Comments
 (0)