Skip to content

Commit ac479ae

Browse files
authored
Merge pull request #5225 from OfficeDev/lindalu-update-deprecated-landing-pages
changes per review
2 parents a0c7efe + 0100247 commit ac479ae

File tree

2 files changed

+23
-25
lines changed

2 files changed

+23
-25
lines changed

docs/overview/core-concepts-office-add-ins.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
title: Development lifecycle overview
33
description: Learn about the planning, developing, testing, and publishing lifecycle events.
4-
author: lindalu-msft
54
ms.author: lindalu
65
ms.topic: overview
7-
ms.date: 06/09/2025
6+
ms.date: 06/11/2025
87
ms.localizationpriority: high
98
---
109

@@ -24,46 +23,46 @@ For the best foundation for these common features and application-specific imple
2423

2524
:::row:::
2625
:::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":::
2827
:::column-end:::
2928
:::column span="3":::
30-
</br>**Plan**</br>
29+
<br>**Plan**<br>
3130
[Learn the best practices and system requirements for Office Add-ins.](../concepts/add-in-development-best-practices.md)
3231
:::column-end:::
3332
:::row-end:::
3433
:::row:::
3534
:::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":::
3736
:::column-end:::
3837
:::column span="3":::
39-
</br>**Develop**</br>
38+
<br>**Develop**<br>
4039
[Learn the APIs and patterns to develop Office Add-ins.](../develop/develop-overview.md)
4140
:::column-end:::
4241
:::row-end:::
4342
:::row:::
4443
:::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":::
4645
:::column-end:::
4746
:::column span="3":::
48-
</br>**Test and debug**</br>
47+
<br>**Test and debug**<br>
4948
[Learn how to test and debug Office Add-ins.](../testing/test-debug-office-add-ins.md)
5049
:::column-end:::
5150
:::row-end:::
5251
:::row:::
5352
:::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":::
5554
:::column-end:::
5655
:::column span="3":::
57-
</br>**Publish**</br>
56+
<br>**Publish**<br>
5857
[Learn how to deploy and publish Office Add-ins.](../publish/publish.md)
5958
:::column-end:::
6059
:::row-end:::
6160
:::row:::
6261
:::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":::
6463
:::column-end:::
6564
:::column span="3":::
66-
</br>**Reference**</br>
65+
<br>**Reference**<br>
6766
[View the reference documentation for the Office JavaScript APIs, the add-ins manifest, error code lists, and more.](../reference/javascript-api-for-office.md)
6867
:::column-end:::
6968
:::row-end:::

docs/reference/javascript-api-for-office.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
title: Office JavaScript API reference documentation
33
description: Learn about the Office JavaScript APIs.
4-
author: lindalu-msft
54
ms.author: lindalu
65
ms.topic: overview
7-
ms.date: 06/09/2025
6+
ms.date: 06/11/2025
87
ms.localizationpriority: high
98
---
109

@@ -21,30 +20,30 @@ You should use application-specific APIs whenever feasible, and use Common APIs
2120

2221
:::row:::
2322
:::column span="":::
24-
:::image type="content" source="../images/m365-app-excel.png" alt-text="Excel API reference":::
25-
</br>**Excel API reference**</br>[JavaScript APIs for building Excel add-ins](/javascript/api/excel)
23+
:::image type="content" source="../images/m365-app-excel.png" alt-text="Excel API reference" border="false":::
24+
<br>**Excel API reference**<br>[JavaScript APIs for building Excel add-ins](/javascript/api/excel)
2625
:::column-end:::
2726
:::column span="":::
2827
:::image type="content" source="../images/m365-app-outlook.png" alt-text="Outlook API reference":::
29-
</br>**Outlook API reference**</br>[JavaScript APIs for building Outlook add-ins](/javascript/api/outlook)
28+
<br>**Outlook API reference**<br>[JavaScript APIs for building Outlook add-ins](/javascript/api/outlook)
3029
:::column-end:::
3130
:::column span="":::
32-
:::image type="content" source="../images/m365-app-word.png" alt-text="Word API reference":::
33-
</br>**Word API reference**</br>[JavaScript APIs for building Word add-ins](/javascript/api/word)
31+
:::image type="content" source="../images/m365-app-word.png" alt-text="Word API reference" border="false":::
32+
<br>**Word API reference**<br>[JavaScript APIs for building Word add-ins](/javascript/api/word)
3433
:::column-end:::
3534
:::row-end:::
3635
:::row:::
3736
:::column span="":::
38-
:::image type="content" source="../images/m365-app-powerpoint.png" alt-text="PowerPoint API reference":::
39-
</br>**PowerPoint API reference**</br>[JavaScript APIs for building PowerPoint add-ins](/javascript/api/powerpoint)
37+
:::image type="content" source="../images/m365-app-powerpoint.png" alt-text="PowerPoint API reference" border="false":::
38+
<br>**PowerPoint API reference**<br>[JavaScript APIs for building PowerPoint add-ins](/javascript/api/powerpoint)
4039
:::column-end:::
4140
:::column span="":::
42-
:::image type="content" source="../images/m365-app-onenote.png" alt-text="OneNote API reference":::
43-
</br>**OneNote API reference**</br>[JavaScript APIs for building OneNote add-ins](/javascript/api/onenote)
41+
:::image type="content" source="../images/m365-app-onenote.png" alt-text="OneNote API reference" border="false":::
42+
<br>**OneNote API reference**<br>[JavaScript APIs for building OneNote add-ins](/javascript/api/onenote)
4443
:::column-end:::
4544
:::column span="":::
46-
:::image type="content" source="../images/m365-app-office.png" alt-text="Common API reference":::
47-
</br>**Common API reference**</br>[JavaScript APIs that can be used by any Office Add-in](/javascript/api/office)
45+
:::image type="content" source="../images/m365-app-office.png" alt-text="Common API reference" border="false":::
46+
<br>**Common API reference**<br>[JavaScript APIs that can be used by any Office Add-in](/javascript/api/office)
4847
:::column-end:::
4948
:::row-end:::
5049

0 commit comments

Comments
 (0)