Skip to content

Commit 09b15ae

Browse files
committed
landing infotypes
1 parent 9a65873 commit 09b15ae

1 file changed

Lines changed: 36 additions & 22 deletions

File tree

microsoft-edge/webview2/landing/index.yml

Lines changed: 36 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,16 @@ landingContent:
5656
- text: Set up your Dev environment for WebView2
5757
url: ../how-to/machine-setup.md
5858

59+
- linkListType: whats-new
60+
links:
5961
- text: Release Notes for the WebView2 SDK
6062
url: ../release-notes/index.md
6163

6264
- text: WebView2 Roadmap
6365
url: ../roadmap.md
6466

67+
- linkListType: how-to-guide
68+
links:
6569
- text: WebView2 end-user FAQ
6670
url: ../concepts/end-user-faq.md
6771

@@ -77,9 +81,6 @@ landingContent:
7781
- text: WebView2 sample apps
7882
url: ../code-samples-links.md # delete & redir?
7983

80-
- text: Get started with WebView2 in HoloLens 2 Unity apps (Preview)
81-
url: ../get-started/hololens2.md
82-
8384
- text: Win32 sample app
8485
url: ../samples/webview2apissample.md
8586

@@ -103,15 +104,20 @@ landingContent:
103104
- text: Getting Started tutorials
104105
url: ../get-started/get-started.md # delete & redir?
105106

107+
- text: Get started with WebView2 in HoloLens 2 Unity apps (Preview)
108+
url: ../get-started/hololens2.md
109+
106110
# =============================================================================
107111
# Card r1c3
108112
- title: Navigation, events, and authentication
109113
linkLists:
110-
- linkListType: how-to-guide
114+
- linkListType: architecture
111115
links:
112116
- text: "Main classes for WebView2: Environment, Controller, and Core"
113117
url: ../concepts/environment-controller-core.md
114118

119+
- linkListType: how-to-guide
120+
links:
115121
- text: Navigation events for WebView2 apps
116122
url: ../concepts/navigation-events.md
117123

@@ -136,9 +142,6 @@ landingContent:
136142
- text: Customize the UI of WebView2 apps
137143
url: ../how-to/customize-ui.md
138144

139-
- text: WebView2 browser flags # todo: move entry
140-
url: ../concepts/webview-features-flags.md
141-
142145
- text: Custom management of network requests
143146
url: ../how-to/webresourcerequested.md
144147

@@ -154,6 +157,11 @@ landingContent:
154157
- text: Customize context menus in WebView2
155158
url: ../how-to/context-menus.md
156159

160+
- linkListType: reference
161+
links:
162+
- text: WebView2 browser flags
163+
url: ../concepts/webview-features-flags.md
164+
157165
# =============================================================================
158166
# Card r2c2
159167
- title: Web and native interop
@@ -172,6 +180,8 @@ landingContent:
172180
- text: Call native-side WinRT code from web-side code
173181
url: ../how-to/winrt-from-js.md
174182

183+
- linkListType: architecture
184+
links:
175185
- text: How WinRT types and members are represented in JavaScript
176186
url: ../how-to/winrt-js-conversion.md
177187

@@ -184,18 +194,6 @@ landingContent:
184194
- text: Deployment and distribution
185195
url: ../concepts/deployment-distribution.md
186196

187-
- text: WebView2 deployment samples
188-
url: ../samples/deployment-samples.md
189-
190-
- text: WebView2 Deployment Visual Studio installer
191-
url: ../samples/wv2deploymentvsinstallersample.md
192-
193-
- text: WiX Burn Bundle to deploy the WebView2 Runtime
194-
url: ../samples/wv2deploymentwixburnbundlesample.md
195-
196-
- text: WiX Custom Action to deploy the WebView2 Runtime
197-
url: ../samples/wv2deploymentwixcustomactionsample.md
198-
199197
- text: Prerelease and Release SDKs for WebView2
200198
url: ../concepts/versioning.md
201199

@@ -211,14 +209,28 @@ landingContent:
211209
- text: Publish a UWP WebView2 app to the Microsoft Store
212210
url: ../how-to/publish-uwp-app-store.md
213211

212+
- linkListType: sample
213+
links:
214+
- text: WebView2 deployment samples
215+
url: ../samples/deployment-samples.md
216+
217+
- text: WebView2 Deployment Visual Studio installer
218+
url: ../samples/wv2deploymentvsinstallersample.md
219+
220+
- text: WiX Burn Bundle to deploy the WebView2 Runtime
221+
url: ../samples/wv2deploymentwixburnbundlesample.md
222+
223+
- text: WiX Custom Action to deploy the WebView2 Runtime
224+
url: ../samples/wv2deploymentwixcustomactionsample.md
225+
214226
# =============================================================================
215227
# Row 3
216228

217229
# =============================================================================
218230
# Card r3c1
219231
- title: Best practices
220232
linkLists:
221-
- linkListType: how-to-guide
233+
- linkListType: concept
222234
links:
223235
- text: Development best practices for WebView2 apps
224236
url: ../concepts/developer-guide.md
@@ -287,7 +299,7 @@ landingContent:
287299
# Card r4c1
288300
- title: Process and threading model
289301
linkLists:
290-
- linkListType: how-to-guide
302+
- linkListType: architecture
291303
links:
292304
- text: Process model for WebView2 apps
293305
url: ../concepts/process-model.md
@@ -310,14 +322,16 @@ landingContent:
310322
- text: Clear browsing data from the user data folder
311323
url: ../concepts/clear-browsing-data.md
312324

325+
- linkListType: concept
326+
links:
313327
- text: Data and privacy in WebView2
314328
url: ../concepts/data-privacy.md
315329

316330
# =============================================================================
317331
# Card r4c3
318332
- title: WebView2 Reference
319333
linkLists:
320-
- linkListType: how-to-guide
334+
- linkListType: reference
321335
links:
322336
- text: WebView2 API Reference
323337
url: ../webview2-api-reference.md

0 commit comments

Comments
 (0)