Add Durable AI landing page (/ai) and move AI Cookbook under it - #5130
Merged
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.
|
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.
- 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
Duncanma
marked this pull request as ready for review
August 20, 2026 20:16
…for proper nouns in the style guide.
Duncanma
enabled auto-merge (squash)
August 20, 2026 20:31
lennessyy
approved these changes
Aug 20, 2026
Duncanma
disabled auto-merge
August 20, 2026 21:24
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?
Replaces the top-nav "AI Cookbook" link with a Durable AI landing page at
/aithat gives AI development a proper home in the docs, and moves the AI Cookbook under it at/ai/cookbook(previously/ai-cookbook).The new
/aipage pulls together:IntegrationsGrid)Supporting changes:
GridCard/GridCardListcomponents so Cookbook, Integrations, Guides, and Code Exchange cards all share one visual language (SDK icon, tags, external-link indicator, hover state) instead of drifting independently. The external-link icon is now suppressed for links that stay ontemporal.io(e.g. Code Exchange), since those aren't really "leaving" Temporal — they still open in a new tab.IntegrationsGrid/GuidesGrid— filtered views are now shareable/deep-linkable, with human-readable comma-separated values, and only the visible filter groups sync to the URL.hideEmptyOptionsoption onIntegrationsGrid/GuidesGridto hide filter pills that would match nothing given the current selection.vercel.jsonfor the/ai-cookbook→/ai/cookbookmove, including ordering so specific slug redirects aren't shadowed by the general wildcard.readme/INFORMATION-ARCHITECTURE.mdupdated with the new "Durable AI" section.CookbookPreviewandGridCardList,IntegrationsGrid's handler extended fordefaultTags, and the sharedcards.mjshandler extended to render SDK/tag metadata (and fixed to stop truncating descriptions at an apostrophe).Notes to reviewers
vercel.jsonfurther, keep the specific slug-alias redirects ahead of the general/ai-cookbook/:path*wildcard, or they'll get shadowed.samples-*repos) was discussed but is intentionally out of scope here.┆Attachments: EDU-6976 Ai landing page