Skip to content

Commit 4455150

Browse files
Merge pull request MicrosoftDocs#3089 from MicrosoftDocs/user/mikehoffms/yml-relative
Convert to relative links in hub & landing pages
2 parents d500b42 + bfc5de2 commit 4455150

5 files changed

Lines changed: 231 additions & 180 deletions

File tree

microsoft-edge/developer/index.yml

Lines changed: 52 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:Landing
2-
2+
# landing page for entire docset
33
title: Microsoft Edge Developer documentation # < 60 chars
44
summary: Development using Microsoft Edge DevTools, Microsoft Edge extensions, Progressive Web Apps, WebDriver automation, WebView2, and more. # < 160 chars
55

@@ -50,66 +50,66 @@ landingContent:
5050
- linkListType: overview
5151
links:
5252
- text: Develop for the web with Microsoft Edge # topmost article
53-
url: /microsoft-edge/develop-web-microsoft-edge
53+
url: ../develop-web-microsoft-edge.md
5454

5555
- text: Microsoft Edge DevTools documentation # DevTools landing page
56-
url: /microsoft-edge/devtools-guide-chromium/landing/index
56+
url: ../devtools-guide-chromium/landing/index.yml
5757

5858
- text: Overview of DevTools # renamed from index.md
59-
url: /microsoft-edge/devtools-guide-chromium/overview
59+
url: ../devtools-guide-chromium/overview.md
6060

6161
- linkListType: whats-new
6262
links:
6363
- text: What's New in Microsoft Edge DevTools
64-
url: /microsoft-edge/devtools-guide-chromium/whats-new/whats-new
64+
url: ../devtools-guide-chromium/whats-new/whats-new.md
6565

6666
- linkListType: how-to-guide
6767
links:
6868
- text: Command Menu
69-
url: /microsoft-edge/devtools-guide-chromium/command-menu/index
69+
url: ../devtools-guide-chromium/command-menu/index.md
7070

7171
- text: View and change CSS
72-
url: /microsoft-edge/devtools-guide-chromium/css/index
72+
url: ../devtools-guide-chromium/css/index.md
7373

7474
- linkListType: reference
7575
links:
7676
- text: Keyboard shortcuts
77-
url: /microsoft-edge/devtools-guide-chromium/shortcuts
77+
url: ../devtools-guide-chromium/shortcuts/index.md
7878
# =============================================================================
7979
# Card r1c2
8080
- title: DevTools for Visual Studio Code
8181
linkLists:
8282
- linkListType: how-to-guide
8383
links:
8484
- text: DevTools extension for Visual Studio Code
85-
url: /microsoft-edge/visual-studio-code/microsoft-edge-devtools-extension
85+
url: ../visual-studio-code/microsoft-edge-devtools-extension.md
8686
# =============================================================================
8787
# Card r1c3
8888
- title: Microsoft Edge extensions
8989
linkLists:
9090
- linkListType: overview
9191
links:
9292
- text: Extensions overview
93-
url: /microsoft-edge/extensions-chromium/index
93+
url: ../extensions-chromium/index.md
9494

9595
- text: Getting started tutorial
96-
url: /microsoft-edge/extensions-chromium/getting-started/index
96+
url: ../extensions-chromium/getting-started/index.md
9797

9898
- text: Port a Chromium extension to Microsoft Edge
99-
url: /microsoft-edge/extensions-chromium/developer-guide/port-chrome-extension
99+
url: ../extensions-chromium/developer-guide/port-chrome-extension.md
100100
- linkListType: how-to-guide
101101
links:
102102
- text: Alternate methods of distributing extensions
103-
url: /microsoft-edge/extensions-chromium/developer-guide/alternate-distribution-options
103+
url: ../extensions-chromium/developer-guide/alternate-distribution-options.md
104104

105105
- text: Step-wise publishing process
106-
url: /microsoft-edge/extensions-chromium/publish/publish-extension
106+
url: ../extensions-chromium/publish/publish-extension.md
107107

