Skip to content

Rename typescript-compiling to typescript-transpiling with redirect#9476

Merged
ntrogh merged 2 commits intomainfrom
copilot/add-redirect-to-docs
Mar 2, 2026
Merged

Rename typescript-compiling to typescript-transpiling with redirect#9476
ntrogh merged 2 commits intomainfrom
copilot/add-redirect-to-docs

Conversation

Copy link
Contributor

Copilot AI commented Mar 1, 2026

The TypeScript docs page at /docs/typescript/typescript-compiling uses "transpiling" throughout its content, but the URL and heading still said "compiling". This renames the page to match its content and adds a permanent redirect from the old URL.

Changes

  • Renamed typescript-compiling.mdtypescript-transpiling.md; updated H1 heading and MetaDescription to say "Transpiling TypeScript"
  • Added 301 redirect in docs/redirection.json:
    { "from": "/docs/typescript/typescript-compiling", "to": "/docs/typescript/typescript-transpiling", "status": 301 }
  • Updated internal links and TOC in docs/toc.json, docs/languages/typescript.md, docs/debugtest/tasks.md, and docs/typescript/typescript-tutorial.md
Original prompt

Implement GH issue #9475 by adding a redirect to the docs redirect file

Created from VS Code.


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: ntrogh <1908215+ntrogh@users.noreply.github.com>
Copilot AI changed the title [WIP] Add redirect to the docs redirect file Rename typescript-compiling to typescript-transpiling with redirect Mar 1, 2026
@ntrogh ntrogh marked this pull request as ready for review March 1, 2026 18:19
@vs-code-engineering vs-code-engineering bot added this to the March 2026 milestone Mar 1, 2026
@ntrogh ntrogh merged commit 6c45500 into main Mar 2, 2026
4 checks passed
@ntrogh ntrogh deleted the copilot/add-redirect-to-docs branch March 2, 2026 09:33
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.

4 participants