Skip to content

Commit 536d6c8

Browse files
committed
Remove old TOC entry
1 parent efa1a76 commit 536d6c8

3 files changed

Lines changed: 20 additions & 11 deletions

File tree

microsoft-edge/devtools-guide-chromium/console/copilot-explain-console.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 03/20/2024
1010
---
1111
# Explain Console errors and warnings using Copilot in Edge
1212

13-
The **Console** tool in Microsoft Edge DevTools integrate with Copilot in Microsoft Edge to help you understand errors and warnings.
13+
To help you understand errors and warnings, the **Console** tool in Microsoft Edge DevTools integrates Copilot in Microsoft Edge.
1414

1515
When inspecting a webpage with DevTools, you often see errors and warnings in the **Console** tool. These errors and warnings can sometimes be difficult to understand and fix. By using the **Explain this error** feature, you get more information about the error or warning in Copilot in Edge:
1616

@@ -20,12 +20,14 @@ When inspecting a webpage with DevTools, you often see errors and warnings in th
2020
<!-- ------------------------------ -->
2121
#### Supported scenarios
2222

23-
This feature is for use in standard browser window, and is not available in the following scenarios:
23+
This feature is for use in standard browser windows, and is not available in the following scenarios:
2424

25-
* Browsing in an InPrivate window. For information about InPrivate, see [Browse InPrivate in Microsoft Edge](https://support.microsoft.com/microsoft-edge/browse-inprivate-in-microsoft-edge-cd2c9a48-0bc4-b98e-5e46-ac40c84e27e2).
26-
* Browsing with Kids Mode in Microsoft Edge. For information about Kids Mode, see [Learn more about Kids Mode in Microsoft Edge](https://support.microsoft.com/microsoft-edge/learn-more-about-kids-mode-in-microsoft-edge-4bf0273c-1cbd-47a9-a8f3-895bc1f95bdd).
27-
* Using DevTools with a Microsoft Edge WebView2 control. For information about DevTools with WebView2 apps, see [Debug WebView2 apps with Microsoft Edge DevTools](../../webview2/how-to/debug-devtools.md).
28-
* Using DevTools in a standalone Progressive Web App window.
25+
| Scenario | Article |
26+
|---|---|
27+
| Browsing in an InPrivate window | [Browse InPrivate in Microsoft Edge](https://support.microsoft.com/microsoft-edge/browse-inprivate-in-microsoft-edge-cd2c9a48-0bc4-b98e-5e46-ac40c84e27e2) |
28+
| Browsing with Kids Mode in Microsoft Edge | [Learn more about Kids Mode in Microsoft Edge](https://support.microsoft.com/microsoft-edge/learn-more-about-kids-mode-in-microsoft-edge-4bf0273c-1cbd-47a9-a8f3-895bc1f95bdd) |
29+
| Using DevTools with a Microsoft Edge WebView2 control | [Debug WebView2 apps with Microsoft Edge DevTools](../../webview2/how-to/debug-devtools.md) |
30+
| Using DevTools in a standalone Progressive Web App window | [Use a standalone app window](../../progressive-web-apps-chromium/how-to/best-practices.md#use-a-standalone-app-window) in _Best practices for PWAs_ |
2931

3032

3133
<!-- ====================================================================== -->
@@ -70,3 +72,9 @@ To use Copilot to explain an error or warning in the **Console** tool:
7072
## Provide feedback
7173

7274
The responses that Copilot in Edge provides when you use the above feature are automatically generated, so surprises and mistakes are possible. We're constantly improving the level of quality and accuracy of the responses, but if you see an incorrect response, let us know by adding a comment at: [Feedback for the Explain errors and source code in Copilot in Edge experiment](https://github.com/MicrosoftEdge/DevTools/issues/203).
75+
76+
77+
<!-- ====================================================================== -->
78+
## See also
79+
80+
* [Explain source code using Copilot in Edge](../javascript/copilot-explain-source-code.md)

microsoft-edge/devtools-guide-chromium/javascript/copilot-explain-source-code.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,9 @@ To use Copilot to explain code in the **Sources** tool:
6868
## Provide feedback
6969

7070
The responses that Copilot in Edge provides when you use the above feature are automatically generated, so surprises and mistakes are possible. We're constantly improving the level of quality and accuracy of the responses, but if you see an incorrect response, let us know by adding a comment at: [Feedback for the Explain errors and source code in Copilot in Edge experiment](https://github.com/MicrosoftEdge/DevTools/issues/203).
71+
72+
73+
<!-- ====================================================================== -->
74+
## See also
75+
76+
* [Explain Console errors and warnings using Copilot in Edge](../console/copilot-explain-console.md)

microsoft-edge/toc.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,6 @@
178178
- name: Share enhanced performance and memory traces
179179
href: devtools-guide-chromium/experimental-features/share-traces.md
180180
displayName: Experimental features, Enhanced traces, Memory tool, Performance tool
181-
182-
- name: Explain DevTools Console errors and source code using Copilot in Edge
183-
href: devtools-guide-chromium/experimental-features/copilot-explain.md
184-
displayName: Experimental features, Explain errors, Explain code, AI, Copilot in Edge, Copilot
185-
186181
# TOOLS =======================================================================
187182
- name: Tools
188183
items:

0 commit comments

Comments
 (0)