feat: publish the documentation and the card wizard from one Astro site - #489
Merged
martin-mfg merged 22 commits intoAug 23, 2026
Merged
Conversation
|
@marcalexiei is attempting to deploy a commit to the martin-mfg's projects Team on Vercel. A member of the Team first needs to authorize it. |
marcalexiei
force-pushed
the
docs-frontend-astro
branch
from
August 16, 2026 23:15
7e9adf6 to
54c23d8
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
marcalexiei
force-pushed
the
docs-frontend-astro
branch
from
August 19, 2026 02:16
e7c4022 to
b91a859
Compare
Author
marcalexiei
force-pushed
the
docs-frontend-astro
branch
from
August 19, 2026 02:40
b91a859 to
05538de
Compare
martin-mfg
requested changes
Aug 19, 2026
martin-mfg
left a comment
Member
There was a problem hiding this comment.
I haven't completely reviewed all changes yet. But I reviewed most of them and don't want to keep you waiting longer for initial feedback.
Btw, good idea to go with Astro+Starlight instead of MkDocs. 👍
marcalexiei
force-pushed
the
docs-frontend-astro
branch
from
August 19, 2026 12:40
2b20bc5 to
24b8c19
Compare
marcalexiei
force-pushed
the
docs-frontend-astro
branch
from
August 19, 2026 12:43
24b8c19 to
bc40152
Compare
martin-mfg
reviewed
Aug 20, 2026
marcalexiei
force-pushed
the
docs-frontend-astro
branch
from
August 20, 2026 11:45
f501a69 to
be05cde
Compare
martin-mfg
requested changes
Aug 22, 2026
marcalexiei
force-pushed
the
docs-frontend-astro
branch
from
August 22, 2026 19:30
b5c0ea8 to
05aa52f
Compare
marcalexiei
force-pushed
the
docs-frontend-astro
branch
from
August 22, 2026 19:36
05aa52f to
0cccbe7
Compare
marcalexiei
commented
Aug 22, 2026
* url in markdown snippet * links to GitHub's GraphQL API docs had to be updated * remove domain from 2 links to the card wizard * remove domain from 1 link to another doc page
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.

releaseinstead ofmaster#461apps/frontendinto an Astro + Starlight site.Serves the docs at
/frontend/docsand the card wizard at/frontend:one dev server, one build, one deploy, and no Python in
vercel-preparation.shor in the local setup.splashlayout,so it inherits the header, footer and search.
Its own app bar, theme picker and Redux theme slice go away.
Starlight writes the
data-themedaisyUI already reads, so one control themes both halves.*.mdsources move toapps/frontend/src/content/docs/docs/with atitleinfrontmatter and Starlight's
:::noteasides, which lets Astro resolve their links andimages natively (no markdown-conversion code of our own).
starlight-links-validatorthen fails the build on a dead internal link.packages/core/src/themes/README.mdis generated into the site instead; README and CONTRIBUTING links follow the move.index.cssdeclares the cascade-layer order(its utilities must outrank Starlight's reset) and scopes the app's element rules under
.wizard, leaving the site identical on both halves.To try it out just run