Skip to content

Commit 63a6eb9

Browse files
committed
rewrite/move
1 parent 4caf31e commit 63a6eb9

24 files changed

Lines changed: 105 additions & 169 deletions

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,11 @@
821821
"redirect_url": "/microsoft-edge/web-platform/user-agent-guidance",
822822
"redirect_document_id": false
823823
},
824+
{
825+
"source_path": "./microsoft-edge/devtools-guide-chromium/json-viewer/json-viewer.md",
826+
"redirect_url": "/microsoft-edge/web-platform/json-viewer",
827+
"redirect_document_id": false
828+
},
824829
// /Edge-specific web development tips
825830
// ============================================================================
826831
// Microsoft Edge IDE integration

microsoft-edge/dev-videos/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ August 17, 2023
7979
The JSON viewer automatically formats and highlights JSON responses and files in browser tabs. When your web server responds to HTTP requests with data encoded as JSON, this data isn't always easy to read and is sometimes returned as one line of text. The JSON viewer changes the returned data to make it easier to read. The JSON syntax is highlighted with different colors, object properties are displayed on their own lines and indented, and objects can be collapsed or expanded.
8080

8181
See also:
82-
* [View formatted JSON responses or files](../devtools-guide-chromium/json-viewer/json-viewer.md)<!-- has Video section -->
82+
* [View formatted JSON files](../web-platform/json-viewer.md)
8383

8484

8585
<!-- ====================================================================== -->
@@ -121,7 +121,7 @@ Covers:
121121
See also:
122122
* [What's New in DevTools (Microsoft Edge 112)](../devtools-guide-chromium/whats-new/2023/04/devtools-112.md)<!-- has Video section -->
123123
* [Analyze CSS selector performance during Recalculate Style events](../devtools-guide-chromium/evaluate-performance/selector-stats.md) - CSS selector stats.
124-
* [View formatted JSON responses or files](../devtools-guide-chromium/json-viewer/json-viewer.md)
124+
* [View formatted JSON files](../web-platform/json-viewer.md)
125125

126126

127127
<!-- ====================================================================== -->

microsoft-edge/developer/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ landingContent:
251251
- text: Display regional versions of your site, based on OS settings
252252
url: ../web-platform/os-regional-settings.md
253253

254-
- text: View formatted JSON responses or files
255-
url: ../devtools-guide-chromium/json-viewer/json-viewer.md
254+
- text: View formatted JSON files
255+
url: ../web-platform/json-viewer.md
256256

257257
- text: Sign up for the Ad Selection API # todo: moved to "Experimental web platform features" toc bucket, delete?
258258
url: ../web-platform/ad-selection-api.md
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)