Skip to content

Commit 9663206

Browse files
authored
Update sharepoint-add-ins.md
1 parent 1cd46bb commit 9663206

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

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

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
---
2-
title: SharePoint Add-ins
3-
keywords: vs.sharepointtools.spe.appwizardprojectpage
4-
f1_keywords:
5-
- vs.sharepointtools.spe.appwizardprojectpage
6-
ms.prod: SHAREPOINT
7-
ms.assetid: cd1eda9e-8e54-4223-93a9-a6ea0d18df70
8-
---
9-
101

112
# SharePoint Add-ins
123
SharePoint Add-ins are self-contained extensions of SharePoint websites that you create, and that run without custom code on the SharePoint server.
@@ -46,9 +37,9 @@ There are two basic kinds of SharePoint Add-ins — SharePoint-hosted and provid
4637

4738
|||
4839
|:-----|:-----|
49-
|![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.|
50-
|![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.|
51-
|![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.|
40+
|![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.|
41+
|![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.|
42+
|![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.|
5243
- **All SharePoint Add-ins that users install get a tile on the **Site Contents** page of the SharePoint website.** Clicking the tile runs the add-in.
5344

5445

@@ -103,7 +94,7 @@ When you need to update an add-in to fix a bug or to add functionality, make the
10394

10495

10596

106-
![Comparison SharePoint-hosted and provider-hosted apps](images/eb5b0e2b-4b96-46a4-bd74-faafd7717e26.png)
97+
![Comparison SharePoint-hosted and provider-hosted apps](../../images/eb5b0e2b-4b96-46a4-bd74-faafd7717e26.png)
10798

10899

109100
### SharePoint-hosted SharePoint Add-ins

0 commit comments

Comments
 (0)