Skip to content

Commit 4b36d5d

Browse files
committed
test image link
1 parent 8219be4 commit 4b36d5d

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ For any add-in you build, you need to understand the following concepts.
2222

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

25-
| | |
26-
| :---------------| ------------- |
27-
| :::image type="icon" source="../images/i_best-practices_small.svg"::: |**Plan**</br>[Learn the best practices and system requirements for Office Add-ins.](../concepts/add-in-development-best-practices.md) |
28-
| :::image type="icon" source="../images/i_code-blocks_small.svg"::: |**Develop**</br>[Learn the APIs and patterns to develop Office Add-ins.](../develop/develop-overview.md) |
29-
| :::image type="icon" source="../images/i_recommended-testing_small.svg"::: |**Test and debug**</br>[Learn how to test and debug Office Add-ins.](../testing/test-debug-office-add-ins.md) |
30-
| :::image type="icon" source="../images/i_deploy_small.svg"::: |**Publish**</br>[Learn how to deploy and publish Office Add-ins.](../publish/publish.md) |
31-
| :::image type="icon" source="../images/i_reference_small.svg"::: |**Reference**</br>[View the reference documentation for the Office JavaScript APIs, the add-ins manifest, error code lists, and more.](../reference/javascript-api-for-office.md) |
25+
| :---------------| :------------- |
26+
| [:::image type="icon" source="../images/i_best-practices_small.svg":::](../concepts/add-in-development-best-practices.md) |<font size="3">**Plan**</font></br>[Learn the best practices and system requirements for Office Add-ins.](../concepts/add-in-development-best-practices.md) |
27+
| :::image type="icon" source="../images/i_code-blocks_small.svg"::: |<font size="3">**Develop**</font></br>[Learn the APIs and patterns to develop Office Add-ins.](../develop/develop-overview.md) |
28+
| :::image type="icon" source="../images/i_recommended-testing_small.svg"::: |<font size="3">**Test and debug**</font></br>[Learn how to test and debug Office Add-ins.](../testing/test-debug-office-add-ins.md) |
29+
| :::image type="icon" source="../images/i_deploy_small.svg"::: |<font size="3">**Publish**</font></br>[Learn how to deploy and publish Office Add-ins.](../publish/publish.md) |
30+
| :::image type="icon" source="../images/i_reference_small.svg"::: |<font size="3">**Reference**</font></br>[View the reference documentation for the Office JavaScript APIs, the add-ins manifest, error code lists, and more.](../reference/javascript-api-for-office.md) |
3231

3332
## See also
3433

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You should use application-specific APIs whenever feasible, and use Common APIs
2121

2222
| | | |
2323
| :------------------------ | -------------------- | ----------------|
24-
| <img src="../images/index/logo-excel.svg" width="100"> </br>**Excel API reference**</br>[JavaScript APIs for building Excel add-ins](/javascript/api/excel). | <img src="../images/index/logo-excel.svg" width="100"> </br>**Outlook API reference**</br>[JavaScript APIs for building Outlook add-ins](/javascript/api/outlook). | <img src="../images/index/logo-excel.svg" width="100"> </br>**Word API reference**</br>[JavaScript APIs for building Word add-ins](/javascript/api/word). |
25-
| <img src="../images/index/logo-excel.svg" width="100"> </br>**PowerPoint API reference**</br>[JavaScript APIs for building PowerPoint add-ins](/javascript/api/powerpoint). | <img src="../images/index/logo-excel.svg" width="100"> </br>**OneNote API reference**</br>[JavaScript APIs for building OneNote add-ins](/javascript/api/onenote). | <img src="../images/index/logo-excel.svg" width="100"> </br>**Common API reference**</br>[JavaScript APIs that can be used by any Office Add-in](/javascript/api/office). |
24+
| <img src="../images/index/logo-excel.svg" width="100"> </br>**Excel API reference**</br>[JavaScript APIs for building Excel add-ins](/javascript/api/excel). | <img src="../images/index/logo-outlook.svg" width="100"> </br>**Outlook API reference**</br>[JavaScript APIs for building Outlook add-ins](/javascript/api/outlook). | <img src="../images/index/logo-word.svg" width="100"> </br>**Word API reference**</br>[JavaScript APIs for building Word add-ins](/javascript/api/word). |
25+
| <img src="../images/index/logo-powerpoint.svg" width="100"> </br>**PowerPoint API reference**</br>[JavaScript APIs for building PowerPoint add-ins](/javascript/api/powerpoint). | <img src="../images/index/logo-onenote.svg" width="100"> </br>**OneNote API reference**</br>[JavaScript APIs for building OneNote add-ins](/javascript/api/onenote). | <img src="../images/index/logo-office.svg" width="100"> </br>**Common API reference**</br>[JavaScript APIs that can be used by any Office Add-in](/javascript/api/office). |
2626

2727
**Note**: There's currently no application-specific JavaScript API for Project; you'll use Common APIs to create Project add-ins.

0 commit comments

Comments
 (0)