Skip to content

Commit 6b30b1f

Browse files
committed
update art to fit columns
1 parent 324e79b commit 6b30b1f

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ For any add-in you build, you need to understand the following concepts.
2020
- Troubleshooting your add-in
2121
- Publishing your add-in
2222

23-
For the best foundation for these common features and application-specific implementations, review the documentation listed in the following table.
23+
For the best foundation for these common features and application-specific implementations, review the following documentation.
2424

2525
:::row:::
2626
:::column span="":::
27-
:::image type="content" source="../images/i_best-practices_small.svg" width="100" :::
27+
:::image type="content" source="../images/office-add-ins-lifecycle-step-1-plan.png":::
2828
:::column-end:::
2929
:::column span="3":::
3030
**Plan**</br>
@@ -33,7 +33,7 @@ For the best foundation for these common features and application-specific imple
3333
:::row-end:::
3434
:::row:::
3535
:::column span="":::
36-
:::image type="content" source="../images/i_code-blocks_small.svg" width="100" :::
36+
:::image type="content" source="../images/office-add-ins-lifecycle-step-2-develop.png":::
3737
:::column-end:::
3838
:::column span="3":::
3939
**Develop**</br>
@@ -42,7 +42,7 @@ For the best foundation for these common features and application-specific imple
4242
:::row-end:::
4343
:::row:::
4444
:::column span="":::
45-
:::image type="content" source="../images/i_recommended-testing_small.svg" width="100" :::
45+
:::image type="content" source="../images/office-add-ins-lifecycle-step-3-test-and-debug.png":::
4646
:::column-end:::
4747
:::column span="3":::
4848
**Test and debug**</br>
@@ -51,7 +51,7 @@ For the best foundation for these common features and application-specific imple
5151
:::row-end:::
5252
:::row:::
5353
:::column span="":::
54-
:::image type="content" source="../images/i_deploy_small.svg" width="100" :::
54+
:::image type="content" source="../images/office-add-ins-lifecycle-step-3-test-and-debug.png":::
5555
:::column-end:::
5656
:::column span="3":::
5757
**Publish**</br>
@@ -60,7 +60,7 @@ For the best foundation for these common features and application-specific imple
6060
:::row-end:::
6161
:::row:::
6262
:::column span="":::
63-
:::image type="content" source="../images/i_reference_small.svg" width="100" :::
63+
:::image type="content" source="../images/office-add-ins-lifecycle-step-5-reference.png":::
6464
:::column-end:::
6565
:::column span="3":::
6666
**Reference**</br>

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,31 @@ 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-
2422
:::row:::
2523
:::column span="":::
26-
:::image type="content" source="../images/index/logo-excel.svg" width="100" alt-text="Excel API reference":::
24+
:::image type="content" source="../images/index/logo-excel.svg" alt-text="Excel API reference":::
2725
</br>**Excel API reference**</br>[JavaScript APIs for building Excel add-ins](/javascript/api/excel).
2826
:::column-end:::
2927
:::column span="":::
30-
:::image type="content" source="../images/index/logo-outlook.svg" width="100" alt-text="Outlook API reference":::
28+
:::image type="content" source="../images/index/logo-outlook.svg" alt-text="Outlook API reference":::
3129
</br>**Outlook API reference**</br>[JavaScript APIs for building Outlook add-ins](/javascript/api/outlook).
3230
:::column-end:::
3331
:::column span="":::
34-
:::image type="content" source="../images/index/logo-word.svg" width="100" alt-text="Word API reference":::
32+
:::image type="content" source="../images/index/logo-word.svg" alt-text="Word API reference":::
3533
</br>**Word API reference**</br>[JavaScript APIs for building Word add-ins](/javascript/api/word).
3634
:::column-end:::
3735
:::row-end:::
3836
:::row:::
3937
:::column span="":::
40-
:::image type="content" source="../images/index/logo-powerpoint.svg" width="100" alt-text="PowerPoint API reference":::
38+
:::image type="content" source="../images/index/logo-powerpoint.svg" alt-text="PowerPoint API reference":::
4139
</br>**PowerPoint API reference**</br>[JavaScript APIs for building PowerPoint add-ins](/javascript/api/powerpoint).
4240
:::column-end:::
4341
:::column span="":::
44-
:::image type="content" source="../images/index/logo-onenote.svg" width="100" alt-text="OneNote API reference":::
42+
:::image type="content" source="../images/index/logo-onenote.svg" alt-text="OneNote API reference":::
4543
</br>**OneNote API reference**</br>[JavaScript APIs for building OneNote add-ins](/javascript/api/onenote).
4644
:::column-end:::
4745
:::column span="":::
48-
:::image type="content" source="../images/index/logo-office.png" width="100" alt-text="Common API reference":::
46+
:::image type="content" source="../images/index/logo-office.png" alt-text="Common API reference":::
4947
</br>**Common API reference**</br>[JavaScript APIs that can be used by any Office Add-in](/javascript/api/office).
5048
:::column-end:::
5149
:::row-end:::

0 commit comments

Comments
 (0)