Skip to content

Commit e0ade64

Browse files
authored
Merge pull request #727 from OfficeDev/main
[admin] Publish
2 parents 31e552d + 60f0892 commit e0ade64

File tree

4 files changed

+68
-225
lines changed

4 files changed

+68
-225
lines changed

docs/includes/platform-requirements.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ To use Office Scripts, you'll need the following.
2323
> Office Scripts is in preview for personal and family Microsoft 365 subscriptions. If you encounter any issues, please report them through the Feedback button in Excel.
2424
2525
1. Excel for Microsoft 365 or Excel on the web.
26+
1. Join the [Microsoft 365 Insider program](https://insider.microsoft365.com/join/windows).
2627
1. Internet connectivity with [connected experiences](/deployoffice/privacy/connected-experiences) enabled.
2728

2829
---

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)