Skip to content

Commit 468ccbc

Browse files
committed
columns instead of table
1 parent 794ae8d commit 468ccbc

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

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

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,53 @@ 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-
| | |
25+
:::row:::
26+
:::column span="2":::
27+
:::image type="icon" source="../images/i_best-practices_small.svg":::
28+
:::column-end:::
29+
:::column span="":::
30+
**Plan**</br>
31+
[Learn the best practices and system requirements for Office Add-ins.](../concepts/add-in-development-best-practices.md)
32+
:::column-end:::
33+
:::row-end:::
34+
:::row:::
35+
:::column span="2":::
36+
:::image type="icon" source="../images/i_code-blocks_small.svg":::
37+
:::column-end:::
38+
:::column span="":::
39+
**Develop**</br>
40+
[Learn the APIs and patterns to develop Office Add-ins.](../develop/develop-overview.md)
41+
:::column-end:::
42+
:::row-end:::
43+
:::row:::
44+
:::column span="2":::
45+
:::image type="icon" source="../images/i_recommended-testing_small.svg":::
46+
:::column-end:::
47+
:::column span="":::
48+
**Test and debug**</br>
49+
[Learn how to test and debug Office Add-ins.](../testing/test-debug-office-add-ins.md)
50+
:::column-end:::
51+
:::row-end:::
52+
:::row:::
53+
:::column span="2":::
54+
:::image type="icon" source="../images/i_deploy_small.svg":::
55+
:::column-end:::
56+
:::column span="":::
57+
**Publish**</br>
58+
[Learn how to deploy and publish Office Add-ins.](../publish/publish.md)
59+
:::column-end:::
60+
:::row-end:::
61+
v:::row:::
62+
:::column span="2":::
63+
:::image type="icon" source="../images/i_reference_small.svg":::
64+
:::column-end:::
65+
:::column span="":::
66+
**Reference**</br>
67+
[View the reference documentation for the Office JavaScript APIs, the add-ins manifest, error code lists, and more.](../reference/javascript-api-for-office.md)
68+
:::column-end:::
69+
:::row-end:::
70+
71+
| Table | |
2672
| :---------------| :------------- |
2773
| :::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) |
2874
| :::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) |

0 commit comments

Comments
 (0)