Skip to content

Commit 17f8bf5

Browse files
committed
added external packages node
1 parent f270adf commit 17f8bf5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

misc/SharePointReferenceToc.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Menu xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SupportedProduct="|SharePoint" SupportedVersion="|V1.0|">
33
<Item text="SharePoint Framework Reference" url="spfx" SEODescription="Reference documentation for the SharePoint Framework">
4-
<Item text="Internal modules" url="spfx/internal-modules" SEODescription=""/>
54
<Item text="sp-webpart-base" url="spfx/sp-webpart-base" SEODescription="">
65
<Item text="Classes" url="spfx/sp-webpart-base/class" SEODescription="">
76
<Item text="BaseClientSideWebPart" url="spfx/sp-webpart-base/class/baseclientsidewebpart" SEODescription=""/>
@@ -135,7 +134,7 @@
135134
</Item>
136135
</Item>
137136
<Item text="horizontalline" url="/" IsSeparation="true" />
138-
<Item text="External modules" url="spfx/external-modules" SEODescription=""/>
137+
<Item text="External packages" url="spfx/external-packages" SEODescription=""/>
139138
<Item text="es6-collections" url="spfx/es6-collections-module" SEODescription="">
140139
<Item text="Interfaces" url="spfx/es6-collections" SEODescription="">
141140
<Item text="ForEachable" url="spfx/es6-collections.api/interface/foreachable" SEODescription=""/>

reference/spfx/external-packages.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# External packages
2+
3+
External packages are typings provided for 3rd party packages used by the SharePoint Framework.
4+
5+
| External package | Description |
6+
|--------------------|---------------------------------------------------------|
7+
| [es6-collections](es6-collections.md) | |
8+
| [es6-promise](es6-promise.md) | |
9+
| [whatwg-fetch](whatwg-fetch.md) | |

0 commit comments

Comments
 (0)