remove history section from main page

This commit is contained in:
Daniel Micay
2021-12-15 14:08:47 -05:00
parent 8e9d6df72e
commit 21355702c0
2 changed files with 5 additions and 9 deletions

View File

@@ -9,8 +9,11 @@
// https://www.w3.org/Protocols/HTTP/Fragment/draft-bos-http-redirect-00.txt
const redirects = new Map([
// removed main page sections
["/#copyright-and-licensing", "/faq#copyright-and-licensing"],
["/#history", "/history"],
["/#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"],