docs(wallets): stop emitting the V1 version banner in generated SDK reference docs - #2042
Conversation
…eference docs Co-Authored-By: Alberto Elias <alberto.elias@paella.dev>
Original prompt from Alberto Elias
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
🦋 Changeset detectedLatest commit: aebb146 The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Reviews (1): Last reviewed commit: "docs(wallets): stop emitting the V1 vers..." | Re-trigger Greptile |
jmderby
left a comment
There was a problem hiding this comment.
We don't technically need a release here but i don't think it will matter either way. whatever you prefer :-)
Description
The "This page has been updated for Wallets SDK V1… see the previous version docs or the V1 migration guide"
<Note>banner is being removed from docs.crossmint.com. Thesdk-reference/wallets/**pages are generated from this repo, so the banner has to stop being emitted here or the next sdk-reference sync would put it back.packages/wallets/typedoc-custom-plugin.mjs: dropversionBanner()and the block that prepended it after the frontmatter (typescriptreference pages).packages/client/ui/react-uiandreact-nativegenerators: drop theversionBannerproduct config; the now-unusedemitBanner()and its call sites are removed from the shared engine.Companion docs PR removing the already-generated banner: Paella-Labs/crossbit-main#29528.
Test plan
versionBanner/emitBannerreferences remain and biome reports no new diagnostics on the four touched files.Package updates
@crossmint/wallets-sdk,@crossmint/client-sdk-react-ui,@crossmint/client-sdk-react-native-ui(doc generation only).Link to Devin session: https://crossmint.devinenterprise.com/sessions/b56772d84fdb4fc4b9570779bae1d81a
Open in Devin Desktop: https://crossmint.devinenterprise.com/desktop/session/b56772d84fdb4fc4b9570779bae1d81a?variant=devin
Requested by: @albertoelias-crossmint