Skip to content

Commit

Permalink
add resources
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Feb 29, 2024
1 parent c432c67 commit c023422
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions pages/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ export default {
{
text: 'Overview by field',
items: [
{ text: "Genomics", link: "#link" },
{ text: "Statistics", link: "#link" },
{ text: "Engineering", link: "#link" },
{ text: "🧬 Genomics", link: "#link" },
{ text: "📊 Statistics", link: "#link" },
{ text: "👩‍💻 Engineering", link: "#link" },
]
},
{
Expand All @@ -100,6 +100,16 @@ export default {
},
],
},
{
text: 'Resources',
items: [
{ text: "Documentation", link: "https://docs.hdc.ntnu.no/" },
{ text: 'Community', link: 'https://docs.hdc.ntnu.no/do-science/community/' },
{ text: 'Prices', link: 'https://docs.hdc.ntnu.no/administer-science/prices/pricelist/' },
{ text: 'Certificates', link: 'https://docs.hdc.ntnu.no/govern-science/compliance/certificates/' },
{ text: 'Tingweek', link: 'https://docs.hdc.ntnu.no/govern-science/tingweek/' },
],
},
{
text: 'About',
items: [
Expand Down

0 comments on commit c023422

Please sign in to comment.