Skip to content

Commit

Permalink
docs[minor]: Add state of agents survey to docs announcement bar (#26167
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bracesproul authored Sep 6, 2024
1 parent a03141a commit 854f37b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,11 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
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,
backgroundColor: "rgba(53, 151, 147, 0.1)",
textColor: "rgb(53, 151, 147)",
},
docs: {
sidebar: {
Expand Down

0 comments on commit 854f37b

Please sign in to comment.