Skip to content

Commit 49ca29f

Browse files
committed
columns instead of table
1 parent eacd6fe commit 49ca29f

File tree

2 files changed

+27
-9
lines changed

2 files changed

+27
-9
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For the best foundation for these common features and application-specific imple
2626
:::column span="":::
2727
:::image type="icon" source="../images/i_best-practices_small.svg":::
2828
:::column-end:::
29-
:::column span="":::
29+
:::column span="3":::
3030
**Plan**</br>
3131
[Learn the best practices and system requirements for Office Add-ins.](../concepts/add-in-development-best-practices.md)
3232
:::column-end:::
@@ -35,7 +35,7 @@ For the best foundation for these common features and application-specific imple
3535
:::column span="":::
3636
:::image type="icon" source="../images/i_code-blocks_small.svg":::
3737
:::column-end:::
38-
:::column span="":::
38+
:::column span="3":::
3939
**Develop**</br>
4040
[Learn the APIs and patterns to develop Office Add-ins.](../develop/develop-overview.md)
4141
:::column-end:::
@@ -44,7 +44,7 @@ For the best foundation for these common features and application-specific imple
4444
:::column span="":::
4545
:::image type="icon" source="../images/i_recommended-testing_small.svg":::
4646
:::column-end:::
47-
:::column span="":::
47+
:::column span="3":::
4848
**Test and debug**</br>
4949
[Learn how to test and debug Office Add-ins.](../testing/test-debug-office-add-ins.md)
5050
:::column-end:::
@@ -53,7 +53,7 @@ For the best foundation for these common features and application-specific imple
5353
:::column span="":::
5454
:::image type="icon" source="../images/i_deploy_small.svg":::
5555
:::column-end:::
56-
:::column span="":::
56+
:::column span="3":::
5757
**Publish**</br>
5858
[Learn how to deploy and publish Office Add-ins.](../publish/publish.md)
5959
:::column-end:::
@@ -62,7 +62,7 @@ For the best foundation for these common features and application-specific imple
6262
:::column span="":::
6363
:::image type="icon" source="../images/i_reference_small.svg":::
6464
:::column-end:::
65-
:::column span="":::
65+
:::column span="3":::
6666
**Reference**</br>
6767
[View the reference documentation for the Office JavaScript APIs, the add-ins manifest, error code lists, and more.](../reference/javascript-api-for-office.md)
6868
:::column-end:::

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

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,27 @@ You should use application-specific APIs whenever feasible, and use Common APIs
1919

2020
## API reference
2121

22-
| | | |
23-
| :------------------------ | -------------------- | ----------------|
24-
| <img src="../images/index/logo-excel.svg" width="100" alt="Excel API reference"> </br>**Excel API reference**</br>[JavaScript APIs for building Excel add-ins](/javascript/api/excel). | <img src="../images/index/logo-outlook.svg" width="100" alt="Outlook API reference"> </br>**Outlook API reference**</br>[JavaScript APIs for building Outlook add-ins](/javascript/api/outlook). | <img src="../images/index/logo-word.svg" width="100" alt="Word API reference"> </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" alt="PowerPoint API reference"> </br>**PowerPoint API reference**</br>[JavaScript APIs for building PowerPoint add-ins](/javascript/api/powerpoint). | <img src="../images/index/logo-onenote.svg" width="100" alt="OneNote API reference"> </br>**OneNote API reference**</br>[JavaScript APIs for building OneNote add-ins](/javascript/api/onenote). | <img src="../images/index/logo-office.png" width="100" alt="Common API reference"> </br>**Common API reference**</br>[JavaScript APIs that can be used by any Office Add-in](/javascript/api/office). |
22+
:::row:::
23+
:::column span="":::
24+
<img src="../images/index/logo-excel.svg" width="100" alt="Excel API reference"> </br>**Excel API reference**</br>[JavaScript APIs for building Excel add-ins](/javascript/api/excel).
25+
:::column-end:::
26+
:::column span="":::
27+
<img src="../images/index/logo-outlook.svg" width="100" alt="Outlook API reference"> </br>**Outlook API reference**</br>[JavaScript APIs for building Outlook add-ins](/javascript/api/outlook).
28+
:::column-end:::
29+
:::column span="":::
30+
<img src="../images/index/logo-word.svg" width="100" alt="Word API reference"> </br>**Word API reference**</br>[JavaScript APIs for building Word add-ins](/javascript/api/word).
31+
:::column-end:::
32+
:::row-end:::
33+
:::row:::
34+
:::column span="":::
35+
<img src="../images/index/logo-powerpoint.svg" width="100" alt="PowerPoint API reference"> </br>**PowerPoint API reference**</br>[JavaScript APIs for building PowerPoint add-ins](/javascript/api/powerpoint).
36+
:::column-end:::
37+
:::column span="":::
38+
<img src="../images/index/logo-onenote.svg" width="100" alt="OneNote API reference"> </br>**OneNote API reference**</br>[JavaScript APIs for building OneNote add-ins](/javascript/api/onenote).
39+
:::column-end:::
40+
:::column span="":::
41+
<img src="../images/index/logo-office.png" width="100" alt="Common API reference"> </br>**Common API reference**</br>[JavaScript APIs that can be used by any Office Add-in](/javascript/api/office).
42+
:::column-end:::
43+
:::row-end:::
2644

2745
**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)