File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -232,20 +232,20 @@ const config: DocsThemeConfig = {
232
232
CloudflareVideo,
233
233
Video,
234
234
} ,
235
- // banner: {
236
- // key: "launch-week-5 ",
237
- // dismissible: false ,
238
- // text: (
239
- // <Link href="/launch ">
240
- // {/* mobile */}
241
- // <span className="sm:hidden">Langfuse Launch Week →</span>
242
- // {/* desktop */}
243
- // <span className="hidden sm:inline">
244
- // Langfuse Launch Week, Day 5: Model-based Evaluation →
245
- // </span>
246
- // </Link>
247
- // ),
248
- // },
235
+ banner : {
236
+ key : "banner-hiring-june " ,
237
+ dismissible : true ,
238
+ text : (
239
+ < Link href = "/careers " >
240
+ { /* mobile */ }
241
+ < span className = "sm:hidden" > Join us in Engineering & DevRel → </ span >
242
+ { /* desktop */ }
243
+ < span className = "hidden sm:inline" >
244
+ We're hiring. Join us in Product Eng, Backend Eng, and DevRel →
245
+ </ span >
246
+ </ Link >
247
+ ) ,
248
+ } ,
249
249
} ;
250
250
251
251
export default config ;
You can’t perform that action at this time.
0 commit comments