Skip to content

Commit 8c18345

Browse files
committed
hub & landings adjustments
1 parent 477584e commit 8c18345

7 files changed

Lines changed: 350 additions & 178 deletions

File tree

microsoft-edge/developer/index.yml

Lines changed: 93 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:Landing
2-
# landing page for entire docset
2+
# docset landing page
33
title: Microsoft Edge Developer documentation # < 60 chars
44
summary: Development using Microsoft Edge DevTools, Microsoft Edge extensions, Progressive Web Apps, WebDriver automation, WebView2, and more. # < 160 chars
55

@@ -42,20 +42,17 @@ landingContent:
4242
# https://review.learn.microsoft.com/help/contribute/contribute-how-to-write-landing-page?branch=main
4343

4444
# =============================================================================
45-
# Row 1 with 3 cards
46-
# =============================================================================
45+
# Row 1
46+
# -----------------------------------------------------------------------------
4747
# Card r1c1
4848
- title: Microsoft Edge DevTools
4949
linkLists:
5050
- linkListType: overview
5151
links:
52-
- text: Develop for the web with Microsoft Edge # topmost article
53-
url: ../develop-web-microsoft-edge.md
54-
55-
- text: Microsoft Edge DevTools documentation # DevTools landing page
52+
- text: Microsoft Edge DevTools documentation # devtools landing page
5653
url: ../devtools-guide-chromium/landing/index.yml
5754

58-
- text: Overview of DevTools # renamed from index.md
55+
- text: Overview of DevTools
5956
url: ../devtools-guide-chromium/overview.md
6057

6158
- linkListType: whats-new
@@ -75,20 +72,16 @@ landingContent:
7572
links:
7673
- text: Keyboard shortcuts
7774
url: ../devtools-guide-chromium/shortcuts/index.md
78-
# =============================================================================
75+
76+
# -----------------------------------------------------------------------------
7977
# Card r1c2
80-
- title: DevTools for Visual Studio Code
81-
linkLists:
82-
- linkListType: how-to-guide
83-
links:
84-
- text: DevTools extension for Visual Studio Code
85-
url: ../visual-studio-code/microsoft-edge-devtools-extension.md
86-
# =============================================================================
87-
# Card r1c3
8878
- title: Microsoft Edge extensions
8979
linkLists:
9080
- linkListType: overview
9181
links:
82+
- text: Microsoft Edge extensions documentation # extensions landing page
83+
url: ../extensions-chromium/landing/index.yml
84+
9285
- text: Extensions overview
9386
url: ../extensions-chromium/index.md
9487

@@ -110,14 +103,16 @@ landingContent:
110103

111104
- text: "Tutorial part 1: Display an image in a pop-up"
112105
url: ../extensions-chromium/getting-started/part1-simple-extension.md
113-
# =============================================================================
114-
# Row 2 with 3 cards
115-
# =============================================================================
116-
# Card r2c1
106+
107+
# -----------------------------------------------------------------------------
108+
# Card r1c3
117109
- title: Progressive Web Apps (PWAs)
118110
linkLists:
119111
- linkListType: overview
120112
links:
113+
- text: Progressive Web Apps (PWAs) documentation # pwa landing page
114+
url: ../progressive-web-apps-chromium/landing/index.yml
115+
121116
- text: Overview of Progressive Web Apps
122117
url: ../progressive-web-apps-chromium/index.md
123118

@@ -126,17 +121,17 @@ landingContent:
126121
- text: Get started with PWAs
127122
url: ../progressive-web-apps-chromium/how-to/index.md
128123

129-
- linkListType: how-to-guide
130-
links:
131-
- text: Debug a PWA
132-
url: ../devtools-guide-chromium/progressive-web-apps/index.md
133-
134124
- text: Using Service Workers
135125
url: https://developer.mozilla.org/docs/Web/API/Service_Worker_API/Using_Service_Workers
136126

137127
- text: The web app manifest # in _Making PWAs installable_
138128
url: https://developer.mozilla.org/docs/Web/Progressive_web_apps/Guides/Making_PWAs_installable#the_web_app_manifest
139129

130+
- linkListType: how-to-guide
131+
links:
132+
- text: Publish a PWA to the Microsoft Store
133+
url: ../progressive-web-apps-chromium/how-to/microsoft-store.md
134+
140135
- linkListType: whats-new
141136
links:
142137
- text: What's New in PWAs
@@ -148,11 +143,16 @@ landingContent:
148143
url: ../progressive-web-apps-chromium/how-to/offline.md
149144

