Arcade demos#689
Open
gaurav-nelson wants to merge 2 commits into
Open
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
…to the search page
|
🤖 Mon Jun 01 02:42:33 - The preview is ready at: |
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.
This pull request introduces a new interactive demos section to the site.
/demos/pageThis PR also includes some fixes and optimizations for Hugo build, which was taking too much time.
Interactive demos feature:
content/demos/_index.md) listing all available demos, their metadata, and next steps for users./demos/page (layouts/demos/list.html) that displays demos in a hero player with a sidebar playlist, using new partials for Arcade embed and demo selection cards. [1] [2] [3] [4]Pattern page integration:
demo:in thelinks:section) so that pattern pages can reference their associated interactive walkthrough. [1] [2] [3] [4] [5] [6]Performance improvements:
partialtopartialCachedfor thefooter.htmlpartial in all major layouts, reducing redundant template rendering and improving page load times. [1] [2] [3] [4] [5] [6] [7] [8] [9]These changes collectively enhance the discoverability and usability of interactive demos, streamline the user journey from patterns to demos, and optimize site performance.