Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "chromium" from directory names #3284

Closed
wants to merge 1 commit into from
Closed
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 microsoft-edge/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-guide/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-guide/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-guide/accessibility/reference.md).


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

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions microsoft-edge/develop-web-microsoft-edge.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Develop for the web with Microsoft Edge by using Microsoft Edge DevTools, Micros
## Microsoft Edge DevTools
<!-- ====================================================================== -->
<!-- keep sync'd:
* [Overview of DevTools](devtools-guide-chromium/overview.md) - intro section
* [Overview of DevTools](devtools-guide/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 @@ -37,7 +37,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-guide/overview.md).


<!-- ====================================================================== -->
Expand All @@ -53,7 +53,7 @@ A Microsoft Edge extension is structured similarly to a regular web app, and usu
* A JavaScript file that defines the behavior of the browser extension.
* HTML and CSS files that define the user interface.

See [Overview of Microsoft Edge extensions](extensions-chromium/index.md).
See [Overview of Microsoft Edge extensions](extensions/index.md).


<!-- ====================================================================== -->
Expand All @@ -65,7 +65,7 @@ Progressive Web Apps combine the best of the web and compiled apps, to provide u

Progressive Web Apps have a much lower cross-platform development cost than compiled apps that require a specific codebase for each platform, such as a separate codebase for Android, for iOS, and for each desktop operating system.

See [Overview of Progressive Web Apps (PWAs)](progressive-web-apps-chromium/index.md).
See [Overview of Progressive Web Apps (PWAs)](progressive-web-apps/index.md).


<!-- ====================================================================== -->
Expand Down Expand Up @@ -197,8 +197,8 @@ 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 extensions team](extensions-chromium/publish/contact-extensions-team.md)
* [Contact the Microsoft Edge DevTools team](devtools-guide/contact.md)
* [Contact the Microsoft Edge extensions team](extensions/publish/contact-extensions-team.md)
* [Contact the WebView2 team](webview2/contact.md)

To submit and view feedback for a specific page of the documentation, at the bottom of the page, click the **This page** button.
48 changes: 24 additions & 24 deletions microsoft-edge/developer/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,28 @@ landingContent:
url: ../develop-web-microsoft-edge.md

- text: Microsoft Edge DevTools documentation # DevTools landing page
url: ../devtools-guide-chromium/landing/index.yml
url: ../devtools-guide/landing/index.yml

- text: Overview of DevTools # renamed from index.md
url: ../devtools-guide-chromium/overview.md
url: ../devtools-guide/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-guide/whats-new/whats-new.md

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

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

- linkListType: reference
links:
- text: Keyboard shortcuts
url: ../devtools-guide-chromium/shortcuts/index.md
url: ../devtools-guide/shortcuts/index.md
# =============================================================================
# Card r1c2
- title: DevTools for Visual Studio Code
Expand All @@ -90,26 +90,26 @@ landingContent:
- linkListType: overview
links:
- text: Extensions overview
url: ../extensions-chromium/index.md
url: ../extensions/index.md

- text: Getting started tutorial
url: ../extensions-chromium/getting-started/index.md
url: ../extensions/getting-started/index.md

- text: Port a Chromium extension to Microsoft Edge
url: ../extensions-chromium/developer-guide/port-chrome-extension.md
url: ../extensions/developer-guide/port-chrome-extension.md
- linkListType: how-to-guide
links:
- text: Alternative ways to distribute an extension
url: ../extensions-chromium/developer-guide/alternate-distribution-options.md
url: ../extensions/developer-guide/alternate-distribution-options.md

- text: Step-wise publishing process
url: ../extensions-chromium/publish/publish-extension.md
url: ../extensions/publish/publish-extension.md

- text: Register as a Microsoft Edge extension developer
url: ../extensions-chromium/publish/create-dev-account.md
url: ../extensions/publish/create-dev-account.md

- text: Create a simple extension
url: ../extensions-chromium/getting-started/part1-simple-extension.md
url: ../extensions/getting-started/part1-simple-extension.md
# =============================================================================
# Row 2 with 3 cards
# =============================================================================
Expand All @@ -119,29 +119,29 @@ landingContent:
- linkListType: overview
links:
- text: Overview of Progressive Web Apps
url: ../progressive-web-apps-chromium/index.md
url: ../progressive-web-apps/index.md

- text: Get started with PWAs
url: ../progressive-web-apps-chromium/how-to/index.md
url: ../progressive-web-apps/how-to/index.md

- text: Debug Progressive Web Apps
url: ../devtools-guide-chromium/progressive-web-apps/index.md
url: ../devtools-guide/progressive-web-apps/index.md

- linkListType: whats-new
links:
- text: What's New in Progressive Web Apps
url: ../progressive-web-apps-chromium/whats-new/pwa.md
url: ../progressive-web-apps/whats-new/pwa.md

- linkListType: concept
links:
- text: Store data on the device
url: ../progressive-web-apps-chromium/how-to/offline.md
url: ../progressive-web-apps/how-to/offline.md

- text: Use a service worker to manage network requests
url: ../progressive-web-apps-chromium/how-to/service-workers.md
url: ../progressive-web-apps/how-to/service-workers.md

- text: Use a web app manifest to integrate a PWA into the OS
url: ../progressive-web-apps-chromium/how-to/web-app-manifests.md
url: ../progressive-web-apps/how-to/web-app-manifests.md
# =============================================================================
# Card r2c2
- title: WebView2
Expand Down Expand Up @@ -206,7 +206,7 @@ landingContent:
- linkListType: how-to-guide
links:
- text: Open source files in Visual Studio Code
url: ../devtools-guide-chromium/sources/opening-sources-in-vscode.md
url: ../devtools-guide/sources/opening-sources-in-vscode.md

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

- text: Accessibility in Microsoft Edge
url: ../accessibility/index.md
Expand All @@ -235,7 +235,7 @@ landingContent:
url: ../test-and-automation/test-and-automation.md

- text: DevTools Protocol
url: ../devtools-protocol-chromium/index.md # https://learn.microsoft.com/microsoft-edge/devtools-protocol-chromium/
url: ../devtools-protocol/index.md # https://learn.microsoft.com/microsoft-edge/devtools-protocol/

- text: Origin Trials
url: ../origin-trials/index.md
Expand All @@ -247,7 +247,7 @@ landingContent:
url: ../puppeteer/index.md

- text: WebDriver
url: ../webdriver-chromium/index.md
url: ../webdriver/index.md

- text: webhint extension for Visual Studio Code
url: ../visual-studio-code/webhint.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This feature is for use in standard browser windows, and is not available in the
| 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) |
| 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) |
| Using DevTools with a Microsoft Edge WebView2 control | [Debug WebView2 apps with Microsoft Edge DevTools](../../webview2/how-to/debug-devtools.md) |
| 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_ |
| Using DevTools in a standalone Progressive Web App window | [Use a standalone app window](../../progressive-web-apps/how-to/best-practices.md#use-a-standalone-app-window) in _Best practices for PWAs_ |


<!-- ====================================================================== -->
Expand Down
Loading
Loading