Skip to content

fix: rebuild dist/docs to include callout icon fix#49

Merged
julia-rabello merged 1 commit into
masterfrom
fix/rebuild-dist-callout-icon
Jul 13, 2026
Merged

fix: rebuild dist/docs to include callout icon fix#49
julia-rabello merged 1 commit into
masterfrom
fix/rebuild-dist-callout-icon

Conversation

@julia-rabello

Copy link
Copy Markdown

What is the purpose of this pull request?

Rebuilds dist/ and docs/ (the committed build output) so the callout-icon fix from #48 is actually present in the published bundle.

What problem is this solving?

#48 fixed the callout-icon rendering in source (src/utils/renderBlockquote.js, src/styles/font-styles.js) but never rebuilt dist//docs/. Consumers like the devportal git submodule use the committed docs/rapidoc-min.js directly, so merging #48 alone had no visible effect — the served bundle still referenced the dead vtex-dev-portal-navigation DigitalOcean Space.

Same class of issue as vtexdocs/components#87.

How should this be manually tested?

Load a spec with a description containing > ℹ️ text, > ⚠️ text, or > ❗ text and confirm the callout renders a colored circle icon (info/warning/danger).

Screenshots or example usage

Confirmed dist/rapidoc-min.js, docs/rapidoc-min.js, dist/rapidoc.js, and docs/rapidoc.js no longer contain any digitaloceanspaces references and now include the callout-icon class.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Requires change to documentation, which has been updated accordingly.

PR #48 changed source only (src/utils/renderBlockquote.js,
src/styles/font-styles.js) and never rebuilt dist/docs, so the
published bundle still referenced the dead vtex-dev-portal-navigation
DigitalOcean Space. This rebuilds dist/ and docs/ so consumers (e.g.
the devportal git submodule) actually get the fix.
@julia-rabello
julia-rabello merged commit 85adf70 into master Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant