From f98eb2fa4131b2b2d594530325754ba1a27a95eb Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:54:44 -0400 Subject: [PATCH 1/2] update switcher --- docs/_static/switcher.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index ed9b35e2c4..a2174d52ca 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -1,12 +1,19 @@ [ { "version": "dev", - "url": "https://nwb-guide.readthedocs.io/en/latest/" + "url": "https://nwb-guide.readthedocs.io/en/latest/", + "preferred": false + }, + { + "name": "1.0.0", + "version": "v1.0.0"", + "url": "https://nwb-guide.readthedocs.io/en/v1.0.0/", + "preferred": true }, { "name": "0.0.15", "version": "v0.0.15", "url": "https://nwb-guide.readthedocs.io/en/v0.0.15/", - "preferred": true + "preferred": false } ] From f02ce1663b95f9482d80a844f6582ead7a5f1e73 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:57:07 -0400 Subject: [PATCH 2/2] fix JSON --- docs/_static/switcher.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index a2174d52ca..c228fce4f9 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -6,7 +6,7 @@ }, { "name": "1.0.0", - "version": "v1.0.0"", + "version": "v1.0.0", "url": "https://nwb-guide.readthedocs.io/en/v1.0.0/", "preferred": true },