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/overview/core-concepts-office-add-ins.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
---
2
2
title: Development lifecycle overview
3
3
description: Learn about the planning, developing, testing, and publishing lifecycle events.
4
-
author: lindalu-msft
5
4
ms.author: lindalu
6
5
ms.topic: overview
7
-
ms.date: 06/09/2025
6
+
ms.date: 06/11/2025
8
7
ms.localizationpriority: high
9
8
---
10
9
@@ -24,46 +23,46 @@ For the best foundation for these common features and application-specific imple
24
23
25
24
:::row:::
26
25
:::column span="":::
27
-
:::image type="content" source="../images/office-add-ins-lifecycle-step-1-plan.png" alt-text="illustration of a route winding through mountains":::
26
+
:::image type="content" source="../images/office-add-ins-lifecycle-step-1-plan.png" alt-text="Illustration of a route winding through mountains." border="false":::
28
27
:::column-end:::
29
28
:::column span="3":::
30
-
</br>**Plan**</br>
29
+
<br>**Plan**<br>
31
30
[Learn the best practices and system requirements for Office Add-ins.](../concepts/add-in-development-best-practices.md)
32
31
:::column-end:::
33
32
:::row-end:::
34
33
:::row:::
35
34
:::column span="":::
36
-
:::image type="content" source="../images/office-add-ins-lifecycle-step-2-develop.png" alt-text="illustrtion of a plan, a cog, and a wrench":::
35
+
:::image type="content" source="../images/office-add-ins-lifecycle-step-2-develop.png" alt-text="Illustration of a plan, a cog, and a wrench." border="false":::
37
36
:::column-end:::
38
37
:::column span="3":::
39
-
</br>**Develop**</br>
38
+
<br>**Develop**<br>
40
39
[Learn the APIs and patterns to develop Office Add-ins.](../develop/develop-overview.md)
41
40
:::column-end:::
42
41
:::row-end:::
43
42
:::row:::
44
43
:::column span="":::
45
-
:::image type="content" source="../images/office-add-ins-lifecycle-step-3-test-and-debug.png" alt-text="illustration of an eye looking through a magnifying glass":::
44
+
:::image type="content" source="../images/office-add-ins-lifecycle-step-3-test-and-debug.png" alt-text="Illustration of an eye looking through a magnifying glass." border="false":::
46
45
:::column-end:::
47
46
:::column span="3":::
48
-
</br>**Test and debug**</br>
47
+
<br>**Test and debug**<br>
49
48
[Learn how to test and debug Office Add-ins.](../testing/test-debug-office-add-ins.md)
50
49
:::column-end:::
51
50
:::row-end:::
52
51
:::row:::
53
52
:::column span="":::
54
-
:::image type="content" source="../images/office-add-ins-lifecycle-step-4-publish.png" alt-text="illustration of a rocket ship being deployed":::
53
+
:::image type="content" source="../images/office-add-ins-lifecycle-step-4-publish.png" alt-text="Illustration of a rocket ship being deployed." border="false":::
55
54
:::column-end:::
56
55
:::column span="3":::
57
-
</br>**Publish**</br>
56
+
<br>**Publish**<br>
58
57
[Learn how to deploy and publish Office Add-ins.](../publish/publish.md)
59
58
:::column-end:::
60
59
:::row-end:::
61
60
:::row:::
62
61
:::column span="":::
63
-
:::image type="content" source="../images/office-add-ins-lifecycle-step-5-reference.png" alt-text="illustration of a large reference book":::
62
+
:::image type="content" source="../images/office-add-ins-lifecycle-step-5-reference.png" alt-text="Illustration of a large reference book." border="false":::
64
63
:::column-end:::
65
64
:::column span="3":::
66
-
</br>**Reference**</br>
65
+
<br>**Reference**<br>
67
66
[View the reference documentation for the Office JavaScript APIs, the add-ins manifest, error code lists, and more.](../reference/javascript-api-for-office.md)
0 commit comments