108108
- text: Register as a Microsoft Edge extension developer
109-
url: /microsoft-edge/extensions-chromium/publish/create-dev-account
109+
url: ../extensions-chromium/publish/create-dev-account.md
110110

111111
- text: Create a simple extension
112-
url: /microsoft-edge/extensions-chromium/getting-started/part1-simple-extension
112+
url: ../extensions-chromium/getting-started/part1-simple-extension.md
113113
# =============================================================================
114114
# Row 2 with 3 cards
115115
# =============================================================================
@@ -119,76 +119,77 @@ landingContent:
119119
- linkListType: overview
120120
links:
121121
- text: Progressive Web Apps overview
122-
url: /microsoft-edge/progressive-web-apps-chromium/index
122+
url: ../progressive-web-apps-chromium/index.md
123123

124124
- text: Get started with Progressive Web Apps
125-
url: /microsoft-edge/progressive-web-apps-chromium/how-to/index
125+
url: ../progressive-web-apps-chromium/how-to/index.md
126126

127127
- text: Debug Progressive Web Apps
128-
url: /microsoft-edge/devtools-guide-chromium/progressive-web-apps
128+
url: ../devtools-guide-chromium/progressive-web-apps/index.md
129129

130130
- linkListType: whats-new
131131
links:
132132
- text: What's New in Progressive Web Apps
133-
url: /microsoft-edge/progressive-web-apps-chromium/whats-new/pwa
133+
url: ../progressive-web-apps-chromium/whats-new/pwa.md
134134

135135
- linkListType: concept
136136
links:
137137
- text: Offline scenarios
138-
url: /microsoft-edge/progressive-web-apps-chromium/how-to/offline
138+
url: ../progressive-web-apps-chromium/how-to/offline.md
139139

140140
- text: Service Workers
141-
url: /microsoft-edge/progressive-web-apps-chromium/how-to/service-workers
141+
url: ../progressive-web-apps-chromium/how-to/service-workers.md
142142

143143
- text: Web App Manifests
144-
url: /microsoft-edge/progressive-web-apps-chromium/how-to/web-app-manifests
144+
url: ../progressive-web-apps-chromium/how-to/web-app-manifests.md
145145
# =============================================================================
146146
# Card r2c2
147147
- title: WebView2
148148
linkLists:
149149
- linkListType: overview
150150
links:
151151
- text: Introduction to Microsoft Edge WebView2
152-
url: /microsoft-edge/webview2/index
152+
url: ../webview2/index.md
153153
- linkListType: concept
154154
links:
155155
- text: Differences between Microsoft Edge and WebView2
156-
url: /microsoft-edge/webview2/concepts/browser-features
156+
url: ../webview2/concepts/browser-features.md
157+
157158
- text: Development best practices
158-
url: /microsoft-edge/webview2/concepts/developer-guide
159+
url: ../webview2/concepts/developer-guide.md
159160
- linkListType: get-started
160161
links:
161162
- text: Get started with WebView2
162-
url: /microsoft-edge/webview2/get-started/get-started
163+
url: ../webview2/get-started/get-started.md
163164
- linkListType: download
164165
links:
165166
- text: Sample Code
166-
url: /microsoft-edge/webview2/code-samples-links
167+
url: ../webview2/code-samples-links.md
167168
- linkListType: whats-new
168169
links:
169170
- text: Release Notes for the WebView2 SDK
170-
url: /microsoft-edge/webview2/release-notes
171+
url: ../webview2/release-notes.md
171172
- linkListType: reference
172173
links:
173174
- text: WebView2 API Reference
174-
url: /microsoft-edge/webview2/webview2-api-reference
175+
url: ../webview2/webview2-api-reference.md
175176
# =============================================================================
176177
# Card r2c3
177178
- title: Development tips for Microsoft Edge
178179
linkLists:
179180
- linkListType: how-to-guide
180181
links:
181182
- text: Development tips for Microsoft Edge
182-
url: /microsoft-edge/web-platform/web-platform
183+
url: ../web-platform/web-platform.md
183184

