Skip to content

Commit b854e28

Browse files
authored
Updated YAML, intro, and bookmarks
1 parent a6316b4 commit b854e28

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

docs/sp-add-ins/sharepoint-add-ins.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
---
22
title: SharePoint Add-ins
3+
description: Create self-contained extensions of SharePoint websites, called SharePoint Add-ins, that run without custom code on the SharePoint server.
34
ms.date: 10/26/2017
45
ms.prod: sharepoint
56
---
67

7-
88
# SharePoint Add-ins
9-
SharePoint Add-ins are self-contained extensions of SharePoint websites that you create, and that run without custom code on the SharePoint server.
10-
11-
> [!NOTE]
12-
> 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 SharePoint](new-name-for-apps-for-sharepoint.md).
13-
14-
## SharePoint Add-ins overview
159

1610
There are two basic kinds of SharePoint Add-ins: SharePoint-hosted and provider-hosted. To make the best decision about the right kind to develop for your scenario, start by learning what both types of SharePoint Add-ins have in common.
1711

@@ -33,7 +27,7 @@ There are two basic kinds of SharePoint Add-ins: SharePoint-hosted and provider-
3327
|||
3428
|:-----|:-----|
3529
|![Immersive Full Page SharePoint app experience](../images/7298a25b-ed54-4953-a781-26c3f633866a.jpg)|**As an immersive full-page experience** that can have the look and feel of a SharePoint page.|
36-
|![App Part experience for SharePoint app](../images/90cd4b6e-462e-442e-92de-86b2d98282d0.jpg)|**As part of a webpage, using a special kind of control called an add-in part**, to surface an iframe element that contains the add-in.|
30+
|![App Part experience for SharePoint app](../images/90cd4b6e-462e-442e-92de-86b2d98282d0.jpg)|**As part of a webpage, using a special kind of control called an add-in part**, to surface an<br/>iframe element that contains the add-in.|
3731
|![Custom action experience of SharePoint app](../images/3a14cfdc-51e1-446f-82d9-acb4f2bcbc0e.jpg)|**As UI commands that extend ribbons and menus** for lists, documents, and more.|
3832

3933

@@ -50,7 +44,7 @@ There are two basic kinds of SharePoint Add-ins: SharePoint-hosted and provider-
5044
> **Take a look at a few SharePoint Add-ins in the** [Office Store](https://store.office.com/appshome.aspx?productgroup=SharePoint) to get a sense of what you can develop. Or open a SharePoint website and install some of the free SharePoint Add-ins. Just navigate to **Site Contents \| add an add-in \| SharePoint Store**.
5145
5246

53-
### A few points for veteran SharePoint developers
47+
## A few points for veteran SharePoint developers
5448

5549
We've deprecated sandboxed solutions that contain custom server-side code. We still support "No code" sandboxed solutions and sandboxed solutions that contain only JavaScript.
5650

@@ -117,8 +111,8 @@ You have complete flexibility for the hosting framework that you use for the rem
117111

118112
**Provider-hosted add-ins can connect to any internal or public web service** and, unlike SharePoint-hosted add-ins, they can **handle SharePoint list and list item events**, such as adding an item to a document library.
119113

120-
## Choose your SharePoint development path
121114
<a name="NowWhat"> </a>
115+
## Choose your SharePoint development path
122116

123117
Ready to get started?
124118

@@ -134,7 +128,7 @@ Ready to get started?
134128

135129
- Install tools that are appropriate for your stack, if you don't already have them.
136130

137-
- Get a developer account on Office 365 for testing and debugging purposes. For details, go to [Set up a development environment for SharePoint Add-ins on Office 365](set-up-a-development-environment-for-sharepoint-add-ins-on-office-365.md), or if you already have an Office 365 subscription, you just need to [create a Developer Site on it.](create-a-developer-site-on-an-existing-office-365-subscription.md).
131+
- Get a developer account on Office 365 for testing and debugging purposes. For details, go to [Set up a development environment for SharePoint Add-ins on Office 365](set-up-a-development-environment-for-sharepoint-add-ins-on-office-365.md), or if you already have an Office 365 subscription, you just need to [create a Developer Site on it](create-a-developer-site-on-an-existing-office-365-subscription.md).
138132

139133
- Your add-in will use SharePoint's REST/OData APIs to perform CRUD operations on SharePoint data:
140134

@@ -148,9 +142,6 @@ Ready to get started?
148142
> [!NOTE]
149143
> If you're a beginner at both SharePoint and web development, you'd benefit most by starting with the free course at Microsoft's Virtual Academy, or working through a book about SharePoint development.
150144
151-
## See also
152-
<a name="NowWhat"> </a>
153-
154-
#### Other resources
145+
## Additional resources
155146

156147
[Developing Microsoft SharePoint Server 2013 Core Solutions Jump Start](http://www.microsoftvirtualacademy.com/training-courses/developing-microsoft-sharepoint-server-core-solutions-jump-start)

0 commit comments

Comments
 (0)