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 PR migrates our documentation to Astro based on previous work at #38319.
🌟 Netlify preview
Sub-tasks
site/assets
(must be the latest versions at the end)becomes
.github/workflows/*
site-new
tosite
site/data/docs-versions.yml
gh-pages
with the same process as before at first./site-new/public/docs/5.3/assets/img/examples/*.png
and./site-new/static/docs/[version]/assets/img/examples/*.png
<ScssDocs
wherefile="site"
-> find thesite-new
reference so thatnpm run astro-build
builds correctlyCode.astro
file<JsDocs>
from 06f7c3b + 34c2725 + e2854b9 (compared tomain
branch)site/layouts/_default/examples.html
with integrity values etc.)/docs/5.3/examples/dashboard-rtl/
and/docs/5.3/examples/dashboard-rtl
might give different results (load or won't load the CSS + JS)./site-new/public/docs/5.3/assets/img/guides/parcel-dev-server.png
versus./site-new/static/docs/[version]/assets/img/guides/parcel-dev-server.png
aria-label
if not present by default in Astroindex.astro
examples, double-check that the external scripts and links have been set with the latest version + integritydefer
(see 45fe28c); do we need that with Astro?TODO(Astro migration)
comments