From 05c2c9eafaf90b9b25c9e1f5823e761b23f3fbda Mon Sep 17 00:00:00 2001 From: Kevin F Date: Mon, 18 Nov 2024 14:52:38 +0100 Subject: [PATCH] update toolbox --- src/components/Navbar.astro | 1 + src/content/subpage/toolbox.md | 2 ++ src/content/subpageContent/toolbox/arc-vs-code.md | 6 ++++++ src/content/subpageContent/toolbox/excel-add-in.md | 6 ++++++ 4 files changed, 15 insertions(+) create mode 100644 src/content/subpageContent/toolbox/arc-vs-code.md create mode 100644 src/content/subpageContent/toolbox/excel-add-in.md diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 1f678d89..fd2e9b4c 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -11,6 +11,7 @@ export const MainNav: RecursiveMenu[] = [ { title: 'About Us', slug: '/about' }, { title: 'Information', slug: '/information'}, { title: 'RDM As A Service', slug: '/rdm-as-a-service' }, + { title: 'Toolbox', slug: '/toolbox' }, { title: 'Participation', slug: '/participation' }, { title: 'Resources', slug: '/resources' }, { title: 'Support', slug: '/support' }, diff --git a/src/content/subpage/toolbox.md b/src/content/subpage/toolbox.md index 861df171..96901d38 100644 --- a/src/content/subpage/toolbox.md +++ b/src/content/subpage/toolbox.md @@ -13,6 +13,8 @@ image: ~/assets/images/subpage/toolbox/toolbox-hero.svg content: - toolbox/arcitect - toolbox/swate + - toolbox/arc-vs-code + - toolbox/excel-add-in - toolbox/dataplan - toolbox/arcmanager --- diff --git a/src/content/subpageContent/toolbox/arc-vs-code.md b/src/content/subpageContent/toolbox/arc-vs-code.md new file mode 100644 index 00000000..af7b8636 --- /dev/null +++ b/src/content/subpageContent/toolbox/arc-vs-code.md @@ -0,0 +1,6 @@ +--- +title: arc-vs-code +summary: Bringing Swate and ARCitect to Visual Studio Code. +icon: tabler:brand-vscode +href: https://nfdi4plants.github.io/nfdi4plants.knowledgebase/guides/vs-code-extension/ +--- \ No newline at end of file diff --git a/src/content/subpageContent/toolbox/excel-add-in.md b/src/content/subpageContent/toolbox/excel-add-in.md new file mode 100644 index 00000000..c7875664 --- /dev/null +++ b/src/content/subpageContent/toolbox/excel-add-in.md @@ -0,0 +1,6 @@ +--- +title: Excel Add-In +summary: An Excel Add-In for Swate. +icon: tabler:table +href: https://nfdi4plants.github.io/nfdi4plants.knowledgebase/guides/annotate-in-excel/ +--- \ No newline at end of file