diff --git a/samples/react-accordion-section/README.md b/samples/react-accordion-section/README.md index d28dc2ed4..8c6dde214 100644 --- a/samples/react-accordion-section/README.md +++ b/samples/react-accordion-section/README.md @@ -77,6 +77,9 @@ Version|Date|Comments - Use `gulp bundle --ship` & `gulp package-solution --ship` - Add the `.sppkg` to your SharePoint App Catalog +## Video + +[![Building an accessible Accordion web part](./assets/video-thumbnail.jpg)](https://www.youtube.com/watch?v=-oKhmh-g3z8 "Building an accessible Accordion web part") ## Disclaimer diff --git a/samples/react-accordion-section/assets/video-thumbnail.jpg b/samples/react-accordion-section/assets/video-thumbnail.jpg new file mode 100644 index 000000000..25c73d038 Binary files /dev/null and b/samples/react-accordion-section/assets/video-thumbnail.jpg differ diff --git a/samples/react-graph-telephonedirectory/README.md b/samples/react-graph-telephonedirectory/README.md index 3e27ec14e..0a8a16970 100644 --- a/samples/react-graph-telephonedirectory/README.md +++ b/samples/react-graph-telephonedirectory/README.md @@ -78,6 +78,9 @@ This Web Part illustrates the following concepts on top of the SharePoint Framew * Microsoft Graph API * External API Integration with SharePoint Framework +## Video + +[![Building company Phone Directory solution with SPFx and Microsoft Graph](./assets/video-thumbnail.jpg)](https://www.youtube.com/watch?v=5ArJneWBy8s "Building company Phone Directory solution with SPFx and Microsoft Graph") ## Disclaimer @@ -85,7 +88,13 @@ This Web Part illustrates the following concepts on top of the SharePoint Framew ## Help -We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues. +We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues. + +If you're having issues building the solution, please run [spfx doctor](https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor/) from within the solution folder to diagnose incompatibility issues with your environment. + +You can try looking at [issues related to this sample](https://github.com/pnp/sp-dev-fx-webparts/issues?q=label%3Areact-graph-telephonedirectory) to see if anybody else is having the same issues. + +You can also try looking at [discussions related to this sample](https://github.com/pnp/sp-dev-fx-webparts/discussions?discussions_q=label%3Areact-graph-telephonedirectory) and see what the community is saying. If you're having issues building the solution, please run [spfx doctor](https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor/) from within the solution folder to diagnose incompatibility issues with your environment. diff --git a/samples/react-graph-telephonedirectory/assets/video-thumbnail.jpg b/samples/react-graph-telephonedirectory/assets/video-thumbnail.jpg new file mode 100644 index 000000000..9a64ab278 Binary files /dev/null and b/samples/react-graph-telephonedirectory/assets/video-thumbnail.jpg differ