GRO-683 - 2 - Use astro instead of jekyll to render all individual doc pages - #1243
Open
bpander wants to merge 27 commits into
Open
GRO-683 - 2 - Use astro instead of jekyll to render all individual doc pages#1243bpander wants to merge 27 commits into
bpander wants to merge 27 commits into
Conversation
bpander
force-pushed
the
gro-683-2-docs
branch
2 times, most recently
from
July 20, 2026 16:06
056bd4e to
5a93c82
Compare
bpander
force-pushed
the
gro-683-2-docs
branch
4 times, most recently
from
August 4, 2026 20:27
b6d3d02 to
078709a
Compare
bpander
marked this pull request as ready for review
August 5, 2026 20:53
gantoreno
requested changes
Aug 10, 2026
gantoreno
left a comment
Contributor
There was a problem hiding this comment.
Amazing work! Spotted a couple of things
…t doesn't crash on old md errors that jekyll was fine with)
…tting removed from code snippets too)
…current max) on older versions
…en code snippets don't specify a language which caused hljs to auto-assign one which was usually wrong. Combined it with inline code snippet fix.
…(e.g. api.json) are copied over
…t there's no more jekyll docs collection
…rom (match existing jekyll behavior) + fix prod sitemap output
…ge (to match existing jekyll behavior)
bpander
force-pushed
the
gro-683-2-docs
branch
from
August 10, 2026 20:20
15996c5 to
63b0888
Compare
…g in custom include (mirroring jekyll)
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.
GRO-683
Does what it says on the tin.
_docscollection is rendered via astro with this PR instead of jekyll.PR ENV: https://gro-683-2-docs.dkkh35gceu2po.amplifyapp.com/docs/latest/
TLDR: Everything should look and function the same as before; it just uses astro instead of jekyll for the vast majority of pages.
Specific areas to test:
bun devto make sure docs works well locally too - http://localhost:4321/docs/latest/There's probably more I'm forgetting. There's like 10k pages. Go nuts!