Commit f63ed97
committed
docs: remove unused _redirects file and document redirect process
The _redirects file format is used by Netlify and Cloudflare Pages, but
coder.com runs on Vercel with Next.js which uses redirects.json in the
coder/coder.com repo instead. This file was never functional.
Changes:
- Remove docs/_redirects (unused)
- Remove _redirects from markdownlint ignore list
- Add URL Redirects section to DOCS_STYLE_GUIDE.md explaining where to
configure redirects and warning against creating _redirects files1 parent 88304b2 commit f63ed97
File tree
3 files changed
+13
-24
lines changed- .claude/docs
- docs
3 files changed
+13
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
303 | 314 | | |
304 | 315 | | |
305 | 316 | | |
306 | 317 | | |
307 | 318 | | |
308 | 319 | | |
309 | 320 | | |
| 321 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
This file was deleted.
0 commit comments