docs: remove broken Aptos Keyless StackBlitz demo#402
Merged
gregnazario merged 1 commit intomainfrom Mar 20, 2026
Merged
Conversation
Removed the broken StackBlitz iframe embed from the Aptos Keyless documentation pages. The demo was inaccessible (access blocked) and providing a poor user experience. Changes: - Removed Example section with StackBlitz iframe from aptos-keyless.mdx - Removed StackBlitz iframe and maintenance notice from simple-example.mdx - Updated federated-keyless simple-example.mdx maintenance notice - Updated pages to point users to the GitHub repository instead
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Removes a broken StackBlitz embed from the Aptos Keyless documentation and replaces it with guidance to run the examples locally from the aptos-keyless-example GitHub repository.
Changes:
- Removed the StackBlitz iframe demo content from the main Aptos Keyless guide page.
- Updated the Keyless Simple Example page to drop the embed/maintenance notice and direct users to local setup instructions.
- Updated the Federated Keyless Simple Example page to replace the maintenance notice with local setup instructions.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/content/docs/build/guides/aptos-keyless.mdx |
Removes the broken “Example” section that embedded the StackBlitz iframe. |
src/content/docs/build/guides/aptos-keyless/simple-example.mdx |
Removes StackBlitz embed + stale maintenance note; points to the repo README for local running instructions. |
src/content/docs/build/guides/aptos-keyless/federated-keyless/simple-example.mdx |
Replaces stale maintenance note with instructions to run locally from the repo. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
Removes the broken StackBlitz iframe demo from the Aptos Keyless documentation pages. The embedded demo at
https://stackblitz.com/edit/vitejs-vite-3fuvtuwas inaccessible (access blocked), causing a poor user experience as reported in the linked issue.Changes
src/content/docs/build/guides/aptos-keyless.mdx— Removed the entire "Example" section containing the broken StackBlitz iframe embedsrc/content/docs/build/guides/aptos-keyless/simple-example.mdx— Removed the StackBlitz iframe embed and stale maintenance notice; updated page to point users to the GitHub repository with instructions to run the example locallysrc/content/docs/build/guides/aptos-keyless/federated-keyless/simple-example.mdx— Replaced stale maintenance notice with instructions to run the example locally from the GitHub repositoryTesting
pnpm lint)astro check --noSync, 0 errors)Closes the linked issue.