Skip to content

Commit eacd6fe

Browse files
committed
fix span in column
1 parent 468ccbc commit eacd6fe

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

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

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For any add-in you build, you need to understand the following concepts.
2323
For the best foundation for these common features and application-specific implementations, review the documentation listed in the following table.
2424

2525
:::row:::
26-
:::column span="2":::
26+
:::column span="":::
2727
:::image type="icon" source="../images/i_best-practices_small.svg":::
2828
:::column-end:::
2929
:::column span="":::
@@ -32,7 +32,7 @@ For the best foundation for these common features and application-specific imple
3232
:::column-end:::
3333
:::row-end:::
3434
:::row:::
35-
:::column span="2":::
35+
:::column span="":::
3636
:::image type="icon" source="../images/i_code-blocks_small.svg":::
3737
:::column-end:::
3838
:::column span="":::
@@ -41,7 +41,7 @@ For the best foundation for these common features and application-specific imple
4141
:::column-end:::
4242
:::row-end:::
4343
:::row:::
44-
:::column span="2":::
44+
:::column span="":::
4545
:::image type="icon" source="../images/i_recommended-testing_small.svg":::
4646
:::column-end:::
4747
:::column span="":::
@@ -50,16 +50,16 @@ For the best foundation for these common features and application-specific imple
5050
:::column-end:::
5151
:::row-end:::
5252
:::row:::
53-
:::column span="2":::
53+
:::column span="":::
5454
:::image type="icon" source="../images/i_deploy_small.svg":::
5555
:::column-end:::
5656
:::column span="":::
5757
**Publish**</br>
5858
[Learn how to deploy and publish Office Add-ins.](../publish/publish.md)
5959
:::column-end:::
6060
:::row-end:::
61-
v:::row:::
62-
:::column span="2":::
61+
:::row:::
62+
:::column span="":::
6363
:::image type="icon" source="../images/i_reference_small.svg":::
6464
:::column-end:::
6565
:::column span="":::
@@ -68,14 +68,6 @@ v:::row:::
6868
:::column-end:::
6969
:::row-end:::
7070

71-
| Table | |
72-
| :---------------| :------------- |
73-
| :::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) |
74-
| :::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) |
75-
| :::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) |
76-
| :::image type="icon" source="../images/i_deploy_small.svg"::: |**Publish**</br>[Learn how to deploy and publish Office Add-ins.](../publish/publish.md) |
77-
| :::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) |
78-
7971
## See also
8072

8173
- [Office Dev Center](https://developer.microsoft.com/office)

0 commit comments

Comments
 (0)