Skip to content

Commit c44f8cb

Browse files
[all hosts] (TOC) Move VS quick starts and tutorials (#5243)
* [all hosts] (toc) Move VS quick starts and tutorials * Fix typo, move items in TOC
1 parent e062744 commit c44f8cb

File tree

2 files changed

+29
-28
lines changed

2 files changed

+29
-28
lines changed

docs/quickstarts/powerpoint-quickstart-vs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build your first PowerPoint task pane add-in with Visual Studio
33
description: Learn how to build a simple PowerPoint task pane add-in by using the Office JS API and a Visual Studio template.
4-
ms.date: 08/20/2024
4+
ms.date: 06/20/2025
55
ms.service: powerpoint
66
ms.localizationpriority: high
77
---

docs/toc.yml

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,38 @@ items:
310310
href: develop/import-teams-toolkit.md
311311
- name: Develop add-ins with Visual Studio Code
312312
href: develop/develop-add-ins-vscode.md
313-
- name: Create and Develop add-ins with Visual Studio
313+
- name: Create and develop add-ins with Visual Studio
314314
items:
315315
- name: Overview
316316
href: develop/develop-add-ins-visual-studio.md
317317
displayName: Visual Studio
318+
- name: Quick starts
319+
items:
320+
- name: Excel
321+
items:
322+
- name: Task pane
323+
href: quickstarts/excel-quickstart-vs.md
324+
displayName: Excel, Visual Studio
325+
- name: Content
326+
href: quickstarts/excel-quickstart-content.md
327+
displayName: Excel, Visual Studio
328+
- name: Outlook
329+
href: quickstarts/outlook-quickstart-vs.md
330+
displayName: Outlook, Visual Studio
331+
- name: PowerPoint
332+
items:
333+
- name: Task pane
334+
href: quickstarts/powerpoint-quickstart-vs.md
335+
displayName: PowerPoint, Visual Studio
336+
- name: Content
337+
href: quickstarts/powerpoint-quickstart-content.md
338+
displayName: PowerPoint, Visual Studio
339+
- name: Word
340+
href: quickstarts/word-quickstart-vs.md
341+
displayName: Word, Visual Studio
342+
- name: PowerPoint presentation tutorial
343+
href: tutorials/powerpoint-tutorial-vs.md
344+
displayName: Visual Studio
318345
- name: Get JavaScript IntelliSense in Visual Studio
319346
href: develop/get-javascript-intellisense-in-visual-studio.md
320347
- name: Convert JavaScript projects to TypeScript
@@ -1037,32 +1064,6 @@ items:
10371064
items:
10381065
- name: VSTO add-in developers' guide to Office Add-ins
10391066
href: overview/learning-path-transition.md
1040-
- name: Quick starts
1041-
items:
1042-
- name: Excel
1043-
items:
1044-
- name: Task pane
1045-
href: quickstarts/excel-quickstart-vs.md
1046-
displayName: Excel
1047-
- name: Content
1048-
href: quickstarts/excel-quickstart-content.md
1049-
displayName: Excel
1050-
- name: Outlook
1051-
href: quickstarts/outlook-quickstart-vs.md
1052-
displayName: Outlook
1053-
- name: PowerPoint
1054-
items:
1055-
- name: Task pane
1056-
href: quickstarts/powerpoint-quickstart-vs.md
1057-
displayName: PowerPoint
1058-
- name: Content
1059-
href: quickstarts/powerpoint-quickstart-content.md
1060-
displayName: PowerPoint
1061-
- name: Word
1062-
href: quickstarts/word-quickstart-vs.md
1063-
displayName: Word
1064-
- name: Work with a PowerPoint presentation
1065-
href: tutorials/powerpoint-tutorial-vs.md
10661067
- name: Share code from VSTO Add-in to Office Add-in
10671068
href: tutorials/migrate-vsto-to-office-add-in-shared-code-library-tutorial.md
10681069
- name: Make your Office Add-in compatible with an existing COM add-in

0 commit comments

Comments
 (0)