Skip to content

Commit

Permalink
docs: consolidate dropdowns (#26600)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Sep 18, 2024
1 parent df38d52 commit de58942
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,26 @@ const config = {
docId: "people",
label: "People",
},
{
type: 'html',
value: '<hr class="dropdown-separator" style="margin-top: 0.5rem; margin-bottom: 0.5rem">',
},
{
href: "https://docs.smith.langchain.com",
label: "LangSmith",
},
{
href: "https://langchain-ai.github.io/langgraph/",
label: "LangGraph",
},
{
href: "https://smith.langchain.com/hub",
label: "LangChain Hub",
},
{
href: "https://js.langchain.com",
label: "LangChain JS/TS",
},
]
},
{
Expand All @@ -207,29 +227,6 @@ const config = {
}
]
},
{
type: "dropdown",
label: "🦜️🔗",
position: "right",
items: [
{
href: "https://docs.smith.langchain.com",
label: "LangSmith",
},
{
href: "https://langchain-ai.github.io/langgraph/",
label: "LangGraph",
},
{
href: "https://smith.langchain.com/hub",
label: "LangChain Hub",
},
{
href: "https://js.langchain.com",
label: "LangChain JS/TS",
},
]
},
{
to: "https://chat.langchain.com",
label: "💬",
Expand Down

0 comments on commit de58942

Please sign in to comment.