Skip to content

Commit 83fe869

Browse files
authored
[admin] (Metadata) Add ms.topic to selected articles (#597)
* Add ms.topic to selected articles * Using docfx file to set sample metadata * Remove dupe sample metadata
1 parent ac90e6c commit 83fe869

11 files changed

+12
-0
lines changed

docs/develop/best-practices.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Best practices in Office Scripts
33
description: How to prevent common problems and write robust Office Scripts to handle unexpected input or data.
4+
ms.topic: best-practice
45
ms.date: 10/01/2022
56
ms.localizationpriority: medium
67
---

docs/develop/power-automate-integration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Run Office Scripts with Power Automate
33
description: How to get Office Scripts for Excel working with a Power Automate workflow.
4+
ms.topic: integration
45
ms.date: 12/19/2022
56
ms.localizationpriority: medium
67
---

docs/develop/scripting-fundamentals.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Fundamentals for Office Scripts in Excel
33
description: Object model information and other basics to learn before writing Office Scripts.
4+
ms.topic: get-started
45
ms.date: 10/01/2022
56
ms.localizationpriority: high
67
---

docs/develop/vscode-for-scripts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Visual Studio Code for Office Scripts (preview)
33
description: How to setup the Office Scripts Code Editor to connect with VS Code for the Web.
4+
ms.topic: integration
45
ms.date: 11/04/2022
56
ms.localizationpriority: medium
67
---

docs/docfx.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
"testing/*.md": "excel"
6060
},
6161
"ms.topic": {
62+
"resources/samples/*.md": "sample",
63+
"resources/scenarios/*.md": "sample",
6264
"tutorials/*.md": "tutorial"
6365
},
6466
"ms.custom": {

docs/resources/add-ins-differences.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Differences between Office Scripts and Office Add-ins
33
description: The behavior and API differences between Office Scripts and Office Add-ins.
4+
ms.topic: product-comparison
45
ms.date: 02/13/2023
56
ms.localizationpriority: medium
67
---

docs/resources/power-query-differences.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: When to use Power Query or Office Scripts
33
description: The scenarios that are best suited for both the Power Query and Office Scripts platforms.
4+
ms.topic: product-comparison
45
ms.date: 10/01/2022
56
ms.localizationpriority: medium
67
---

docs/resources/vba-differences.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Differences between Office Scripts and VBA macros
33
description: The behavior and API differences between Office Scripts and Excel VBA macros.
4+
ms.topic: product-comparison
45
ms.date: 02/13/2023
56
ms.localizationpriority: medium
67
---

docs/testing/platform-limits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Platform limits and requirements with Office Scripts
33
description: Resource limits and browser support for Office Scripts when used with Excel.
4+
ms.topic: limits-and-quotas
45
ms.date: 03/10/2023
56
ms.localizationpriority: medium
67
---

docs/testing/power-automate-troubleshooting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Troubleshoot Office Scripts running in Power Automate
33
description: Tips, platform information, and known issues with the integration between Office Scripts and Power Automate.
4+
ms.topic: troubleshooting-general
45
ms.date: 03/27/2023
56
ms.localizationpriority: medium
67
---

0 commit comments

Comments
 (0)