Skip to content

Docs: fix broken Beginner’s Guide links and remap starter quick-start hash routes#5862

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-broken-docs-links
Draft

Docs: fix broken Beginner’s Guide links and remap starter quick-start hash routes#5862
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-broken-docs-links

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 20, 2026

docs/home/benefits-of-pwa.md referenced /home/pwa-intro links that resolve to 404 in the docs app. This updates those references to the working hash-route target and applies the requested remap from /#/starter/quick-start to /#/builder/quick-start where it appears in docs navigation metadata.

  • Beginner’s Guide link corrections

    • Updated all benefits-of-pwa.md references from /home/pwa-intro/ to /#/home/pwa-intro so links resolve correctly in Docsify hash routing.
  • Quick-start route remap (starterbuilder)

    • Updated docs/manifest.json shortcut URL:
      • "/#/starter/quick-start""/#/builder/quick-start"
    • Updated docs/src/menuData.ts top-level nav entry:
      • ["PWA Starter","/#/starter/quick-start"]["PWA Starter","/#/builder/quick-start"]
- [Beginner's Guide to Progressive Web Apps](/home/pwa-intro/)
+ [Beginner's Guide to Progressive Web Apps](/#/home/pwa-intro)

- ["PWA Starter","/#/starter/quick-start"]
+ ["PWA Starter","/#/builder/quick-start"]

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • cdn.jsdelivr.net
    • Triggering command: /home/REDACTED/.cache/ms-playwright/chromium_headless_shell-1223/chrome-headless-shell-linux64/chrome-headless-shell /home/REDACTED/.cache/ms-playwright/chromium_headless_shell-1223/chrome-headless-shell-linux64/chrome-headless-shell --disable-field-trial-config --disable-REDACTED-networking --disable-REDACTED-timer-throttling --disable-REDACTEDing-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-REDACTED-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-edgeupdater --disable-extensions --disable-features=AvoidUnnecessaryBeforeUnloadCheckSync,BoundaryEventDispatchTracksNodeRemoval,DestroyProfileOnBrowserClose,DialMediaRouteProvider,GlobalMediaControls,HttpsUpgrades,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Transl (dns block)
  • js.monitor.azure.com
    • Triggering command: /home/REDACTED/.cache/ms-playwright/chromium_headless_shell-1223/chrome-headless-shell-linux64/chrome-headless-shell /home/REDACTED/.cache/ms-playwright/chromium_headless_shell-1223/chrome-headless-shell-linux64/chrome-headless-shell --disable-field-trial-config --disable-REDACTED-networking --disable-REDACTED-timer-throttling --disable-REDACTEDing-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-REDACTED-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-edgeupdater --disable-extensions --disable-features=AvoidUnnecessaryBeforeUnloadCheckSync,BoundaryEventDispatchTracksNodeRemoval,DestroyProfileOnBrowserClose,DialMediaRouteProvider,GlobalMediaControls,HttpsUpgrades,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Transl (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI linked an issue May 20, 2026 that may be closed by this pull request
@microsoft-github-policy-service
Copy link
Copy Markdown
Contributor

Thanks @Copilot for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌

Copilot AI changed the title [WIP] Fix Beginner's Guide link to point to the correct URL Docs: fix broken Beginner’s Guide links and remap starter quick-start hash routes May 20, 2026
Copilot AI requested a review from JudahGabriel May 20, 2026 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOCS] Beginner's Guide link is 404

2 participants