150145
# =============================================================================
151-
# Card r2c2
146+
# Row 2
147+
# -----------------------------------------------------------------------------
148+
# Card r2c1
152149
- title: WebView2
153150
linkLists:
154151
- linkListType: overview
155152
links:
153+
- text: WebView2 documentation # wv2 landing page
154+
url: ../webview2/landing/index.yml
155+
156156
- text: Introduction to Microsoft Edge WebView2
157157
url: ../webview2/index.md
158158
- linkListType: concept
@@ -178,13 +178,41 @@ landingContent:
178178
links:
179179
- text: WebView2 API Reference
180180
url: ../webview2/webview2-api-reference.md
181-
# =============================================================================
182-
# Card r2c3 # 10 items max
183-
- title: Development tips for Microsoft Edge # = /web-platform/
181+
182+
# -----------------------------------------------------------------------------
183+
# Card r2c2
184+
- title: Test and automation
185+
linkLists:
186+
- linkListType: how-to-guide
187+
links:
188+
- text: Test and automation in Microsoft Edge
189+
url: ../test-and-automation/test-and-automation.md
190+
191+
- text: DevTools Protocol
192+
url: ../devtools-protocol-chromium/index.md # https://learn.microsoft.com/microsoft-edge/devtools-protocol-chromium/
193+
194+
- text: Use origin trials in Microsoft Edge
195+
url: ../origin-trials/index.md
196+
197+
- text: Use Playwright to automate and test in Microsoft Edge
198+
url: ../playwright/index.md
199+
200+
- text: Puppeteer overview
201+
url: ../puppeteer/index.md
202+
203+
- text: Use WebDriver to automate Microsoft Edge
204+
url: ../webdriver-chromium/index.md
205+
206+
- text: webhint extension for Visual Studio Code
207+
url: ../visual-studio-code/webhint.md
208+
209+
# -----------------------------------------------------------------------------
210+
# Card r2c3
211+
- title: Development tips for Microsoft Edge # /web-platform/
184212
linkLists:
185213
# - linkListType: overview
186214
# links:
187-
# - text: Development tips for Microsoft Edge
215+
# - text: Development tips for Microsoft Edge # jump page for overview of bucket, omit bc 10 max
188216
# url: ../web-platform/web-platform.md
189217
- linkListType: whats-new
190218
links:
@@ -218,9 +246,10 @@ landingContent:
218246

219247
- text: Sign up for the Ad Selection API
220248
url: ../web-platform/ad-selection-api.md
249+
221250
# =============================================================================
222-
# Row 3 with 3 cards
223-
# =============================================================================
251+
# Row 3
252+
# -----------------------------------------------------------------------------
224253
# Card r3c1
225254
- title: Microsoft Edge IDE integration
226255
linkLists:
@@ -229,16 +258,20 @@ landingContent:
229258
- text: Microsoft Edge IDE integration
230259
url: ../visual-studio-code/ide-integration.md
231260

261+
- text: Microsoft Edge DevTools extension for Visual Studio Code
262+
url: ../visual-studio-code/microsoft-edge-devtools-extension.md # goes directly to main page, in DevTools
263+
232264
- text: Debug Microsoft Edge in Visual Studio Code
233265
url: ../visual-studio-code/debugger-for-edge.md
234266
- linkListType: how-to-guide
235267
links:
236-
- text: Open source files in Visual Studio Code
268+
- text: Opening source files in Visual Studio Code
237269
url: ../devtools-guide-chromium/sources/opening-sources-in-vscode.md
238270

239271
- text: Visual Studio for web development
240272
url: ../visual-studio/index.md
241-
# =============================================================================
273+
274+
# -----------------------------------------------------------------------------
242275
# Card r3c2
243276
- title: Accessibility in Microsoft Edge
244277
linkLists:
@@ -253,29 +286,36 @@ landingContent:
253286
links:
254287
- text: Accessibility testing
255288
url: ../accessibility/test.md
256-
# =============================================================================
289+
290+
# -----------------------------------------------------------------------------
257291
# Card r3c3
258-
- title: Test and automation
292+
- title: DualEngine
259293
linkLists:
260-
- linkListType: how-to-guide
294+
- linkListType: overview
261295
links:
262-
- text: Test and automation in Microsoft Edge # new firstchild article
263-
url: ../test-and-automation/test-and-automation.md
296+
- text: Introduction to the Microsoft DualEngine API
297+
url: ../dualengine/intro.md
264298

265-
- text: DevTools Protocol
266-
url: ../devtools-protocol-chromium/index.md # https://learn.microsoft.com/microsoft-edge/devtools-protocol-chromium/
267-
268-
- text: Use origin trials in Microsoft Edge
269-
url: ../origin-trials/index.md
299+
- linkListType: get-started
300+
links:
301+
- text: Getting started with the DualEngine API
302+
url: ../dualengine/get-started.md
270303

