diff --git a/docs/index.md b/docs/index.md index 860738c3c..2f99368fa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,20 +16,7 @@ hide: - -
- -
- -
-
- - ACCESS Training Day and Workshop 2024 - -
-
-
- +
New ACCESS user?
diff --git a/docs/js/miscellaneous.js b/docs/js/miscellaneous.js index a04ae8706..4a836d3cc 100644 --- a/docs/js/miscellaneous.js +++ b/docs/js/miscellaneous.js @@ -1,15 +1,5 @@ 'use strict'; -// Redirect for workshop -function redirect() { - let url = window.location.href; - const pattern = /\/getting_started\/first_steps\b/; - if (url.match(pattern)) { - window.location.replace(url.replace(pattern, '/getting_started/set_up_nci_account')); - } -} -console.log('running'); -redirect(); /* Change absolute URLs for development-website and PR-previews (Move to build script) */