diff --git a/config.toml b/config.toml index 375cf3f8..8268282f 100644 --- a/config.toml +++ b/config.toml @@ -105,9 +105,9 @@ paginatePath = "/" weight = 7 [[menu.main]] - identifier = 'studio' - name = 'Studio' - url = 'https://landing.deepset.ai/deepset-studio-signup' + identifier = 'deepset' + name = 'deepset' + url = '/' weight = 8 params = { tag = "New" } @@ -130,12 +130,6 @@ paginatePath = "/" parent = 'overview' weight = 3 -[[menu.main]] - name = 'deepset Careers' - url = "https://www.deepset.ai/jobs" - parent = 'overview' - weight = 4 - [[menu.main]] name = '📚 Tutorials & Walkthroughs' url = '/tutorials' @@ -180,3 +174,66 @@ paginatePath = "/" parent = 'resources' weight = 4 +# deepset children +[[menu.main]] + name = 'deepset ' + url = 'https://www.deepset.ai/' + parent = 'deepset' + weight = 1 + +[[menu.main]] + name = 'Careers' + url = "https://www.deepset.ai/jobs" + parent = 'deepset' + weight = 4 + +[[menu.main]] + name = 'deepset Studio' + url = 'https://landing.deepset.ai/deepset-studio-signup' + parent = 'deepset' + weight = 2 + params = { tag = "Sign up" } + +# Community children +[[menu.main]] + name = 'Events & Livestreams' + url = "https://lu.ma/haystack" + parent = 'community' + weight = 1 + +[[menu.main]] + name = 'Discord' + url = 'https://discord.gg/Dr63fr9NDS' + parent = 'community' + weight = 2 + +[[menu.main]] + name = 'GitHub' + url = 'https://github.com/deepset-ai/haystack' + parent = 'community' + weight = 3 + +[[menu.main]] + name = 'YouTube' + url = "https://www.youtube.com/@haystack_ai" + parent = 'community' + weight = 4 + +[[menu.main]] + name = 'X (Twitter)' + url = "https://x.com/Haystack_AI" + parent = 'community' + weight = 5 + +[[menu.main]] + name = 'Newsletter' + url = "https://landing.deepset.ai/haystack-community-updates" + parent = 'community' + weight = 6 + +[[menu.main]] + name = 'Open NLP Group' + url = "https://www.meetup.com/open-nlp-meetup/" + parent = 'community' + weight = 7 + diff --git a/content/_index.md b/content/_index.md index 344bcd7b..ed68891c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -114,13 +114,13 @@ community: successMessage: Thanks! You'll soon receive a confirmation email 📧 communityTalks: - - title: "AWS Summit Berlin 2023: Building Generative AI Applications on AWS featuring deepset" - videoId: Hns424sFY7s + - title: "Evaluating AI with Haystack" + videoId: Dy-n_yC3Cto - - title: Building Applications with LLM-Based Agents - videoId: 1NPcnlqPf2U + - title: "Adding Tools to Agentic Pipelines & Other Experimental Features" + videoId: QWx3OzW2Pvo& - - title: "Open NLP Meetup #13: Hosting LLM Apps @ Scale with Haystack, Titan ML & Jina AI" - videoId: CWSn-9s955g + - title: "How to Train a DE-licious Embedding Model" + videoId: 3zpv4qpNy8I --- diff --git a/themes/haystack/assets/sass/components/_navigation.scss b/themes/haystack/assets/sass/components/_navigation.scss index 9ac18437..a71437f4 100644 --- a/themes/haystack/assets/sass/components/_navigation.scss +++ b/themes/haystack/assets/sass/components/_navigation.scss @@ -165,6 +165,12 @@ visibility: hidden; } } + + // dropdown menu tags + .menu-item-tag { + top: -1rem; + right: -1rem; + } } // Show dropdown menu on hover