Skip to content

Commit 60565ad

Browse files
committed
Update core-concepts-office-add-ins.md
1 parent 4b36d5d commit 60565ad

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ 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+
| | |
2526
| :---------------| :------------- |
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) |
27+
| :::image type="icon" source="../images/i_best-practices_small.svg"::: |<font size="4">**Plan**</font></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"::: |<font size="4">**Develop**</font></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"::: |<font size="4">**Test and debug**</font></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"::: |<font size="4">**Publish**</font></br>[Learn how to deploy and publish Office Add-ins.](../publish/publish.md) |
31+
| :::image type="icon" source="../images/i_reference_small.svg"::: |<font size="4">**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) |
3132

3233
## See also
3334

0 commit comments

Comments
 (0)