Skip to content

Commit 2324e0e

Browse files
committed
update image & spacing
1 parent 49ca29f commit 2324e0e

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the planning, developing, testing, and publishing lifec
44
author: lindalu-msft
55
ms.author: lindalu
66
ms.topic: overview
7-
ms.date: 06/06/2025
7+
ms.date: 06/09/2025
88
ms.localizationpriority: high
99
---
1010

@@ -26,7 +26,7 @@ For the best foundation for these common features and application-specific imple
2626
:::column span="":::
2727
:::image type="icon" source="../images/i_best-practices_small.svg":::
2828
:::column-end:::
29-
:::column span="3":::
29+
:::column span="4":::
3030
**Plan**</br>
3131
[Learn the best practices and system requirements for Office Add-ins.](../concepts/add-in-development-best-practices.md)
3232
:::column-end:::
@@ -35,7 +35,7 @@ For the best foundation for these common features and application-specific imple
3535
:::column span="":::
3636
:::image type="icon" source="../images/i_code-blocks_small.svg":::
3737
:::column-end:::
38-
:::column span="3":::
38+
:::column span="4":::
3939
**Develop**</br>
4040
[Learn the APIs and patterns to develop Office Add-ins.](../develop/develop-overview.md)
4141
:::column-end:::
@@ -44,7 +44,7 @@ For the best foundation for these common features and application-specific imple
4444
:::column span="":::
4545
:::image type="icon" source="../images/i_recommended-testing_small.svg":::
4646
:::column-end:::
47-
:::column span="3":::
47+
:::column span="4":::
4848
**Test and debug**</br>
4949
[Learn how to test and debug Office Add-ins.](../testing/test-debug-office-add-ins.md)
5050
:::column-end:::
@@ -53,7 +53,7 @@ For the best foundation for these common features and application-specific imple
5353
:::column span="":::
5454
:::image type="icon" source="../images/i_deploy_small.svg":::
5555
:::column-end:::
56-
:::column span="3":::
56+
:::column span="4":::
5757
**Publish**</br>
5858
[Learn how to deploy and publish Office Add-ins.](../publish/publish.md)
5959
:::column-end:::
@@ -62,7 +62,7 @@ For the best foundation for these common features and application-specific imple
6262
:::column span="":::
6363
:::image type="icon" source="../images/i_reference_small.svg":::
6464
:::column-end:::
65-
:::column span="3":::
65+
:::column span="4":::
6666
**Reference**</br>
6767
[View the reference documentation for the Office JavaScript APIs, the add-ins manifest, error code lists, and more.](../reference/javascript-api-for-office.md)
6868
:::column-end:::

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

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the Office JavaScript APIs.
44
author: lindalu-msft
55
ms.author: lindalu
66
ms.topic: overview
7-
ms.date: 06/06/2025
7+
ms.date: 06/09/2025
88
ms.localizationpriority: high
99
---
1010

@@ -19,26 +19,34 @@ You should use application-specific APIs whenever feasible, and use Common APIs
1919

2020
## API reference
2121

22+
:::image type="content" source="<folderPath>" alt-text="<alt text>":::
23+
2224
:::row:::
2325
:::column span="":::
24-
<img src="../images/index/logo-excel.svg" width="100" alt="Excel API reference"> </br>**Excel API reference**</br>[JavaScript APIs for building Excel add-ins](/javascript/api/excel).
26+
:::image type="content" source="../images/index/logo-excel.svg" width="100" alt-text="Excel API reference":::
27+
</br>**Excel API reference**</br>[JavaScript APIs for building Excel add-ins](/javascript/api/excel).
2528
:::column-end:::
2629
:::column span="":::
27-
<img src="../images/index/logo-outlook.svg" width="100" alt="Outlook API reference"> </br>**Outlook API reference**</br>[JavaScript APIs for building Outlook add-ins](/javascript/api/outlook).
30+
:::image type="content" source="../images/index/logo-outlook.svg" width="100" alt-text="Outlook API reference":::
31+
</br>**Outlook API reference**</br>[JavaScript APIs for building Outlook add-ins](/javascript/api/outlook).
2832
:::column-end:::
2933
:::column span="":::
30-
<img src="../images/index/logo-word.svg" width="100" alt="Word API reference"> </br>**Word API reference**</br>[JavaScript APIs for building Word add-ins](/javascript/api/word).
34+
:::image type="content" source="../images/index/logo-word.svg" width="100" alt-text="Word API reference":::
35+
</br>**Word API reference**</br>[JavaScript APIs for building Word add-ins](/javascript/api/word).
3136
:::column-end:::
3237
:::row-end:::
3338
:::row:::
3439
:::column span="":::
35-
<img src="../images/index/logo-powerpoint.svg" width="100" alt="PowerPoint API reference"> </br>**PowerPoint API reference**</br>[JavaScript APIs for building PowerPoint add-ins](/javascript/api/powerpoint).
40+
:::image type="content" source="../images/index/logo-powerpoint.svg" width="100" alt-text="PowerPoint API reference":::
41+
</br>**PowerPoint API reference**</br>[JavaScript APIs for building PowerPoint add-ins](/javascript/api/powerpoint).
3642
:::column-end:::
3743
:::column span="":::
38-
<img src="../images/index/logo-onenote.svg" width="100" alt="OneNote API reference"> </br>**OneNote API reference**</br>[JavaScript APIs for building OneNote add-ins](/javascript/api/onenote).
44+
:::image type="content" source="../images/index/logo-onenote.svg" width="100" alt-text="OneNote API reference":::
45+
</br>**OneNote API reference**</br>[JavaScript APIs for building OneNote add-ins](/javascript/api/onenote).
3946
:::column-end:::
4047
:::column span="":::
41-
<img src="../images/index/logo-office.png" width="100" alt="Common API reference"> </br>**Common API reference**</br>[JavaScript APIs that can be used by any Office Add-in](/javascript/api/office).
48+
:::image type="content" source="../images/index/logo-office.png" width="100" alt-text="Common API reference":::
49+
</br>**Common API reference**</br>[JavaScript APIs that can be used by any Office Add-in](/javascript/api/office).
4250
:::column-end:::
4351
:::row-end:::
4452

0 commit comments

Comments
 (0)