Skip to content

Commit 60f0892

Browse files
Adjust the landing page to use the default LMC template (#725)
* Switch to yml landing page * Fix link * Fix TOC link * Apply suggestions from code review Co-authored-by: Elizabeth Samuel <[email protected]> --------- Co-authored-by: Elizabeth Samuel <[email protected]>
1 parent a02db22 commit 60f0892

File tree

3 files changed

+67
-225
lines changed

3 files changed

+67
-225
lines changed

docs/index.md

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

docs/index.yml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
### YamlMime:Landing
2+
3+
title: Office Scripts documentation
4+
summary: Use Office Scripts in Excel to automate your common tasks. Explore the following articles to learn how to create and edit Office Scripts and get started automating today.
5+
6+
metadata:
7+
title: Office Scripts documentation
8+
description: Resources for learning Office Scripts in Excel, including tutorials, conceptual articles, and code samples.
9+
ms.service: excel
10+
ms.subservice: scripts
11+
ms.topic: landing-page
12+
ms.date: 03/19/2024
13+
ms.localizationpriority: high
14+
15+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | tutorial | overview | quickstart | reference | sample | tutorial | video | whats-new
16+
17+
landingContent:
18+
# Cards and links should be based on top customer tasks or top subjects
19+
# Start card title with a verb
20+
# Card
21+
- title: About Office Scripts
22+
linkLists:
23+
- linkListType: overview
24+
links:
25+
- text: Code Editor and Action Recorder
26+
url: overview/excel.md
27+
- text: Integrate with Power Automate
28+
url: develop/power-automate-integration.md
29+
- text: Script fundamentals
30+
url: develop/power-automate-integration.md
31+
- linkListType: reference
32+
links:
33+
- text: Office Scripts API reference
34+
url: /javascript/api/office-scripts/overview
35+
36+
# Card
37+
- title: Get started
38+
linkLists:
39+
- linkListType: tutorial
40+
links:
41+
- text: Create and format a table with Office Scripts
42+
url: tutorials/excel-tutorial.md
43+
- text: Update a spreadsheet from a Power Automate flow
44+
url: tutorials/excel-power-automate-manual.md
45+
- linkListType: sample
46+
links:
47+
- text: Convert CSV files to Excel workbooks
48+
url: resources/samples/convert-csv.md
49+
- text: Set conditional formatting for cross-column comparisons
50+
url: resources/samples/conditional-formatting-parameters.md
51+
- text: Email images of a chart and table
52+
url: resources/samples/email-images-chart-table.md
53+
- text: More samples
54+
url: resources/samples/samples-overview.md
55+
56+
# Card
57+
- title: Share scripts
58+
linkLists:
59+
- linkListType: how-to-guide
60+
links:
61+
- text: Sharing Office Scripts in Excel
62+
url: https://support.microsoft.com/office/226eddbc-3a44-4540-acfe-fccda3d1122b
63+
- text: Run Scripts from buttons
64+
url: develop/script-buttons.md
65+
- text: Manage Office Scripts admin settings
66+
url: /microsoft-365/admin/manage/manage-office-scripts-settings

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
items:
22
- name: Office Scripts documentation
3-
href: index.md
3+
href: index.yml
44

55
- name: Office Scripts in Excel
66
items:

0 commit comments

Comments
 (0)