Skip to content

Commit 4f81150

Browse files
committed
"Support" landing card, no leafs
1 parent fa32a3a commit 4f81150

2 files changed

Lines changed: 56 additions & 50 deletions

File tree

microsoft-edge/toc.yml

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,6 +1255,9 @@
12551255
- name: Overview of WebView2 APIs
12561256
href: ./webview2/concepts/overview-features-apis.md
12571257

1258+
- name: "Main classes for WebView2: Environment, Controller, and Core"
1259+
href: ./webview2/concepts/environment-controller-core.md
1260+
12581261
- name: Differences between Microsoft Edge and WebView2
12591262
href: ./webview2/concepts/browser-features.md
12601263

@@ -1357,10 +1360,6 @@
13571360
href: ./webview2/get-started/get-started.md # delete & redir?
13581361
displayName: GettingStartedGuides # repo dir name
13591362

1360-
# -----------------------------------------------------------------------------
1361-
- name: "Main classes for WebView2: Environment, Controller, and Core"
1362-
href: ./webview2/concepts/environment-controller-core.md
1363-
13641363
# -----------------------------------------------------------------------------
13651364
- name: Navigation, events, and authentication
13661365
items:
@@ -1374,36 +1373,35 @@
13741373
- name: Basic authentication for WebView2 apps
13751374
href: ./webview2/concepts/basic-authentication.md
13761375

1377-
# -----------------------------------------------------------------------------
1378-
- name: Windowed vs. visual hosting of WebView2
1379-
href: ./webview2/concepts/windowed-vs-visual-hosting.md
1380-
13811376
# -----------------------------------------------------------------------------
13821377
- name: Customization and UI
13831378
items:
13841379
- name: Customizing the UI of WebView2 apps
13851380
href: ./webview2/how-to/customize-ui.md
13861381

1387-
- name: WebView2 browser flags
1388-
href: ./webview2/concepts/webview-features-flags.md
1389-
1390-
- name: Custom management of network requests
1391-
href: ./webview2/how-to/webresourcerequested.md
1392-
displayName: WebResourceRequested, WebResourceResponseReceived
1382+
- name: Customize context menus in WebView2
1383+
href: ./webview2/how-to/context-menus.md
1384+
displayName: right-click menu
13931385

13941386
- name: Using frames in WebView2 apps
13951387
href: ./webview2/concepts/frames.md
13961388
displayName: iframe
13971389

1398-
- name: Printing from WebView2 apps
1399-
href: ./webview2/how-to/print.md
1390+
- name: Windowed vs. visual hosting of WebView2
1391+
href: ./webview2/concepts/windowed-vs-visual-hosting.md
14001392

14011393
- name: Using local content in WebView2 apps
14021394
href: ./webview2/concepts/working-with-local-content.md
14031395

1404-
- name: Customize context menus in WebView2
1405-
href: ./webview2/how-to/context-menus.md
1406-
displayName: right-click menu
1396+
- name: Custom management of network requests
1397+
href: ./webview2/how-to/webresourcerequested.md
1398+
displayName: WebResourceRequested, WebResourceResponseReceived
1399+
1400+
- name: Printing from WebView2 apps
1401+
href: ./webview2/how-to/print.md
1402+
1403+
- name: WebView2 browser flags
1404+
href: ./webview2/concepts/webview-features-flags.md
14071405

14081406
# -----------------------------------------------------------------------------
14091407
- name: Web and native interop
@@ -1646,7 +1644,7 @@
16461644

16471645
# -----------------------------------------------------------------------------
16481646
- name: WebView2 end-user FAQ
1649-
href: ./webview2/concepts/end-user-faq.md
1647+
href: ./webview2/concepts/end-user-faq.md # move to SMC docset
16501648

16511649
- name: Contact the WebView2 team
16521650
href: ./webview2/contact.md

microsoft-edge/webview2/landing/index.yml

Lines changed: 38 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ landingContent:
6969
- text: WebView2 end-user FAQ
7070
url: ../concepts/end-user-faq.md
7171

72-
- text: Contact the WebView2 team
73-
url: ../contact.md
74-
7572
# =============================================================================
7673
# Card r1c2
7774
- title: Platforms and samples
@@ -109,6 +106,24 @@ landingContent:
109106

