Skip to content

Commit

Permalink
Sample data update (#164)
Browse files Browse the repository at this point in the history
Automated check and update of SPFx extensions and webparts samples data
and aces sample data.

Co-authored-by: Adam-it <[email protected]>
  • Loading branch information
github-actions[bot] and Adam-it authored Jan 13, 2024
1 parent 7ac337b commit 75a39db
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/sp-dev-fx-extensions-samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
"title": "Redirect Application Customizers",
"url": "https://github.com/pnp/sp-dev-fx-extensions/tree/main/samples/js-application-redirect",
"description": "Redirect from URL based on mapping from a list on the site. Can be used to automatically redirect from pages to other locations.",
"image": "https://github.com/pnp/sp-starter-kit/raw/main/assets/images/components/ext-redirects.gif?raw=true",
"image": "https://github.com/pnp/sp-starter-kit/blob/master/assets/images/components/ext-redirects.gif",
"authors": [
{
"name": "Paolo Pialorsi",
Expand Down Expand Up @@ -1147,7 +1147,7 @@
"title": "Embed Microsoft Teams chats in SharePoint pages",
"url": "https://github.com/pnp/sp-dev-fx-extensions/tree/main/samples/react-application-teams-chats-sharepoint",
"description": "Embed Microsoft Teams chats within SharePoint pages to streamline collaboration and information access for users.",
"image": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-application-teams-chats-sharepoint/assets/assets/Microsoft Teams chat in SharePoint sites.gif",
"image": "https://github.com/pnp/sp-dev-fx-extensions/blob/main/samples/react-application-teams-chats-sharepoint/assets/Microsoft%20Teams%20chat%20in%20SharePoint%20sites.gif",
"authors": [
{
"name": "João Ferreira",
Expand Down
22 changes: 20 additions & 2 deletions data/sp-dev-fx-webparts-samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"title": "File Upload using AngularJs",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/angular-ngofficeuifabric-file-upload",
"description": "File Update/Delete web part using AngularJs and ngOfficeUIFabric with the SharePoint Framework.",
"image": "https://camo.githubusercontent.com/674cb6e830d597e1ab9bb89992b6fe7f0359b80f/687474703a2f2f692e696d6775722e636f6d2f553571673449492e706e67",
"image": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/angular-ngofficeuifabric-file-upload/assets/NG%20File%20Upload.png",
"authors": [
{
"name": "Atish Kumar Dipongkor",
Expand Down Expand Up @@ -1268,6 +1268,24 @@
"createDate": "2023-03-19",
"updateDate": "2023-03-19"
},
{
"name": "pnp-sp-dev-spfx-web-parts-react-azure-openai-api-stream",
"title": "Calling Azure OpenAI API in stream mode",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-azure-openai-api-stream",
"description": "This web part shows how you can call Azure OpenAI API in Streaming mode",
"image": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-azure-openai-api-stream/assets/react-azure-openai-api-stream.gif",
"authors": [
{
"name": "Luis Mañez",
"pictureUrl": "https://github.com/luismanez.png"
}
],
"tags": [
"SharePoint"
],
"createDate": "2024-01-02",
"updateDate": "2024-01-02"
},
{
"name": "pnp-sp-dev-spfx-web-parts-react-azure-openai-connector",
"title": "Using Azure OpenAI Connectors API",
Expand Down Expand Up @@ -2581,7 +2599,7 @@
"SharePoint"
],
"createDate": "2022-04-20",
"updateDate": "2023-05-15"
"updateDate": "2024-01-06"
},
{
"name": "pnp-sp-dev-spfx-web-parts-react-fluentui-theme-variant",
Expand Down

0 comments on commit 75a39db

Please sign in to comment.