Skip to content

Commit f595645

Browse files
committed
Update TOC to include provision sharepoint items and yeoman generator docs.
1 parent 3c11da9 commit f595645

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/spfx/toolchain/provision-sharepoint-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Provision SharePoint items with your solution package
22

3-
At times, you may need to provision a SharePoint list or a document library along with your client-side solution package so that that list or library is available for your client-side components, such as web parts. SharePoint Framework toolchain allows you to package and deploy SharePoint assets with your client-side solution package. These assets are then provisioned when the client-side solution is installed on a site.
3+
At times, you may need to provision a SharePoint list or a document library along with your client-side solution package so that that list or library is available for your client-side components, such as web parts. SharePoint Framework toolchain allows you to package and deploy SharePoint items with your client-side solution package. These items are then provisioned when the client-side solution is installed on a site.
44

55
## Provisioning items using JavaScript code
66

misc/SharePointDocumentationToc.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
<Item text="Team-based development" url="spfx/team-based-development-on-sharepoint-framework" SEODescription="Team-based development on SharePoint Framework." />
1111
<Item text="Toolchain" url="spfx/toolchain/sharepoint-framework-toolchain" SEODescription="">
1212
<Item text="SharePoint Framework Toolchain" url="spfx/toolchain/sharepoint-framework-toolchain" SEODescription="The SharePoint Framework toolchain is the set of build tools, framework packages, and other items that manage building and deploying your client side projects." />
13+
<Item text="Yeoman Sharepoint generator" url="spfx/toolchain/scaffolding-projects-using-yeoman-sharepoint-generator" SEODescription="Create new client-side solution projects using yeoman SharePoint generator." />
1314
<Item text="Update SharePoint Framework packages" url="spfx/toolchain/update-latest-packages" SEODescription="Process how to update SharePoint Framework packages to latest versions in your solutions." />
1415
<Item text="Optimize builds for production" url="spfx/toolchain/optimize-builds-for-production" SEODescription="Optimizing SharePoint Framework builds for production deployment." />
1516
<Item text="Integrate gulp tasks in SharePoint Framework toolchain" url="spfx/toolchain/integrate-gulp-tasks-in-build-pipeline" SEODescription="Integrate custom gulp tasks in the build pipeline used in SharePoint Framework solutions." />
1617
<Item text="Extending Webpack in SharePoint Framework toolchain" url="spfx/toolchain/extending-webpack-in-build-pipeline" SEODescription="Extend Webpack in the build pipeline used in SharePoint Framework solutions." />
18+
<Item text="Provision SharePoint items" url="spfx/toolchain/provision-sharepoint-assets.md" SEODescription="SharePoint Framework toolchain allows you to package and deploy SharePoint fields, content types, list instances with your client-side solution package." />
1719
</Item>
1820
<Item text="Web parts" url="spfx/web-parts" SEODescription="">
1921
<Item text="Overview" url="spfx/web-parts/overview-client-side-web-parts" SEODescription="Develop SharePoint client-side web parts to provide a better customized experience for SharePoint."/>

0 commit comments

Comments
 (0)