184185
- text: Site compatibility-impacting changes
185-
url: /microsoft-edge/web-platform/site-impacting-changes
186+
url: ../web-platform/site-impacting-changes.md
186187

187188
- text: Detect Microsoft Edge from your website
188-
url: /microsoft-edge/web-platform/user-agent-guidance
189+
url: ../web-platform/user-agent-guidance.md
189190

190191
- text: Detect Windows 11 using User-Agent Client Hints
191-
url: /microsoft-edge/web-platform/how-to-detect-win11
192+
url: ../web-platform/how-to-detect-win11.md
192193
# =============================================================================
193194
# Row 3 with 3 cards
194195
# =============================================================================
@@ -198,52 +199,55 @@ landingContent:
198199
- linkListType: overview
199200
links:
200201
- text: Microsoft Edge IDE integration
201-
url: /microsoft-edge/visual-studio-code/ide-integration
202+
url: ../visual-studio-code/ide-integration.md
203+
202204
- text: Debug Microsoft Edge in Visual Studio Code
203-
url: /microsoft-edge/visual-studio-code/debugger-for-edge
205+
url: ../visual-studio-code/debugger-for-edge.md
204206
- linkListType: how-to-guide
205207
links:
206208
- text: Open source files in Visual Studio Code
207-
url: /microsoft-edge/devtools-guide-chromium/sources/opening-sources-in-vscode
209+
url: ../devtools-guide-chromium/sources/opening-sources-in-vscode.md
210+
208211
- text: Visual Studio for web development
209-
url: /microsoft-edge/visual-studio/
212+
url: ../visual-studio/index.md
210213
# =============================================================================
211214
# Card r3c2
212215
- title: Accessibility in Microsoft Edge
213216
linkLists:
214217
- linkListType: overview
215218
links:
216219
- text: Accessibility-testing features
217-
url: /microsoft-edge/devtools-guide-chromium/accessibility/reference
220+
url: ../devtools-guide-chromium/accessibility/reference.md
221+
218222
- text: Accessibility in Microsoft Edge
219-
url: /microsoft-edge/accessibility/
223+
url: ../accessibility/index.md
220224
- linkListType: how-to-guide
221225
links:
222226
- text: Accessibility testing
223-
url: /microsoft-edge/accessibility/test
227+
url: ../accessibility/test.md
224228
# =============================================================================
225229
# Card r3c3
226230
- title: Test and automation
227231
linkLists:
228232
- linkListType: how-to-guide
229233
links:
230234
- text: Test and automation in Microsoft Edge # new firstchild article
231-
url: /microsoft-edge/test-and-automation/test-and-automation
235+
url: ../test-and-automation/test-and-automation.md
232236

233237
- text: DevTools Protocol
234-
url: /microsoft-edge/devtools-protocol-chromium
238+
url: ../devtools-protocol-chromium/index.md # https://learn.microsoft.com/microsoft-edge/devtools-protocol-chromium/
235239

236240
- text: Origin Trials
237-
url: /microsoft-edge/origin-trials/index
241+
url: ../origin-trials/index.md
238242

239243
- text: Playwright
240-
url: /microsoft-edge/playwright/index
244+
url: ../playwright/index.md
241245

242246
- text: Puppeteer
243-
url: /microsoft-edge/puppeteer
247+
url: ../puppeteer/index.md
244248

245249
- text: WebDriver
246-
url: /microsoft-edge/webdriver-chromium
250+
url: ../webdriver-chromium/index.md
247251

248252
- text: webhint extension for Visual Studio Code
249-
url: /microsoft-edge/visual-studio-code/webhint
253+
url: ../visual-studio-code/webhint.md

0 commit comments

Comments
 (0)