Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the header #396

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 66 additions & 9 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand All @@ -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'
Expand Down Expand Up @@ -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

12 changes: 6 additions & 6 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---
6 changes: 6 additions & 0 deletions themes/haystack/assets/sass/components/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@
visibility: hidden;
}
}

// dropdown menu tags
.menu-item-tag {
top: -1rem;
right: -1rem;
}
}

// Show dropdown menu on hover
Expand Down