Ai landing page - #5130
Draft
Duncanma wants to merge 15 commits into
Draft
Conversation
…bookPreview and useCookbookItems hooks - Updated .gitignore to properly ignore the ai-cookbook directory. - Introduced CookbookPreview component to display a preview of AI Cookbook recipes. - Created useCookbookItems hook for consistent recipe data retrieval across components. - Refactored CookbookHome to utilize the new hook and GridCard for rendering. - Enhanced IntegrationsGrid to support defaultTags filtering. - Added new high-priority and no-priority recipe fixtures for testing. - Updated styles for Cookbook components to ensure consistent layout and design.
- Refactored CookbookPreview to calculate and display the number of remaining recipes. - Added a new GridCard to link to the full AI Cookbook when there are additional recipes available. - Removed unused Link import for cleaner code.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
||
| Looking to use an AI coding assistant to write Temporal code instead? See [Develop with AI](/with-ai). | ||
|
|
||
| ## AI Cookbook |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'AI Cookbook' should use sentence-style capitalization.
Contributor
📖 Docs PR preview links |
… projects section - Added GridCardList component to showcase community projects in the AI section. - Updated AI index page to include a featured projects section with links and descriptions. - Modified PatternCards component to accept an optional className prop for styling. - Updated component registry and documentation to reflect new additions and changes. - Improved parsing logic for card items to include tags and SDK information. - Enhanced styling for featured cards to visually distinguish them on the page.
|
|
||
| <IntegrationsGrid defaultTags={["Agent framework"]} hideTagFilter hideEmptyOptions /> | ||
|
|
||
| ## Featured from the Code Exchange |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Featured from the Code Exchange' should use sentence-style capitalization.
- Updated the description in the AI index page - Removed Vale suggestion to replace "agent" with "personal digital assistant" - Added "Cookbook" and "Code Exchange" as proper nouns in Temporal headings to reduce false positives
… and parallel-execution patterns
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.
What does this PR do?
Notes to reviewers
┆Attachments: EDU-6976 Ai landing page