Skip to content

Commit 430dde3

Browse files
committed
Updated TOC for docs by removing empty spaces from xml files
2 parents 895c38d + 405d502 commit 430dde3

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

docs/spfx/tools-and-libraries.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ You can choose any one of a number of JavaScript frameworks to develop client-si
2424

2525
Because client-side web parts are components that are dropped into a SharePoint page, we recommend that you choose a JavaScript framework that supports a similar component model. Lightweight frameworks such as React, Handlebars, and Angular 2 all support a component model and are well suited to building client-side web parts.
2626

27+
We also recommend you to have a look on [SharePoint PnP JavaScript Core library](https://github.com/OfficeDev/PnP-js-core), which is a community driven effort targeted for providing easy access on SharePoint REST APIs.
28+
2729
## Node Package Manager (npm)
2830

2931
SharePoint client-side development tools use the [npm](https://www.npmjs.com/) package manager, which is similar to [NuGet](https://www.nuget.org/), to manage dependencies and other required JavaScript helpers. npm is typically included as part of Node.js setup.

docs/spfx/web-parts/guidance/use-existing-javascript-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use existing JavaScript libraries in SharePoint Framework client-side web parts
22

3-
When building client-side web parts on the SharePoint Framework you can benefit of existing JavaScript libraries to build powerful solutions. There are however some considerations that you should take into account to ensure that your web parts won't negatively impact the performance of SharePoint pages that they are being used on.
3+
When building client-side web parts on the SharePoint Framework you can benefit from using existing JavaScript libraries to build powerful solutions. There are however some considerations that you should take into account to ensure that your web parts won't negatively impact the performance of SharePoint pages that they are being used on.
44

55
## Reference existing libraries as packages
66

misc/SharePointDocumentationToc.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<Item text="Known issues" url="spfx/web-parts/basics/known-issues" SEODescription="Known issues with web parts in the SharePoint Framework" />
2626
</Item>
2727
<Item text="Guidance" url="spfx/web-parts/guidance" SEODescription="">
28-
<Item text="Use existing JavaScript libraries in SharePoint Framework client-side web parts" url="spfx/web-parts/guidance/use-existing-javascript-libraries" SEODescription="Use external JavaScript libraries in your client-side web parts." />
29-
<Item text="Build SharePoint Framework client-side web parts with Angular v1.x" url="spfx/web-parts/guidance/build-client-side-web-parts-with-angular-1-x" SEODescription="Use Angular 1.x in your SharePoint Framework client-side web parts." />
30-
<Item text="Call the Microsoft Graph API using OAuth from your web part" url="spfx/web-parts/guidance/connect-client-side-web-parts-to-aad-secured-resources" SEODescription="Connect your SharePoint Framework client-side web parts to Microsoft Graph API." />
28+
<Item text="Use existing JavaScript libraries" url="spfx/web-parts/guidance/use-existing-javascript-libraries" SEODescription="Best practices for using existing JavaScript libraries in your SharePoint client-side web parts." />
29+
<Item text="Build web parts with Angular v1.x" url="spfx/web-parts/guidance/build-client-side-web-parts-with-angular-1-x" SEODescription="Use Angular 1.x to build a simple SharePoint Framework client-side web part." />
30+
<Item text="Call the Microsoft Graph API" url="spfx/web-parts/guidance/call-microsoft-graph-from-your-web-part" SEODescription="Call the Microsoft Graph API from your SharePoint Framework client-side web part using OAuth." />
3131
</Item>
3232
</Item>
3333
</Item>

0 commit comments

Comments
 (0)