Skip to content

Commit 791f71d

Browse files
committed
Merge branch 'reference' of https://github.com/SharePoint/sp-dev-docs into reference
2 parents 615de35 + 26b971c commit 791f71d

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

misc/SharePointReferenceToc.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
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=""/>
5-
<Item text="sp-webpart-base" url="spfx/sp-webpart-base" SEODescription="">
4+
<Item text="sp-webpart-base" url="spfx/sp-webpart-base-module" SEODescription="">
65
<Item text="Classes" url="spfx/sp-webpart-base/class" SEODescription="">
76
<Item text="BaseClientSideWebPart" url="spfx/sp-webpart-base/class/baseclientsidewebpart" SEODescription=""/>
87
</Item>
@@ -50,7 +49,7 @@
5049
<Item text="IWebPartPropertiesMetadata" url="spfx/sp-webpart-base/interface/iwebpartpropertiesmetadata" SEODescription=""/>
5150
</Item>
5251
</Item>
53-
<Item text="sp-core-library" url="spfx/sp-core-library" SEODescription="">
52+
<Item text="sp-core-library" url="spfx/sp-core-library-module" SEODescription="">
5453
<Item text="Classes" url="spfx/sp-core-library" SEODescription="">
5554
<Item text="Environment" url="spfx/sp-core-library/class/environment" SEODescription=""/>
5655
<Item text="Guid" url="spfx/sp-core-library/class/guid" 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)