Skip to content

Commit

Permalink
feat: Add docs links (#4197)
Browse files Browse the repository at this point in the history
feat: Add docs links

Closes #587
  • Loading branch information
connoratrug authored Nov 27, 2024
1 parent 76240c8 commit 0099429
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/nuxt3-ssr/components/header/Catalogue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ if (!cohortOnly.value) {
label: "Upload data",
link: "/apps/central/#/",
});
menu.push({
label: "Manuals",
link: "/apps/docs/#/catalogue/",
});
}
</script>

Expand Down
4 changes: 4 additions & 0 deletions apps/nuxt3-ssr/components/header/Global.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ const menu = [
label: "Upload data",
link: "/apps/central/#/",
},
{
label: "Manuals",
link: "/apps/docs/#/catalogue/",
},
// { label: "Statistical Methods", link: "#" },
// { label: "Tables", link: "#" },
Expand Down

0 comments on commit 0099429

Please sign in to comment.