Skip to content

update banner for Academy#578

Merged
Lauren Hirata Singh (lnhsingh) merged 1 commit into
mainfrom
banner
Sep 18, 2025
Merged

update banner for Academy#578
Lauren Hirata Singh (lnhsingh) merged 1 commit into
mainfrom
banner

Conversation

@lnhsingh

Copy link
Copy Markdown
Collaborator

Overview

Added banner for Academy course publicity

Type of change

Type: Added banner for Academy course publicity

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes

Copilot AI review requested due to automatic review settings September 18, 2025 14:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment thread src/docs.json
"/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).",

Copilot AI Sep 18, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).",

Copilot uses AI. Check for mistakes.
@github-actions

Copy link
Copy Markdown
Contributor

Preview ID generated: preview-banner-1758207144-120954f

@lnhsingh
Lauren Hirata Singh (lnhsingh) merged commit 4db7931 into main Sep 18, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants