|
10 | 10 | <Item text="Toolchain" url="spfx/toolchain/sharepoint-framework-toolchain" SEODescription="">
|
11 | 11 | <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." />
|
12 | 12 | <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." />
|
| 13 | + <Item text="Optimize builds for production" url="spfx/toolchain/optimize-builds-for-production" SEODescription="Optimizing SharePoint Framework builds for production deployment." /> |
13 | 14 | <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." />
|
14 | 15 | <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." />
|
15 | 16 | </Item>
|
|
25 | 26 | </Item>
|
26 | 27 | <Item text="Basics" url="spfx/web-parts/basics" SEODescription="">
|
27 | 28 | <Item text="Design considerations" url="spfx/web-parts/basics/design-considerations-for-web-parts" SEODescription="Design your SharePoint client-side web parts to use Office UI Fabric React components, be responsive, and handle publish and edit modes." />
|
28 |
| - <Item text="Add properties to the property pane" url="spfx/web-parts/basics/integrate-with-property-pane" SEODescription="Set up properties for your SharePoint client-side web part and manage them through the property pane." /> |
| 29 | + <Item text="Add properties to the property pane" url="spfx/web-parts/basics/integrate-with-property-pane" SEODescription="Set up properties for your SharePoint client-side web part and manage them through the property pane." /> |
29 | 30 | <Item text="Add an external library" url="spfx/web-parts/basics/add-an-external-library" SEODescription="Add an external JavaScript library to your SharePoint client-side web part such as small libraries, non-AMD modules, and localized resources." />
|
30 | 31 | <Item text="Working with the original __RequestDigest" url="spfx/web-parts/basics/working-with-requestdigest" SEODescription="Learn how to use the __REQUESTDIGEST form field in a web part in the SharePoint Framework" />
|
31 | 32 | <Item text="Notes on solution packaging" url="spfx/web-parts/basics/notes-on-solution-packaging" SEODescription="Understand definition details for files used for packaging web parts in solutions in the SharePoint Framework" />
|
|
38 | 39 | <Item text="Use cascading dropdowns in property pane" url="spfx/web-parts/guidance/use-cascading-dropdowns-in-web-part-properties" SEODescription="Using cascading dropdowns in property pane of your SharePoint Framework client-side web part." />
|
39 | 40 | <Item text="Build custom controls for the property pane" url="spfx/web-parts/guidance/build-custom-property-pane-controls" SEODescription="Build custom controls for additional functionality for the property pane of your SharePoint Framework client-side web part." />
|
40 | 41 | <Item text="Share data between web parts" url="spfx/web-parts/guidance/share-data-between-web-parts" SEODescription="Options and practices on sharing data cross multiple web parts in single page." />
|
| 42 | + <Item text="Tutorial - Share data between web parts" url="spfx/web-parts/guidance/tutorial-share-data-between-web-parts-global-variable" SEODescription="Share data between web parts using a global variable (tutorial)." /> |
41 | 43 | <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." />
|
42 | 44 | <Item text="Migrating Angular applications" url="spfx/web-parts/guidance/migrate-angular-1-x-applications-to-sharepoint-framework" SEODescription="Migrating existing Angular v1.x applications to SharePoint Framework client-side web parts." />
|
43 | 45 | <Item text="Localization" url="spfx/web-parts/guidance/localize-web-parts" SEODescription="Localize SharePoint Framework client-side web parts." />
|
|
0 commit comments