From c478ea2c3544a5498c3d38fa171c2f568d298bb4 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Tue, 19 Nov 2024 15:07:15 +0100 Subject: [PATCH] Add tools in navbar :sparkles: --- src/components/Navbar.astro | 2 ++ src/content/subpageContent/toolbox/arc-vs-code.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index fd2e9b4c..0c1f1ad0 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -23,6 +23,8 @@ export const MainNav: RecursiveMenu[] = [ title: 'Tools', children: [ { title: 'ARCitect', slug: 'https://nfdi4plants.github.io/nfdi4plants.knowledgebase/arcitect/' }, + { title: 'arc-vs-code', slug: 'https://nfdi4plants.github.io/nfdi4plants.knowledgebase/guides/vs-code-extension/' }, + { title: 'Excel Add-In', slug: 'https://nfdi4plants.github.io/nfdi4plants.knowledgebase/guides/annotate-in-excel/' }, { title: 'Swate', slug: 'https://swate-alpha.nfdi4plants.org/' }, { title: 'DataPLAN', slug: 'https://dmpg.nfdi4plants.org/' }, { title: 'ARCManager', slug: 'https://nfdi4plants.org/nfdi4plants.knowledgebase/arc-manager/' }, diff --git a/src/content/subpageContent/toolbox/arc-vs-code.md b/src/content/subpageContent/toolbox/arc-vs-code.md index af7b8636..fde39385 100644 --- a/src/content/subpageContent/toolbox/arc-vs-code.md +++ b/src/content/subpageContent/toolbox/arc-vs-code.md @@ -1,6 +1,6 @@ --- title: arc-vs-code -summary: Bringing Swate and ARCitect to Visual Studio Code. +summary: Bringing Swate and ARCitect to Visual Studio Code and the PLANTdataHUB. icon: tabler:brand-vscode href: https://nfdi4plants.github.io/nfdi4plants.knowledgebase/guides/vs-code-extension/ --- \ No newline at end of file