Skip to content

Commit 42f095a

Browse files
committed
remove border
1 parent 05f74cf commit 42f095a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For the best foundation for these common features and application-specific imple
2323

2424
:::row:::
2525
:::column span="":::
26-
:::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":::
2727
:::column-end:::
2828
:::column span="3":::
2929
<br>**Plan**<br>
@@ -32,7 +32,7 @@ For the best foundation for these common features and application-specific imple
3232
:::row-end:::
3333
:::row:::
3434
:::column span="":::
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.":::
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":::
3636
:::column-end:::
3737
:::column span="3":::
3838
<br>**Develop**<br>
@@ -41,7 +41,7 @@ For the best foundation for these common features and application-specific imple
4141
:::row-end:::
4242
:::row:::
4343
:::column span="":::
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.":::
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":::
4545
:::column-end:::
4646
:::column span="3":::
4747
<br>**Test and debug**<br>
@@ -50,7 +50,7 @@ For the best foundation for these common features and application-specific imple
5050
:::row-end:::
5151
:::row:::
5252
:::column span="":::
53-
:::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":::
5454
:::column-end:::
5555
:::column span="3":::
5656
<br>**Publish**<br>
@@ -59,7 +59,7 @@ For the best foundation for these common features and application-specific imple
5959
:::row-end:::
6060
:::row:::
6161
:::column span="":::
62-
:::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":::
6363
:::column-end:::
6464
:::column span="3":::
6565
<br>**Reference**<br>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@ You should use application-specific APIs whenever feasible, and use Common APIs
2020

2121
:::row:::
2222
:::column span="":::
23-
:::image type="content" source="../images/m365-app-excel.png" alt-text="Excel API reference":::
23+
:::image type="content" source="../images/m365-app-excel.png" alt-text="Excel API reference" border="false":::
2424
<br>**Excel API reference**<br>[JavaScript APIs for building Excel add-ins](/javascript/api/excel)
2525
:::column-end:::
2626
:::column span="":::
2727
:::image type="content" source="../images/m365-app-outlook.png" alt-text="Outlook API reference":::
2828
<br>**Outlook API reference**<br>[JavaScript APIs for building Outlook add-ins](/javascript/api/outlook)
2929
:::column-end:::
3030
:::column span="":::
31-
:::image type="content" source="../images/m365-app-word.png" alt-text="Word API reference":::
31+
:::image type="content" source="../images/m365-app-word.png" alt-text="Word API reference" border="false":::
3232
<br>**Word API reference**<br>[JavaScript APIs for building Word add-ins](/javascript/api/word)
3333
:::column-end:::
3434
:::row-end:::
3535
:::row:::
3636
:::column span="":::
37-
:::image type="content" source="../images/m365-app-powerpoint.png" alt-text="PowerPoint API reference":::
37+
:::image type="content" source="../images/m365-app-powerpoint.png" alt-text="PowerPoint API reference" border="false":::
3838
<br>**PowerPoint API reference**<br>[JavaScript APIs for building PowerPoint add-ins](/javascript/api/powerpoint)
3939
:::column-end:::
4040
:::column span="":::
41-
:::image type="content" source="../images/m365-app-onenote.png" alt-text="OneNote API reference":::
41+
:::image type="content" source="../images/m365-app-onenote.png" alt-text="OneNote API reference" border="false":::
4242
<br>**OneNote API reference**<br>[JavaScript APIs for building OneNote add-ins](/javascript/api/onenote)
4343
:::column-end:::
4444
:::column span="":::
45-
:::image type="content" source="../images/m365-app-office.png" alt-text="Common API reference":::
45+
:::image type="content" source="../images/m365-app-office.png" alt-text="Common API reference" border="false":::
4646
<br>**Common API reference**<br>[JavaScript APIs that can be used by any Office Add-in](/javascript/api/office)
4747
:::column-end:::
4848
:::row-end:::

0 commit comments

Comments
 (0)