Skip to content

Commit 11ddbaa

Browse files
authored
[excel] (TOC) Move samples node (#773)
* Make primary docs node always open * Move samples node to increase discoverability * Expand samples node on load
1 parent 061bd6c commit 11ddbaa

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

docs/overview/excel.md

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Complete the [Office Scripts in Excel tutorial](../tutorials/excel-tutorial.md)
7676
## See also
7777

7878
- [Fundamentals for Office Scripts in Excel](../develop/scripting-fundamentals.md)
79+
- [Office Scripts samples and scenarios](../resources/samples/samples-overview.md)
7980
- [Office Scripts API reference](/javascript/api/office-scripts/overview)
8081
- [Platform limits and requirements with Office Scripts](../testing/platform-limits.md)
8182
- [Office Scripts settings in M365](/microsoft-365/admin/manage/manage-office-scripts-settings)

docs/toc.yml

+16-14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ items:
33
href: index.yml
44

55
- name: Office Scripts in Excel
6+
expanded: true
67
items:
78
- name: Overview
89
href: overview/excel.md
@@ -46,21 +47,8 @@ items:
4647
href: develop/macros-power-automate.md
4748
- name: Work with PivotTables
4849
href: develop/pivottables.md
49-
- name: Troubleshooting
50-
items:
51-
- name: Troubleshooting basics
52-
href: testing/troubleshooting.md
53-
- name: Troubleshooting with Power Automate
54-
href: testing/power-automate-troubleshooting.md
55-
- name: Improve script performance
56-
href: develop/web-client-performance.md
57-
- name: Platform limits
58-
href: testing/platform-limits.md
59-
- name: TypeScript restrictions
60-
href: develop/typescript-restrictions.md
61-
- name: Undo the effects of Office Scripts
62-
href: testing/undo.md
6350
- name: Samples
51+
expanded: true
6452
items:
6553
- name: Overview
6654
href: resources/samples/samples-overview.md
@@ -138,6 +126,20 @@ items:
138126
href: resources/scenarios/punch-clock.md
139127
- name: Seasons greetings
140128
href: resources/samples/community-seasons-greetings.md
129+
- name: Troubleshooting
130+
items:
131+
- name: Troubleshooting basics
132+
href: testing/troubleshooting.md
133+
- name: Troubleshooting with Power Automate
134+
href: testing/power-automate-troubleshooting.md
135+
- name: Improve script performance
136+
href: develop/web-client-performance.md
137+
- name: Platform limits
138+
href: testing/platform-limits.md
139+
- name: TypeScript restrictions
140+
href: develop/typescript-restrictions.md
141+
- name: Undo the effects of Office Scripts
142+
href: testing/undo.md
141143
- name: Office Scripts and other platforms
142144
items:
143145
- name: Differences between Office Scripts and VBA Macros

0 commit comments

Comments
 (0)