From de148ef3f69ef0c773af32d07bd3a50b2693f346 Mon Sep 17 00:00:00 2001 From: Dominik Brilhaus Date: Fri, 15 Nov 2024 13:29:00 +0100 Subject: [PATCH 1/3] change knowledge base in navbar --- src/components/Navbar.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 4f148074..6f192024 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -28,7 +28,7 @@ export const MainNav: RecursiveMenu[] = [ { title: 'ARCManager', slug: 'https://www.nfdi4plants.de/nfdi4plants.knowledgebase/docs/ARCmanager-manual/00_index.html' }, ] }, - { title: 'Knowledge Base', slug: 'https://www.nfdi4plants.de/nfdi4plants.knowledgebase/' }, + { title: 'Knowledge Base', slug: 'https://www.nfdi4plants.de/nfdi4plants.knowledgebase/start-here/' }, ] --- From 0b7d3d7345de3511316bd709eb211e33a6ad273c Mon Sep 17 00:00:00 2001 From: Dominik Brilhaus Date: Fri, 15 Nov 2024 13:30:43 +0100 Subject: [PATCH 2/3] adapt arc manager KB link --- src/components/Navbar.astro | 2 +- src/content/subpageContent/toolbox/arcmanager.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 6f192024..0102d3db 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -25,7 +25,7 @@ export const MainNav: RecursiveMenu[] = [ { title: 'ARCitect', slug: 'https://nfdi4plants.github.io/nfdi4plants.knowledgebase/arcitect/' }, { title: 'Swate', slug: 'https://swate-alpha.nfdi4plants.org/' }, { title: 'DataPLAN', slug: 'https://dmpg.nfdi4plants.org/' }, - { title: 'ARCManager', slug: 'https://www.nfdi4plants.de/nfdi4plants.knowledgebase/docs/ARCmanager-manual/00_index.html' }, + { title: 'ARCManager', slug: 'https://nfdi4plants.github.io/nfdi4plants.knowledgebase/arc-manager/' }, ] }, { title: 'Knowledge Base', slug: 'https://www.nfdi4plants.de/nfdi4plants.knowledgebase/start-here/' }, diff --git a/src/content/subpageContent/toolbox/arcmanager.md b/src/content/subpageContent/toolbox/arcmanager.md index a2e4035f..0cb65f61 100644 --- a/src/content/subpageContent/toolbox/arcmanager.md +++ b/src/content/subpageContent/toolbox/arcmanager.md @@ -2,9 +2,9 @@ title: arcmanager summary: A web service that allows DataPLANT users to create and modify ARCs in a web browser environment icon: tabler:layout-grid-add -href: https://www.nfdi4plants.de/nfdi4plants.knowledgebase/docs/ARCmanager-manual/00_index.html +href: https://nfdi4plants.github.io/nfdi4plants.knowledgebase/arc-manager/ --- **Read More:** -- [ARCmanager manual](https://www.nfdi4plants.de/nfdi4plants.knowledgebase/docs/ARCmanager-manual/00_index.html) +- [ARCmanager manual](https://nfdi4plants.github.io/nfdi4plants.knowledgebase/arc-manager/) - [ARCmanager homepage](https://nfdi4plants.de/arcmanager/app/index.html) \ No newline at end of file From dea6d2a5229ac41f086a71c1dc2dd7736e786947 Mon Sep 17 00:00:00 2001 From: Dominik Brilhaus Date: Fri, 15 Nov 2024 13:31:34 +0100 Subject: [PATCH 3/3] change link to .org --- src/components/Navbar.astro | 2 +- src/content/subpageContent/toolbox/arcmanager.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 0102d3db..73c37e7c 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -25,7 +25,7 @@ export const MainNav: RecursiveMenu[] = [ { title: 'ARCitect', slug: 'https://nfdi4plants.github.io/nfdi4plants.knowledgebase/arcitect/' }, { title: 'Swate', slug: 'https://swate-alpha.nfdi4plants.org/' }, { title: 'DataPLAN', slug: 'https://dmpg.nfdi4plants.org/' }, - { title: 'ARCManager', slug: 'https://nfdi4plants.github.io/nfdi4plants.knowledgebase/arc-manager/' }, + { title: 'ARCManager', slug: 'https://nfdi4plants.org/nfdi4plants.knowledgebase/arc-manager/' }, ] }, { title: 'Knowledge Base', slug: 'https://www.nfdi4plants.de/nfdi4plants.knowledgebase/start-here/' }, diff --git a/src/content/subpageContent/toolbox/arcmanager.md b/src/content/subpageContent/toolbox/arcmanager.md index 0cb65f61..b6d38c84 100644 --- a/src/content/subpageContent/toolbox/arcmanager.md +++ b/src/content/subpageContent/toolbox/arcmanager.md @@ -2,9 +2,9 @@ title: arcmanager summary: A web service that allows DataPLANT users to create and modify ARCs in a web browser environment icon: tabler:layout-grid-add -href: https://nfdi4plants.github.io/nfdi4plants.knowledgebase/arc-manager/ +href: https://nfdi4plants.org/nfdi4plants.knowledgebase/arc-manager/ --- **Read More:** -- [ARCmanager manual](https://nfdi4plants.github.io/nfdi4plants.knowledgebase/arc-manager/) +- [ARCmanager manual](https://nfdi4plants.org/nfdi4plants.knowledgebase/arc-manager/) - [ARCmanager homepage](https://nfdi4plants.de/arcmanager/app/index.html) \ No newline at end of file