Document local database production deployment

This commit is contained in:
Codex
2026-04-28 09:04:03 +08:00
parent 8697aa3fbb
commit 21cb5c9c15
5 changed files with 252 additions and 12 deletions
+2 -1
View File
@@ -85,7 +85,8 @@ Locale is inferred from the user's current site locale, not from the legacy URL
## Footer / Secondary Links
| Legacy | New | Code |
|---|---|---|
| `/Support/tutorial.html` | `/{locale}/support` (or `/{locale}/support/tutorials` TBD) | 301 |
| `/Support/tutorial.html` | `/{locale}/support/tutorial` | 301 |
| `/Support/tutorial/target/<HASH>.html` | `/{locale}/support/tutorial` | 301 |
| `/Contact/afterservice.html` | `/{locale}/support/warranty` | 301 |
| `/Contact/distributor.html` | `/{locale}/dealers` | 301 |
| `/Contact/oem.html` | `/{locale}/support/contact` | 301 |