mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 14:50:00 +00:00
docs[minor]: Add state of agents survey to docs announcement bar (#26167)
This commit is contained in:
parent
a03141ac51
commit
854f37be87
@ -125,8 +125,11 @@ const config = {
|
|||||||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
||||||
({
|
({
|
||||||
announcementBar: {
|
announcementBar: {
|
||||||
content: 'LangChain 0.2 is out! Leave feedback on the v0.2 docs <a href="https://github.com/langchain-ai/langchain/discussions/21716">here</a>. You can view the v0.1 docs <a href="/v0.1/docs/get_started/introduction/">here</a>.',
|
content:
|
||||||
|
'Share your thoughts on AI agents. <a target="_blank" href="https://langchain.typeform.com/state-of-agents">Take the 3-min survey</a>.',
|
||||||
isCloseable: true,
|
isCloseable: true,
|
||||||
|
backgroundColor: "rgba(53, 151, 147, 0.1)",
|
||||||
|
textColor: "rgb(53, 151, 147)",
|
||||||
},
|
},
|
||||||
docs: {
|
docs: {
|
||||||
sidebar: {
|
sidebar: {
|
||||||
|
Loading…
Reference in New Issue
Block a user