docs: remove redirect creation script#7593
Conversation
Overall package sizeSelf size: 4.69 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.6 | 81.92 kB | 816.75 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BenchmarksBenchmark execution time: 2026-02-20 23:00:50 Comparing candidate commit 452695b in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 230 metrics, 30 unstable metrics. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7593 +/- ##
==========================================
- Coverage 80.31% 80.31% -0.01%
==========================================
Files 733 733
Lines 31546 31546
==========================================
- Hits 25337 25336 -1
- Misses 6209 6210 +1 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What does this PR do?
Removes a script which generated doc redirects that was added 2 years ago
Motivation
This file was used to generate simple redirects from old doc pages to new pages. I added it two years ago when we upgraded the doc generator and the URLs changed. New modules don't need to be added since they never existed with the old URL. Having new entries added isn't beneficial but technically doing so is no harm.
Search engines have undoubtedly updated themselves to link to the new URLs by now so I'll make a PR to remove the file entirely.