Skip to content

Commit ba74418

Browse files
Merge pull request #3629 from MicrosoftDocs/main
main to live - 11/7/2025
2 parents efdfcd9 + 4bca412 commit ba74418

File tree

145 files changed

+1967
-865
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+1967
-865
lines changed

microsoft-edge/develop-web-microsoft-edge.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.date: 02/06/2025
1111

1212
Develop for the web with Microsoft Edge by using standards-based web platform features, Microsoft Edge DevTools, Microsoft Edge extensions, Progressive Web Apps, WebDriver automation, WebView2, and more.
1313

14+
For end-user documentation about how to use Microsoft Edge, see [Microsoft Edge help & learning](https://support.microsoft.com/microsoft-edge).
15+
1416

1517
<!-- ====================================================================== -->
1618
## Release notes

microsoft-edge/developer/index.yml

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ metadata:
1313
ms.author: msedgedevrel #Required; microsoft alias of author; optional team alias.
1414
ms.date: 02/15/2024 #Required; mm/dd/yyyy format.
1515

16+
# How to create or update a landing page
17+
# https://review.learn.microsoft.com/help/contribute/contribute-how-to-write-landing-page?branch=main
18+
19+
# Cards and links should be based on top customer tasks or top subjects
20+
# Start card title with a verb
21+
22+
# Limits:
23+
# Number of cards in a landing page: 1-12
24+
# Number of linkListType in a card: 1-6
25+
# Number of links in a linkListType: 1-10
26+
1627
# - linkListType: architecture
1728
# - linkListType: concept
1829
# - linkListType: deploy
@@ -29,18 +40,6 @@ metadata:
2940
# - linkListType: whats-new
3041

3142
landingContent:
32-
# Cards and links should be based on top customer tasks or top subjects
33-
# Start card title with a verb
34-
35-
# =============================================================================
36-
# Limits
37-
38-
# Number of cards in a landing page: 1-12
39-
# Number of linkListType in a card: 1-6
40-
# Number of links in a linkListType: 1-10
41-
42-
# https://review.learn.microsoft.com/help/contribute/contribute-how-to-write-landing-page?branch=main
43-
4443
# =============================================================================
4544
# Row 1
4645
# -----------------------------------------------------------------------------
@@ -103,16 +102,25 @@ landingContent:
103102
- text: Microsoft Edge extensions documentation # extensions landing page
104103
url: ../extensions/landing/index.yml
105104

106-
- text: Extensions overview
105+
- text: Overview of Microsoft Edge extensions
107106
url: ../extensions/index.md
108107

109-
- text: Getting started tutorial
108+
- text: Extension concepts and architecture
110109
url: ../extensions/getting-started/index.md
111110

112-
- text: Port a Chrome extension to Microsoft Edge
113-
url: ../extensions/developer-guide/port-chrome-extension.md
111+
- linkListType: sample
112+
links:
113+
- text: "Sample: Picture viewer pop-up webpage"
114+
url: ../extensions/samples/picture-viewer-popup-webpage.md
115+
116+
- text: "Sample: Picture inserter using content script"
117+
url: ../extensions/samples/picture-inserter-content-script.md
118+
114119
- linkListType: how-to-guide
115120
links:
121+
- text: Port a Chrome extension to Microsoft Edge
122+
url: ../extensions/developer-guide/port-chrome-extension.md
123+
116124
- text: Alternative ways to distribute an extension
117125
url: ../extensions/developer-guide/alternate-distribution-options.md
118126

@@ -122,9 +130,6 @@ landingContent:
122130
- text: Register as a Microsoft Edge extension developer
123131
url: ../extensions/publish/create-dev-account.md
124132

125-
- text: "Sample: Picture viewer pop-up webpage"
126-
url: ../extensions/getting-started/picture-viewer-popup-webpage.md
127-
128133
# =============================================================================
129134
# Row 2
130135
# -----------------------------------------------------------------------------
@@ -146,7 +151,7 @@ landingContent:
146151

147152
- linkListType: get-started
148153
links:
149-
- text: Get started with PWAs
154+
- text: Get started developing a PWA
150155
url: ../progressive-web-apps/how-to/index.md
151156

152157
- text: Using Service Workers
@@ -190,7 +195,7 @@ landingContent:
190195
- linkListType: download
191196
links:
192197
- text: WebView2 sample apps
193-
url: ../webview2/code-samples-links.md
198+
url: ../webview2/samples/index.md
194199
- linkListType: whats-new
195200
links:
196201
- text: Release Notes for the WebView2 SDK

microsoft-edge/devtools/landing/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ landingContent:
197197
- linkListType: sample
198198
links:
199199
- text: Sample code for DevTools
200-
url: ../sample-code/sample-code.md
200+
url: ../samples/index.md
201201

202202
# =============================================================================
203203
# Row 3

microsoft-edge/devtools/performance/extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ To record a profile and view the custom performance data of the Photo Gallery de
225225
1. Open the [Photo Gallery](https://microsoftedge.github.io/Demos/photo-gallery/) demo webpage in a new window or tab.
226226

227227
Or, to be able to modify the sample code:
228-
1. Clone the "MicrosoftEdge / Demos" repo, per [Clone the Edge Demos repo to your drive](../sample-code/sample-code.md#clone-the-edge-demos-repo-to-your-drive).
229-
1. Start a localhost server in the cloned `/demos/` directory, per [Start the localhost server](../sample-code/sample-code.md#start-the-localhost-server), in _Sample code for DevTools_.
228+
1. Clone the "MicrosoftEdge / Demos" repo, per [Clone the Edge Demos repo to your drive](../samples/index.md#clone-the-edge-demos-repo-to-your-drive) in _Sample code for DevTools_.
229+
1. Start a localhost server in the cloned `/demos/` directory, per [Start the localhost server](../samples/index.md#start-the-localhost-server), in _Sample code for DevTools_.
230230
1. In the browser, go to `http://localhost:8080/photo-gallery/` or equivalent, in a new window or tab.
231231

232232
1. Right-click the webpage, and then select **Inspect**.

microsoft-edge/devtools/quick-source/quick-source-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ For example, if not done already, clone the **MicrosoftEdge / Demos** repo to yo
8787
```
8888

8989
For details about cloning a repo, see:
90-
* [Clone the Edge Demos repo to your drive](../sample-code/sample-code.md#clone-the-edge-demos-repo-to-your-drive) in _Sample code for DevTools_.
90+
* [Clone the Edge Demos repo to your drive](../samples/index.md#clone-the-edge-demos-repo-to-your-drive) in _Sample code for DevTools_.
9191
* [Clone the WebView2Samples repo](../../webview2/how-to/machine-setup.md#clone-the-webview2samples-repo) in _Set up your Dev environment for WebView2_. Shows a different sample repo, but shows steps for several tools.
9292
* [Cloning a repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) - GitHub docs.
9393

microsoft-edge/devtools/sample-code/sample-code-images/clone-repo.png renamed to microsoft-edge/devtools/samples/index-images/clone-repo.png

File renamed without changes.

microsoft-edge/devtools/sample-code/sample-code-images/clone-repository-button.png renamed to microsoft-edge/devtools/samples/index-images/clone-repository-button.png

File renamed without changes.

microsoft-edge/devtools/sample-code/sample-code-images/demo-page-with-accessibility-issues.png renamed to microsoft-edge/devtools/samples/index-images/demo-page-with-accessibility-issues.png

File renamed without changes.

microsoft-edge/devtools/sample-code/sample-code-images/demo-to-do.png renamed to microsoft-edge/devtools/samples/index-images/demo-to-do.png

File renamed without changes.

microsoft-edge/devtools/sample-code/sample-code-images/devtools-requests-access.png renamed to microsoft-edge/devtools/samples/index-images/devtools-requests-access.png

File renamed without changes.

0 commit comments

Comments
 (0)