Skip to content

Commit 05f74cf

Browse files
committed
changes per review
1 parent a9a5191 commit 05f74cf

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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
76
ms.date: 06/09/2025
@@ -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.":::
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.":::
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.":::
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.":::
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.":::
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: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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
76
ms.date: 06/09/2025
@@ -22,29 +21,29 @@ You should use application-specific APIs whenever feasible, and use Common APIs
2221
:::row:::
2322
:::column span="":::
2423
:::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)
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="":::
3231
:::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)
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="":::
3837
:::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)
38+
<br>**PowerPoint API reference**<br>[JavaScript APIs for building PowerPoint add-ins](/javascript/api/powerpoint)
4039
:::column-end:::
4140
:::column span="":::
4241
:::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)
42+
<br>**OneNote API reference**<br>[JavaScript APIs for building OneNote add-ins](/javascript/api/onenote)
4443
:::column-end:::
4544
:::column span="":::
4645
:::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)
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)