From 0ece76657fc9e278cd22932270333148bdcff01d Mon Sep 17 00:00:00 2001 From: Dmytro Trotsko Date: Wed, 8 Oct 2025 16:47:28 +0300 Subject: [PATCH 1/2] =?UTF-8?q?Made=20Epivis=20as=20a=20separate=20link,?= =?UTF-8?q?=20removed=20nested=20menu=20for=20other=20'visual=E2=80=A6=20(?= =?UTF-8?q?#1114)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Made Epivis as a separate link, removed nested menu for other 'visualisation' links * Reversed parenthesis on EpiPortal name --------- Co-authored-by: Dmytro Trotsko --- config.toml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/config.toml b/config.toml index b585309b..32df0d5d 100644 --- a/config.toml +++ b/config.toml @@ -89,37 +89,37 @@ relativeURLs = false weight = 2 [[menu.main]] parent = "epidemic-signals" - name = "EpiPortal (Indicator Discovery)" + name = "Indicator Discovery (EpiPortal)" url = "/epiportal/" weight = 3 [menu.main.params] external = true [[menu.main]] parent = "epidemic-signals" - name = "Indicator Visualization" - url = "" + name = "Indicator Visualization (EpiVis)" + url = "/epivis/" identifier = "signal-visualization" weight = 4 -[[menu.main]] - parent = "signal-visualization" - name = "EpiVis" - url = "/epivis/" - weight = 10 -[[menu.main]] - parent = "signal-visualization" - name = "Delphi Epidata Dashboard" - url = "/covidcast/" - weight = 20 -[[menu.main]] - parent = "signal-visualization" - name = "Covidcast 1.0 (“Classic”)" - url = "/covidcast/classic/" - weight = 30 -[[menu.main]] - parent = "signal-visualization" - name = "Dashboard Builder" - url = "/covidcast/dashboard/" - weight = 40 +# [[menu.main]] +# parent = "signal-visualization" +# name = "EpiVis" +# url = "/epivis/" +# weight = 10 +# [[menu.main]] +# parent = "signal-visualization" +# name = "Delphi Epidata Dashboard" +# url = "/covidcast/" +# weight = 20 +# [[menu.main]] +# parent = "signal-visualization" +# name = "Covidcast 1.0 (“Classic”)" +# url = "/covidcast/classic/" +# weight = 30 +# [[menu.main]] +# parent = "signal-visualization" +# name = "Dashboard Builder" +# url = "/covidcast/dashboard/" +# weight = 40 [[menu.main]] parent = "epidemic-signals" name = "Indicator Download" From 0fc4ae9fffe50a642bfb63e003b7772c2b669ad9 Mon Sep 17 00:00:00 2001 From: melange396 Date: Wed, 8 Oct 2025 13:48:22 +0000 Subject: [PATCH 2/2] chore: release v3.3.12 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07c8658f..f926aee0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "www-main", - "version": "3.3.11", + "version": "3.3.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "www-main", - "version": "3.3.11", + "version": "3.3.12", "hasInstallScript": true, "dependencies": { "@fortawesome/fontawesome-free": "^6.7.2", diff --git a/package.json b/package.json index 963c965c..24d5736d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "www-main", - "version": "3.3.11", + "version": "3.3.12", "private": true, "dependencies": { "@fortawesome/fontawesome-free": "^6.7.2",