-
Notifications
You must be signed in to change notification settings - Fork 281
feat: recipe automatic updates #3922
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📖 Docs PR preview linksThis PR does not change any pages in /docs. If you make updates, links to the modified pages will appear here. |
src/components/CookbookDocItem.tsx
Outdated
| formattedLastUpdatedAt?: string; | ||
| lastUpdatedAt?: number | string | null; | ||
| }; | ||
| const {title, description, id, unversionedId, tags: metaTags = [], formattedLastUpdatedAt, lastUpdatedAt} = metadata as |
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.
Minor nit: Why change the spacing here? It's a little easier to read in the old format.
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.
Ah, just because i forgot to turn on prettier. Now it's back to the old style
What does this PR do?
This PR lets the cookbook automatically update recipes from https://github.com/temporalio/ai-cookbook/tree/main/.github
Notes to reviewers