From f89ed58bd9c3d28350bccc3d29a0139ac2974d55 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Fri, 10 Apr 2020 13:53:55 -0400 Subject: [PATCH] Update README.md Added metadata and fixed typos in readme --- samples/react-my-personal-apps/README.md | 39 ++++++++++++++++-------- 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/samples/react-my-personal-apps/README.md b/samples/react-my-personal-apps/README.md index ca81ec07f..95030cfe4 100644 --- a/samples/react-my-personal-apps/README.md +++ b/samples/react-my-personal-apps/README.md @@ -1,9 +1,26 @@ +--- +page_type: sample +products: +- office-sp +languages: +- javascript +- typescript +extensions: + contentType: samples + technologies: + - SharePoint Framework + - Microsoft Graph + platforms: + - React + createdDate: 4/9/2020 12:00:00 AM +--- + # React My Personal Apps (Links) ## Summary -The Web Part My Personal Apps allows the user define links to Aplications or Sites for quick access. +The Web Part My Personal Apps allows the user to define links to Applications or Sites for quick access. -This Web Part use MSgraph Open Extension to save the personal information on user object. +This Web Part uses MSgraph Open Extension to save the personal information on user object.    @@ -11,8 +28,7 @@ This Web Part use MSgraph Open Extension to save the personal information on use ![PersonalApps](./assets/image11.png) - -![PersonalApps](https://github.com/joaojmendes/sp-dev-fx-webparts/blob/react-my-personal-apps/samples/react-my-personal-apps/assets/Image2.png) +![PersonalApps](./assets/Image2.png) ![PersonalApps](./assets/Image3.png) @@ -30,8 +46,8 @@ This Web Part use MSgraph Open Extension to save the personal information on use ![PersonalApps](./assets/Image10.png) +## Used SharePoint Framework Version -## Used SharePoint Framework Version ![drop](https://img.shields.io/badge/version-1.10.0-green.svg) ## Applies to @@ -39,7 +55,6 @@ This Web Part use MSgraph Open Extension to save the personal information on use * [SharePoint Framework](https:/dev.office.com/sharepoint) * [Office 365 tenant](https://dev.office.com/sharepoint/docs/spfx/set-up-your-development-environment) - ## Solution Solution|Author(s) @@ -52,13 +67,15 @@ Version|Date|Comments -------|----|-------- 1.0.0|April 9, 2020|Initial release - ## Disclaimer + **THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** --- -## Minimal Path to Awesome - please follow all the steps. +## Minimal Path to Awesome + +Please follow all the steps: - Clone this repository - in the command line run: @@ -66,10 +83,8 @@ Version|Date|Comments - `gulp build` - `gulp bundle --ship` - `gulp package-solution --ship` - - `Add and Deploy Package to AppCatalog ` - - `Go to API Management - from SharePoint Admin Center new experience, and Approve the Permission Require to Use Graph API SCOPE User.ReadWrite.All` - +- Add and deploy package to your tenant's App Catalog +- Go to **API Access** - from **SharePoint Admin Center** new experience, and **Approve** the permission to use Microsoft Graph scope **User.ReadWrite.All** -