You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here’s the list of Astro-related actions we identified in twbs/bootstrap#41251, which we voluntarily postponed as they were deemed lower priority:
<ScssDocs> renders // scss-docs-start and // scss-docs-end in /customize/color-modes#sass-variables and shouldn't. It's because this is a special use case where there's a // scss-docs-start sass-dark-mode-vars wrapper that can contains several // scss-docs-start theme-*-dark-variables blocks...
<ScssDocs> renders // scss-docs-start vr-variables (and // scss-docs-end) in /docs/5.3/content/typography and shouldn't
/docs/5.3/examples/dashboard-rtl/ and /docs/5.3/examples/dashboard-rtl behave differently in dev mode, depending on whether the trailing slash is present. This affects CSS and JS not loading (the local server looks for /docs/5.3/examples/dashboard.css for instance), though the issue does not occur on production, on Netlify. Please note that when you're navigating in the website by following the links, it works well.
Check Mark's feedback (March, 8) -> "One thing I've noticed is I think I need to kill server often when rebuilding Bootstrap CSS".
Switch from Prism to Shiki OR improve the syntax highlighting rendering (the colors react to light/dark mode, but aren't exactly the same as Bootstrap. It might be re-plugged or handled differently to have the same rendering)
Check Expressive Code for an accessible rendering of syntax highlighting
Add some Typescript checks such as astro check --root site, tsc -p site --noEmit
Improve ResponsiveImage.astro component to implement the equivalent of Hugo's imageConfig and calculate the width and height of the image automatically
Accessibility: find a way to add an aria-label to the anchor links in the docs (see 688d7e3). Could be suggested upstream as difficult to implement from our own code.
Check whether we need to use defer like in 45fe28c, or we keep the using scripts in site/assets/*
&& rm -rf _site && cp -r site/dist _site was temporary to make Netlify works as it checks the built content in _site. It would need a live coding session with access to the Netlify account to change that.
Here’s the list of Astro-related actions we identified in twbs/bootstrap#41251, which we voluntarily postponed as they were deemed lower priority:
<ScssDocs>renders// scss-docs-startand// scss-docs-endin /customize/color-modes#sass-variables and shouldn't. It's because this is a special use case where there's a// scss-docs-start sass-dark-mode-varswrapper that can contains several// scss-docs-start theme-*-dark-variablesblocks...<ScssDocs>renders// scss-docs-start vr-variables(and// scss-docs-end) in /docs/5.3/content/typography and shouldn't/docs/5.3/examples/dashboard-rtl/and/docs/5.3/examples/dashboard-rtlbehave differently in dev mode, depending on whether the trailing slash is present. This affects CSS and JS not loading (the local server looks for/docs/5.3/examples/dashboard.cssfor instance), though the issue does not occur on production, on Netlify. Please note that when you're navigating in the website by following the links, it works well.watchnpm scripts (see Remove unused npm watch scripts #41584 and Remove unused npm watch scripts #41584 (comment))<div class="bd-example">...</div>by<Example showMarkup={false} code={...} />.bd-exampleclass #41556astro check --root site,tsc -p site --noEmitResponsiveImage.astrocomponent to implement the equivalent of Hugo'simageConfigand calculate the width and height of the image automaticallyaria-labelto the anchor links in the docs (see 688d7e3). Could be suggested upstream as difficult to implement from our own code.deferlike in 45fe28c, or we keep the using scripts insite/assets/*&& rm -rf _site && cp -r site/dist _sitewas temporary to make Netlify works as it checks the built content in_site. It would need a live coding session with access to the Netlify account to change that.