reorganize client-side fragment redirects
This commit is contained in:
parent
d7275b9734
commit
5a2758d2f1
@ -11,20 +11,24 @@
|
|||||||
const redirects = new Map([
|
const redirects = new Map([
|
||||||
["/#copyright-and-licensing", "/faq#copyright-and-licensing"],
|
["/#copyright-and-licensing", "/faq#copyright-and-licensing"],
|
||||||
["/usage#default-connections", "/faq#default-connections"],
|
["/usage#default-connections", "/faq#default-connections"],
|
||||||
["/releases#marlin-stable", "/faq#legacy-devices"],
|
|
||||||
["/releases#sailfish-stable", "/faq#legacy-devices"],
|
|
||||||
["/releases#marlin-beta", "/faq#legacy-devices"],
|
|
||||||
["/releases#sailfish-beta", "/faq#legacy-devices"],
|
|
||||||
["/releases#taimen-stable", "/faq#legacy-devices"],
|
|
||||||
["/releases#walleye-stable", "/faq#legacy-devices"],
|
|
||||||
["/releases#taimen-beta", "/faq#legacy-devices"],
|
|
||||||
["/releases#walleye-beta", "/faq#legacy-devices"],
|
|
||||||
["/faq#dns", "/faq#custom-dns"],
|
["/faq#dns", "/faq#custom-dns"],
|
||||||
["/articles/grapheneos-servers#apps.grapheneos.org", "/articles/grapheneos-servers#releases.grapheneos.org"],
|
|
||||||
["/articles/grapheneos-servers#time.grapheneos.org", "/articles/grapheneos-servers#grapheneos.network"],
|
|
||||||
["/install/cli#fastboot-as-non-root", "/install/cli#flashing-as-non-root"],
|
["/install/cli#fastboot-as-non-root", "/install/cli#flashing-as-non-root"],
|
||||||
["/install/web#fastboot-as-non-root", "/install/web#flashing-as-non-root"],
|
["/install/web#fastboot-as-non-root", "/install/web#flashing-as-non-root"],
|
||||||
|
|
||||||
|
// legacy devices
|
||||||
|
["/releases#marlin-stable", "/faq#legacy-devices"],
|
||||||
|
["/releases#marlin-beta", "/faq#legacy-devices"],
|
||||||
|
["/releases#sailfish-stable", "/faq#legacy-devices"],
|
||||||
|
["/releases#sailfish-beta", "/faq#legacy-devices"],
|
||||||
|
["/releases#taimen-stable", "/faq#legacy-devices"],
|
||||||
|
["/releases#taimen-beta", "/faq#legacy-devices"],
|
||||||
|
["/releases#walleye-stable", "/faq#legacy-devices"],
|
||||||
|
["/releases#walleye-beta", "/faq#legacy-devices"],
|
||||||
|
|
||||||
|
// legacy servers
|
||||||
|
["/articles/grapheneos-servers#apps.grapheneos.org", "/articles/grapheneos-servers#releases.grapheneos.org"],
|
||||||
|
["/articles/grapheneos-servers#time.grapheneos.org", "/articles/grapheneos-servers#grapheneos.network"],
|
||||||
|
|
||||||
// preserve links to CLI install guide from when it was /install
|
// preserve links to CLI install guide from when it was /install
|
||||||
["/install/#prerequisites", "/install/cli#prerequisites"],
|
["/install/#prerequisites", "/install/cli#prerequisites"],
|
||||||
["/install/#enabling-oem-unlocking", "/install/cli#enabling-oem-unlocking"],
|
["/install/#enabling-oem-unlocking", "/install/cli#enabling-oem-unlocking"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user