Skip to content

Commit a1aaa04

Browse files
authored
Updated YAML, intro, and bookmarks
1 parent 2e31ced commit a1aaa04

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Let's say you have a killer idea for an add-in. In this section, we'll guide you
1414

1515
Because the Cloud Add-in Model in SharePoint makes so many design options possible, SharePoint Add-ins can come in many shapes and sizes. This section contains helpful guidance for some of the most important decisions that you need to make as you are planning and designing the architecture and user experience of your add-in—including how you will host your add-in, how your add-in will efficiently and securely access data, and what the user experience will be.
1616

17-
For an overview of the design and architecture options that are available with SharePoint Add-ins, see [Three ways to think about design options for SharePoint Add-ins](three-ways-to-think-about-design-options-for-sharepoint-add-ins.md). For an overview of what SharePoint Add-ins are, see [SharePoint Add-ins](sharepoint-add-ins.md).
17+
- For an overview of the design and architecture options that are available with SharePoint Add-ins, see [Three ways to think about design options for SharePoint Add-ins](three-ways-to-think-about-design-options-for-sharepoint-add-ins.md).
18+
- For an overview of what SharePoint Add-ins are, see [SharePoint Add-ins](sharepoint-add-ins.md).
1819

1920
<a name="SP15Design_Hostingmodel"> </a>
2021
## Choose the right hosting model for your add-in
@@ -33,14 +34,14 @@ You must ensure that your add-in accesses data efficiently and securely. Various
3334
<a name="SP15Design_UX"> </a>
3435
## Design the UX for your add-in
3536

36-
As you design your add-in, your real goal should be to create an experience that enables users to complete the scenarios that you intend for them to accomplish. Discover the resources and design guidance that you need to build great add-ins that follow best practices for user experience design and have the familiar appearance and behavior of SharePoint in the following resource.
37+
As you design your add-in, your real goal should be to create an experience that enables users to complete the scenarios that you intend for them to accomplish. This topic will help you discover the resources and design guidance that you need to build great add-ins that follow best practices for user experience design and have the familiar appearance and behavior of SharePoint.
3738

3839
[UX design for SharePoint Add-ins](ux-design-for-sharepoint-add-ins.md): Learn about the user experience options that you have when you build SharePoint Add-ins.
3940

4041
<a name="Upgrade"> </a>
4142
## Design with update in mind
4243

43-
Someday you may want to produce an update of your add-in and upload it to the Office Store or an organization's add-in catalog. That task will be a lot easier if you think about how you would update the add-in while you are designing the first version. We recommend that you read the following articles early in the design phase:
44+
Someday you may want to produce an update of your add-in and upload it to the Office Store or an organization's add-in catalog. That task will be a lot easier if you think about how you would update the add-in while you are designing the first version. We recommend that you read the following articles early in the design phase.
4445

4546
- [SharePoint Add-ins update process](sharepoint-add-ins-update-process.md)
4647
- [Update SharePoint Add-ins](update-sharepoint-add-ins.md)

0 commit comments

Comments
 (0)