-
Notifications
You must be signed in to change notification settings - Fork 96
feat: initial version of langfuse academy #1495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle Analysis for langfuse-docsThis analysis was generated by the Next.js Bundle Analysis action. 🤖 New Pages AddedThe following pages were added to the bundle from the code in this PR:
|
<div key={opt.id}> | ||
<label | ||
style={optionLabelStyle} | ||
onMouseEnter={(e) => e.currentTarget.style.backgroundColor = selectedAnswers[q.id] === opt.id ? '#d8b2ff' : '#f0f0f0'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The inline hover style adjustments (onMouseEnter
/onMouseLeave
) work but consider moving these styles to a CSS class or using Tailwind hover utilities to improve maintainability.
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Important
Introduces Langfuse Academy with educational modules and updates navigation and redirects to reflect the new content.
pages/academy
, including modules on application architectures, tracing, evaluation, and prompt management.InteractiveQuiz.tsx
for certification.FooterMenu.tsx
andMenuSwitcher.tsx
.next.config.mjs
to point from/library
to/academy
.style.css
andoverrides.css
to enhance the appearance of the Academy section, including navigation buttons.This description was created by
for 005c16f. You can customize this summary. It will automatically update as commits are pushed.