110107
# =============================================================================
111108
# Card r1c3
109+
- title: Support and community
110+
linkLists:
111+
- linkListType: training
112+
links:
113+
- text: WebView2Announcements repo
114+
url: https://github.com/MicrosoftEdge/WebView2Announcements
115+
116+
- text: WebView2Feedback repo
117+
url: https://github.com/MicrosoftEdge/WebView2Feedback
118+
119+
- text: Contact the WebView2 team
120+
url: ../contact.md
121+
122+
# =============================================================================
123+
# Row 2
124+
125+
# =============================================================================
126+
# Card r2c1
112127
- title: Navigation, events, and authentication
113128
linkLists:
114129
- linkListType: architecture
@@ -131,10 +146,7 @@ landingContent:
131146
url: ../concepts/windowed-vs-visual-hosting.md
132147

133148
# =============================================================================
134-
# Row 2
135-
136-
# =============================================================================
137-
# Card r2c1
149+
# Card r2c2
138150
- title: Customization and UI
139151
linkLists:
140152
- linkListType: how-to-guide
@@ -163,7 +175,7 @@ landingContent:
163175
url: ../concepts/webview-features-flags.md
164176

165177
# =============================================================================
166-
# Card r2c2
178+
# Card r2c3
167179
- title: Web and native interop
168180
linkLists:
169181
- linkListType: how-to-guide
@@ -186,7 +198,10 @@ landingContent:
186198
url: ../how-to/winrt-js-conversion.md
187199

188200
# =============================================================================
189-
# Card r2c3
201+
# Row 3
202+
203+
# =============================================================================
204+
# Card r3c1
190205
- title: Distribution and SDK versions
191206
linkLists:
192207
- linkListType: how-to-guide
@@ -224,10 +239,7 @@ landingContent:
224239
url: ../samples/wv2deploymentwixcustomactionsample.md
225240

226241
# =============================================================================
227-
# Row 3
228-
229-
# =============================================================================
230-
# Card r3c1
242+
# Card r3c2
231243
- title: Best practices
232244
linkLists:
233245
- linkListType: concept
@@ -239,7 +251,7 @@ landingContent:
239251
url: ../concepts/security.md
240252

241253
# =============================================================================
242-
# Card r3c2
254+
# Card r3c3
243255
- title: Test and automation for WebView2 apps
244256
linkLists:
245257
- linkListType: how-to-guide
@@ -263,7 +275,10 @@ landingContent:
263275
url: ../how-to/self-hosting.md
264276

265277
# =============================================================================
266-
# Card r3c3
278+
# Row 4
279+
280+
# =============================================================================
281+
# Card r4c1
267282
- title: Debug WebView2 apps
268283
linkLists:
269284
- linkListType: how-to-guide
@@ -293,11 +308,8 @@ landingContent:
293308
url: ../how-to/remote-debugging-xbox.md
294309

295310
# =============================================================================
296-
# Row 4
297-
298-
# =============================================================================
299-
# Card r4c1
300-
- title: Process and threading model
311+
# Card r4c2
312+
- title: Architecture and Reference
301313
linkLists:
302314
- linkListType: architecture
303315
links:
@@ -307,8 +319,13 @@ landingContent:
307319
- text: Threading model for WebView2 apps
308320
url: ../concepts/threading-model.md
309321

322+
- linkListType: reference
323+
links:
324+
- text: WebView2 API Reference
325+
url: ../webview2-api-reference.md
326+
310327
# =============================================================================
311-
# Card r4c2
328+
# Card r4c3
312329
- title: User data and history
313330
linkLists:
314331
- linkListType: how-to-guide
@@ -326,12 +343,3 @@ landingContent:
326343
links:
327344
- text: Data and privacy in WebView2
328345
url: ../concepts/data-privacy.md
329-
330-
# =============================================================================
331-
# Card r4c3
332-
- title: WebView2 Reference
333-
linkLists:
334-
- linkListType: reference
335-
links:
336-
- text: WebView2 API Reference
337-
url: ../webview2-api-reference.md

0 commit comments

Comments
 (0)