Skip to content

Commit d2433bf

Browse files
author
github-actions
committed
Merge branch 'main' into live
2 parents 79883eb + f17a2ef commit d2433bf

10 files changed

+376
-172
lines changed

docs/design/keyboard-shortcuts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ If your add-in uses the unified app manifest for Microsoft 365, custom keyboard
112112
"default": "Ctrl+Alt+Down",
113113
"mac": "Command+Shift+Down",
114114
"web": "Ctrl+Alt+2",
115-
"windows": "Ctrl+Alt+Up"
115+
"windows": "Ctrl+Alt+Down"
116116
},
117117
"actionId": "HideTaskpane"
118118
}

docs/includes/landing-page-office-addins-guidance-note.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/includes/landing-page-office-addins-guidance.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

docs/includes/landing-page-resources-no-script-lab.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

docs/includes/landing-page-resources.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

docs/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ metadata:
1010
services: service
1111
ms.service: microsoft-365
1212
ms.topic: hub-page # Required
13+
ms.localizationpriority: high
1314
author: o365devx #Required; your GitHub user alias, with correct capitalization.
1415
ms.author: o365devx #Required; microsoft alias of author; optional team alias.
1516
ms.date: 01/16/2025 #Required; mm/dd/yyyy format.
17+
ms.custom: required-for-compliance # Indicates that this page is linked to in a legal document.
1618

1719
# highlightedContent section
1820
# Maximum of 8 items

docs/outlook/faq-nested-app-auth-outlook-legacy-tokens.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ There are two views for permissions; Admin consent, and User consent. Select Use
180180

181181
Some widely used Outlook add-in publishers have already updated their add-ins as listed below.
182182

183+
- [Appfluence Priority Matrix for Outlook](https://appsource.microsoft.com/product/office/wa104381735)
183184
- [Atlassian Jira Cloud for Outlook](https://marketplace.atlassian.com/apps/1220666/jira-cloud-for-outlook-official?tab=overview&hosting=cloud)
184185
- [Box for Outlook](https://appsource.microsoft.com/product/office/WA200000015)
185186
- [Clickup for Outlook](https://appsource.microsoft.com/product/office/WA104382026)

docs/quickstarts/outlook-quickstart-yo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Learn how to build a simple Outlook task pane add-in by using the O
44
ms.date: 02/18/2025
55
ms.service: outlook
66
ms.localizationpriority: high
7+
ms.custom: required-for-compliance # Indicates that this page is linked to in a legal document.
78
---
89

910
# Build your first Outlook add-in

docs/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,9 @@ items:
983983
- name: Read and write data to the active selection
984984
href: develop/read-and-write-data-to-the-active-selection-in-a-document-or-spreadsheet.md
985985
displayName: Word
986+
- name: Use annotations
987+
href: word/annotations.md
988+
displayName: Word
986989
- name: Use fields
987990
href: word/fields-guidance.md
988991
displayName: Word

0 commit comments

Comments
 (0)