-
Notifications
You must be signed in to change notification settings - Fork 257
/
Copy pathindex.yml
160 lines (152 loc) · 6.52 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
### YamlMime:Hub
title: Office Add-ins documentation # < 60 chars
summary: Use the Office Add-ins platform to build solutions that extend Office applications and interact with content in Office documents and in Outlook mail messages and calendar items. With Office Add-ins, you can use familiar web technologies such as HTML, CSS, and JavaScript to build solutions that can run in Office on the web, Windows, Mac, and mobile. # < 160 chars
brand: office
metadata:
title: Office Add-ins documentation # Required; page title displayed in search results. Include the brand. < 60 chars.
description: Learn how to build Office Add-ins. # Required; article description that is displayed in search results. < 160 chars.
services: service
ms.service: microsoft-365
ms.topic: hub-page # Required
author: o365devx #Required; your GitHub user alias, with correct capitalization.
ms.author: o365devx #Required; microsoft alias of author; optional team alias.
ms.date: 01/16/2025 #Required; mm/dd/yyyy format.
# highlightedContent section
# Maximum of 8 items
highlightedContent:
items:
# Card 1
- itemType: overview
title: Office Add-ins platform overview
url: overview/office-add-ins.md
# Card 2
- itemType: how-to-guide
title: Office Add-ins Beginner's guide
url: overview/learning-path-beginner.md
# Card 3
- itemType: sample
title: Samples for Office Add-ins
url: overview/office-add-in-code-samples.md
productDirectory:
title: Get started with Office Add-ins # < 60 chars (optional)
items:
- title: 5-minute quick starts
imageSrc: images/index-landing-page/i_quick-start.svg
links:
- url: quickstarts/excel-quickstart-jquery.md
text: "Excel: Build your first add-in"
- url: quickstarts/outlook-quickstart-yo.md
text: "Outlook: Build your first add-in"
- url: quickstarts/powerpoint-quickstart-yo.md
text: "PowerPoint: Build your first add-in"
- url: quickstarts/word-quickstart-yo.md
text: "Word: Build your first add-in"
- title: Add-in scenarios
imageSrc: images/index-landing-page/i_code-blocks.svg
links:
- url: develop/enable-nested-app-authentication-in-your-add-in.md
text: Enable single sign-on in an Office Add-in using nested app authentication
- url: excel/pnp-open-in-excel.md
text: Create an Excel spreadsheet with your add-in from a web page
- url: outlook/smart-alerts-onmessagesend-walkthrough.md
text: Automatically check for an attachment before a message is sent in Outlook
- url: outlook/spam-reporting.md
text: Implement an integrated spam-reporting Outlook add-in
- url: word/import-template.md
text: Import a Word document template with a Word add-in
- title: Explore the code
imageSrc: images/index-landing-page/i_reference.svg
links:
- url: overview/explore-with-script-lab.md
text: Test and experiment with APIs using Script Lab
- url: /javascript/api/overview
text: Office JavaScript API reference documentation
- url: overview/office-add-in-code-samples.md#getting-started
text: Hello world samples
# conceptualContent section (optional)
conceptualContent:
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
title: Your developer journey # < 60 chars (optional)
summary: "" # < 160 chars (optional)
items:
# Card 1
- title: Explore
links:
- url: overview/learning-path-beginner.md
itemType: get-started
text: Get started with Office Add-ins
- url: https://devblogs.microsoft.com/microsoft365dev/category/office-add-ins/
itemType: whats-new
text: Microsoft 365 Developer Blog
- url: concepts/add-in-development-best-practices.md
itemType: concept
text: Best practices for developing Office Add-ins
# Card 2
- title: Build
links:
- url: tutorials/excel-tutorial.md
itemType: tutorial
text: Develop a full Excel add-in
- url: tutorials/outlook-tutorial.md
itemType: tutorial
text: Develop a full Outlook add-in
- url: tutorials/word-tutorial.md
itemType: tutorial
text: Develop a full Word add-in
- url: /javascript/api/overview
itemType: reference
text: Read API reference documentation
# Card 3
- title: Test and debug
links:
- url: testing/test-debug-office-add-ins.md
itemType: overview
text: Check out the debugging overview
- url: testing/clear-cache.md
itemType: how-to-guide
text: Clear the Office cache
- url: testing/testing-and-troubleshooting.md
itemType: concept
text: Troubleshoot user errors
- url: testing/troubleshoot-manifest.md
itemType: architecture
text: Verify an add-in's manifest
# Card 4
- title: Deploy
links:
- url: publish/publish.md
itemType: deploy
text: Explore deployment options
- url: /microsoft-365/admin/manage/test-and-deploy-microsoft-365-apps
itemType: deploy
text: Test and deploy Microsoft 365 Apps by partners in the Integrated apps portal
# Card 5
- title: Publish
links:
- url: /partner-center/marketplace-offers/open-a-developer-account
itemType: overview
text: Create a Partner Center account for AppSource
- url: /partner-center/marketplace-offers/checklist
itemType: overview
text: Validate your Office Add-in
- url: /partner-center/marketplace-offers/add-in-submission-guide
itemType: how-to-guide
text: Review the Microsoft 365 App Store submission guide
# Card 6
- title: Engage
links:
- url: https://aka.ms/m365devprogram
itemType: whats-new
text: Join the Developer Program
- url: https://aka.ms/m365dev-suggestions
itemType: architecture
text: Request features
- url: https://aka.ms/office-addins-dev-questions
itemType: reference
text: Ask questions about Office.js on Microsoft Q&A
- url: https://stackoverflow.com/questions/tagged/office-js
itemType: reference
text: Ask questions about Office.js on Stack Overflow
- url: https://github.com/OfficeDev/office-js/issues
itemType: reference
text: Report a bug or issue