271-
- text: Use Playwright to automate and test in Microsoft Edge
272-
url: ../playwright/index.md
304+
- linkListType: how-to-guide
305+
links:
306+
- text: Creating a DualEngine adapter plugin DLL
307+
url: ../dualengine/concepts/adapter-dll.md
273308

274-
- text: Puppeteer overview
275-
url: ../puppeteer/index.md
309+
- text: Launching Internet Explorer
310+
url: ../dualengine/concepts/launching-internet-explorer.md
276311

277-
- text: Use WebDriver to automate Microsoft Edge
278-
url: ../webdriver-chromium/index.md
312+
- linkListType: reference
313+
links:
314+
- text: DualEngine Win32 C++ Reference
315+
url: ../dualengine/reference/index.md
279316

280-
- text: webhint extension for Visual Studio Code
281-
url: ../visual-studio-code/webhint.md
317+
# =============================================================================
318+
# Row 4
319+
# -----------------------------------------------------------------------------
320+
# Card r4c1
321+
# leaf articles at bottom of toc (videos, privacy, initiative) - omit

microsoft-edge/devtools-guide-chromium/landing/index.yml

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:Landing
2-
# landing page for DevTools portion of docset
2+
# DevTools landing page
33
title: Microsoft Edge DevTools documentation
44
summary: Development using Microsoft Edge DevTools.
55

@@ -12,7 +12,7 @@ metadata:
1212
# ms.collection: collection # Optional; Remove if no collection is used.
1313
author: MSEdgeTeam
1414
ms.author: msedgedevrel
15-
ms.date: 02/15/2024
15+
ms.date: 12/10/2024
1616

1717
# =============================================================================
1818
# Valid article types (sections of a card)
@@ -36,6 +36,8 @@ metadata:
3636
landingContent:
3737

3838
# =============================================================================
39+
# Row 1
40+
# -----------------------------------------------------------------------------
3941
# Card r1c1
4042
- title: Getting started with DevTools
4143
linkLists:
@@ -60,7 +62,7 @@ landingContent:
6062
- text: Contact the Microsoft Edge DevTools team
6163
url: ../contact.md
6264

63-
# =============================================================================
65+
# -----------------------------------------------------------------------------
6466
# Card r1c2
6567
- title: Customizing DevTools
6668
linkLists:
@@ -80,7 +82,7 @@ landingContent:
8082
- text: Customize keyboard shortcuts
8183
url: ../customize/shortcuts.md
8284

83-
# =============================================================================
85+
# -----------------------------------------------------------------------------
8486
# Card r1c3
8587
- title: Debugging web projects
8688
linkLists:
@@ -113,6 +115,8 @@ landingContent:
113115
url: ../network/index.md
114116

115117
# =============================================================================
118+
# Row 2
119+
# -----------------------------------------------------------------------------
116120
# Card r2c1
117121
- title: Emulation and Testing
118122
linkLists:
@@ -139,7 +143,7 @@ landingContent:
139143
- text: Simulate reduced motion
140144
url: ../accessibility/reduced-motion-simulation.md
141145

142-
# =============================================================================
146+
# -----------------------------------------------------------------------------
143147
# Card r2c2
144148
- title: JavaScript and performance
145149
linkLists:
@@ -172,7 +176,7 @@ landingContent:
172176
- text: Troubleshooting common performance issues
173177
url: ../rendering-tools/index.md
174178

175-
# =============================================================================
179+
# -----------------------------------------------------------------------------
176180
# Card r2c3
177181
- title: Reference
178182
linkLists:
@@ -197,3 +201,28 @@ landingContent:
197201
links:
198202
- text: Sample code for DevTools
199203
url: ../sample-code/sample-code.md
204+
205+
# =============================================================================
206+
# Row 3
207+
# -----------------------------------------------------------------------------
208+
# Card r3c1
209+
- title: Microsoft Edge IDE integration
210+
linkLists:
211+
- linkListType: overview
212+
links:
213+
- text: Microsoft Edge IDE integration
214+
url: ./visual-studio-code/ide-integration.md
215+
216+
- text: Debug Microsoft Edge in Visual Studio Code
217+
url: ./visual-studio-code/debugger-for-edge.md
218+
219+
- linkListType: how-to-guide
220+
links:
221+
- text: Microsoft Edge DevTools extension for Visual Studio Code
222+
url: ./visual-studio-code/microsoft-edge-devtools-extension.md
223+
224+
- text: Visual Studio for web development
225+
url: ./visual-studio-code/index.md
226+
227+
- text: Opening source files in Visual Studio Code
228+
url: ./devtools-guide-chromium/sources/opening-sources-in-vscode.md

0 commit comments

Comments
 (0)