update banner for Academy#578
Merged
Merged
Conversation
Lauren Hirata Singh (lnhsingh)
requested a review
from Kathryn May (katmayb)
as a code owner
September 18, 2025 14:51
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a promotional banner to the documentation site to advertise the new LangChain Academy course on Deep Agents. The banner is configured to be dismissible and includes a call-to-action link with UTM tracking parameters.
- Adds a site-wide banner configuration to promote the Deep Agents course
- Configures the banner to be user-dismissible for better UX
- Includes UTM tracking parameters for campaign analytics
| "/hide-version-picker.css" | ||
| ], | ||
| "banner": { | ||
| "content": "Our new LangChain Academy course on Deep Agents is now live! [Enroll for free](https://academy.langchain.com/courses/deep-agents-with-langgraph/?utm_medium=internal&utm_source=docs&utm_campaign=q3-2025_deep-agents-course_co).", |
There was a problem hiding this comment.
The UTM campaign parameter appears to be truncated. 'q3-2025_deep-agents-course_co' seems incomplete - it likely should end with a full word like 'course' or 'cohort' rather than 'co'.
Suggested change
| "content": "Our new LangChain Academy course on Deep Agents is now live! [Enroll for free](https://academy.langchain.com/courses/deep-agents-with-langgraph/?utm_medium=internal&utm_source=docs&utm_campaign=q3-2025_deep-agents-course_co).", | |
| "content": "Our new LangChain Academy course on Deep Agents is now live! [Enroll for free](https://academy.langchain.com/courses/deep-agents-with-langgraph/?utm_medium=internal&utm_source=docs&utm_campaign=q3-2025_deep-agents-course_cohort).", |
Contributor
|
Preview ID generated: preview-banner-1758207144-120954f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Added banner for Academy course publicity
Type of change
Type: Added banner for Academy course publicity
Related issues/PRs
Checklist
docs devsrc/docs.jsonif neededAdditional notes