Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: true
contact_links:
- name: DevTools issues
url: https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/contact
url: https://learn.microsoft.com/microsoft-edge/devtools/contact
about: Learn more about how to submit feature requests or bug reports about Microsoft Edge DevTools.
- name: WebView2 issues
url: https://github.com/MicrosoftEdge/WebView2Feedback/issues
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ assignees: ''
<!--
⚠ If your feedback isn't about the Microsoft Edge developer documentation, consider submitting it here instead:

* For DevTools: https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/contact
* For DevTools: https://learn.microsoft.com/microsoft-edge/devtools/contact
* For WebView2: https://github.com/MicrosoftEdge/WebView2Feedback/issues
-->

Expand Down
1,064 changes: 1,039 additions & 25 deletions .openpublishing.redirection.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion microsoft-edge/accessibility/build/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ If an assistive technology isn't available on your OS or you not possible to ins

* [Assistiv Labs](https://assistivlabs.com) (a commercial product) enables you to manually test with assistive technologies through any modern web browser. Select an assistive technology and browser and it connects you with a virtual machine, emulator, or real device that you can interact with.

See also [Cloud-based emulators and simulators](../../devtools-guide-chromium/device-mode/testing-other-browsers.md#cloud-based-emulators-and-simulators).
See also [Cloud-based emulators and simulators](../../devtools/device-mode/testing-other-browsers.md#cloud-based-emulators-and-simulators).


<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion microsoft-edge/accessibility/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Microsoft Edge DevTools is built into the Microsoft Edge browser, and includes m

See:

* [Accessibility-testing features](../devtools-guide-chromium/accessibility/reference.md) - a list of accessibility aspects to test and the corresponding DevTools features.
* [Accessibility-testing features](../devtools/accessibility/reference.md) - a list of accessibility aspects to test and the corresponding DevTools features.


<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion microsoft-edge/accessibility/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Use the following tools and testing procedures to evaluate your website for acce

DevTools includes accessibility-testing features, such as tools that automatically generate accessibility reports for a webpage, including the **Issues** tool and the **Lighthouse** tool.

To learn more about the accessibility testing features of DevTools, see [Accessibility-testing features](../devtools-guide-chromium/accessibility/reference.md).
To learn more about the accessibility testing features of DevTools, see [Accessibility-testing features](../devtools/accessibility/reference.md).


<!-- ====================================================================== -->
Expand Down
108 changes: 54 additions & 54 deletions microsoft-edge/dev-videos/index.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions microsoft-edge/develop-web-microsoft-edge.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ See:
## Microsoft Edge DevTools
<!-- ====================================================================== -->
<!-- keep sync'd:
* [Overview of DevTools](devtools-guide-chromium/overview.md) - intro section
* [Overview of DevTools](devtools/overview.md) - intro section
* [Microsoft Edge DevTools](../develop-web-microsoft-edge.md#microsoft-edge-devtools) in _Develop for the web with Microsoft Edge_
-->

Expand All @@ -54,7 +54,7 @@ With DevTools, you can do the following:

<!-- /keep sync'd -->

See [Overview of DevTools](./devtools-guide-chromium/overview.md).
See [Overview of DevTools](./devtools/overview.md).


<!-- ====================================================================== -->
Expand Down Expand Up @@ -207,7 +207,7 @@ The full-text search page initially searches all _Microsoft Edge_ documentation.

To provide feedback or enter issues:

* [Contact the Microsoft Edge DevTools team](./devtools-guide-chromium/contact.md)
* [Contact the Microsoft Edge DevTools team](./devtools/contact.md)
* [Contact the Microsoft Edge extensions team](./extensions/contact.md)
* [Contact the WebView2 team](./webview2/contact.md)

Expand Down
16 changes: 8 additions & 8 deletions microsoft-edge/developer/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,28 +71,28 @@ landingContent:
- linkListType: overview
links:
- text: Microsoft Edge DevTools documentation # devtools landing page
url: ../devtools-guide-chromium/landing/index.yml
url: ../devtools/landing/index.yml

- text: Overview of DevTools
url: ../devtools-guide-chromium/overview.md
url: ../devtools/overview.md

- linkListType: whats-new
links:
- text: What's New in Microsoft Edge DevTools
url: ../devtools-guide-chromium/whats-new/whats-new.md
url: ../devtools/whats-new/whats-new.md

- linkListType: how-to-guide
links:
- text: Command Menu
url: ../devtools-guide-chromium/command-menu/index.md
url: ../devtools/command-menu/index.md

- text: View and change CSS
url: ../devtools-guide-chromium/css/index.md
url: ../devtools/css/index.md

- linkListType: reference
links:
- text: Keyboard shortcuts
url: ../devtools-guide-chromium/shortcuts/index.md
url: ../devtools/shortcuts/index.md

# -----------------------------------------------------------------------------
# Card for toc bucket 4 - r1c3
Expand Down Expand Up @@ -280,7 +280,7 @@ landingContent:
- linkListType: how-to-guide
links:
- text: Opening source files in Visual Studio Code
url: ../devtools-guide-chromium/sources/opening-sources-in-vscode.md
url: ../devtools/sources/opening-sources-in-vscode.md

- text: Visual Studio for web development
url: ../visual-studio/index.md
Expand All @@ -292,7 +292,7 @@ landingContent:
- linkListType: overview
links:
- text: Accessibility-testing features
url: ../devtools-guide-chromium/accessibility/reference.md
url: ../devtools/accessibility/reference.md

- text: Accessibility in Microsoft Edge
url: ../accessibility/index.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ By default, the following tools are listed in the **Activity Bar** at the top of
| ![Console icon](./about-tools-images/console-icon.png) **Console** | An intelligent, rich command line within DevTools. A great companion tool to use with others tools. Provides a powerful way to script functionality, inspect the current webpage, and manipulate the current webpage using JavaScript. | [Console overview](console/index.md) |
| ![Sources icon](./about-tools-images/sources-icon.png) **Sources** | Use the **Sources** tool to view, modify, and debug front-end JavaScript code, and inspect and edit the HTML and CSS files that make up the current webpage. | [Sources tool overview](sources/index.md) |
| ![Network icon](./about-tools-images/network-icon.png) **Network** | Use the **Network** tool to make sure that resources are being downloaded or uploaded as expected. Inspect the properties of an individual resource, such as the HTTP headers, content, or size. | [Inspect network activity](network/index.md) |
| ![Performance icon](./about-tools-images/performance-icon.png) **Performance** | Analyze runtime performance, which is how your page performs when it's running, as opposed to loading. | [Analyze runtime performance (tutorial)](evaluate-performance/index.md) |
| ![Performance icon](./about-tools-images/performance-icon.png) **Performance** | Analyze runtime performance, which is how your page performs when it's running, as opposed to loading. | [Analyze runtime performance (tutorial)](./performance/index.md) |
| ![Memory icon](./about-tools-images/memory-icon.png) **Memory** | Find memory issues that affect page performance, including memory leaks, memory bloat, and frequent garbage collections. | [Fix memory problems](memory-problems/index.md) |
| ![Application icon](./about-tools-images/application-icon.png) **Application** | Use the **Application** tool to manage storage for web app pages, including manifest, service workers, local storage, cookies, cache storage, and background services. | [The Application tool, to manage storage](storage/application-tool.md) |

Expand Down
Loading
Loading