You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/solution-guidance/add-a-web-part-to-a-page-in-a-sharepoint-hosted-sharepoint-add-in.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,22 @@ ms.date: 11/03/2017
6
6
Learn how to include Web Parts in a page in an SharePoint Add-ins.
7
7
8
8
9
-
**Note** The name "apps for SharePoint" is changing to "SharePoint Add-ins". During the transition, the documentation and the UI of some SharePoint products and Visual Studio tools might still use the term "apps for SharePoint". For details, see [New name for apps for Office and SharePoint](new-name-for-apps-for-sharepoint.md#bk_newname).
9
+
**Note** The name "apps for SharePoint" is changing to "SharePoint Add-ins". During the transition, the documentation and the UI of some SharePoint products and Visual Studio tools might still use the term "apps for SharePoint". For details, see [New name for apps for Office and SharePoint](../sp-add-ins/new-name-for-apps-for-sharepoint.md#bk_newname).
10
10
11
11
12
-
This is the fifth in a series of articles about the basics of developing SharePoint-hosted SharePoint Add-ins. You should first be familiar with [SharePoint Add-ins](sharepoint-add-ins.md) and the earlier articles in this series:
12
+
This is the fifth in a series of articles about the basics of developing SharePoint-hosted SharePoint Add-ins. You should first be familiar with [SharePoint Add-ins](../sp-add-ins/sharepoint-add-ins.md) and the earlier articles in this series:
13
13
14
14
15
-
-[Get started creating SharePoint-hosted SharePoint Add-ins](get-started-creating-sharepoint-hosted-sharepoint-add-ins.md)
15
+
-[Get started creating SharePoint-hosted SharePoint Add-ins](../sp-add-ins/get-started-creating-sharepoint-hosted-sharepoint-add-ins.md)
16
16
17
17
18
-
-[Deploy and install a SharePoint-hosted SharePoint Add-in](deploy-and-install-a-sharepoint-hosted-sharepoint-add-in.md)
18
+
-[Deploy and install a SharePoint-hosted SharePoint Add-in](../sp-add-ins/deploy-and-install-a-sharepoint-hosted-sharepoint-add-in.md)
19
19
20
20
21
-
-[Add custom columns to a SharePoint-hostedSharePoint Add-in](add-custom-columns-to-a-sharepoint-hostedsharepoint-add-in.md)
21
+
-[Add custom columns to a SharePoint-hostedSharePoint Add-in](../sp-add-ins/add-custom-columns-to-a-sharepoint-hostedsharepoint-add-in.md)
22
22
23
23
24
-
-[Add a custom content type to a SharePoint-hostedSharePoint Add-in](add-a-custom-content-type-to-a-sharepoint-hostedsharepoint-add-in.md)
24
+
-[Add a custom content type to a SharePoint-hostedSharePoint Add-in](../sp-add-ins/add-a-custom-content-type-to-a-sharepoint-hostedsharepoint-add-in.md)
25
25
26
26
27
27
@@ -136,7 +136,7 @@ In this article you add a Web Part to the default page of the Employee Orientati
136
136
##
137
137
<aname="Nextsteps"> </a>
138
138
139
-
In the next article in this series, you'll add a workflow to the SharePoint Add-in: [Add a workflow to a SharePoint-hosted SharePoint Add-in](add-a-workflow-to-a-sharepoint-hosted-sharepoint-add-in.md).
139
+
In the next article in this series, you'll add a workflow to the SharePoint Add-in: [Add a workflow to a SharePoint-hosted SharePoint Add-in](../sp-add-ins/add-a-workflow-to-a-sharepoint-hosted-sharepoint-add-in.md).
0 commit comments