From 8e9d6df72e6e7832420e263c3b16045c83021ba6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 15 Dec 2021 14:04:59 -0500 Subject: [PATCH] remove roadmap section from main page --- static/index.html | 6 ------ static/js/redirect.js | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/static/index.html b/static/index.html index 7089fe54..da0f26da 100644 --- a/static/index.html +++ b/static/index.html @@ -140,12 +140,6 @@ our changes into core infrastructure projects.

-
-

Roadmap

- -

See the FAQ section on the roadmap.

-
-

Device support

diff --git a/static/js/redirect.js b/static/js/redirect.js index f42b79cc..de481d9b 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -10,6 +10,7 @@ const redirects = new Map([ ["/#copyright-and-licensing", "/faq#copyright-and-licensing"], + ["/#roadmap", "/faq#roadmap"], ["/usage#default-connections", "/faq#default-connections"], ["/faq#dns", "/faq#custom-dns"], ["/install/cli#fastboot-as-non-root", "/install/cli#flashing-as-non-root"],