[DOCS] Add excerpt separator to SedonaDB 0.4.0 release blog post#3086
Merged
Conversation
Adds a `<!-- more -->` excerpt separator after the introduction so that only a short digest is shown on the blog index page, matching the convention used in the 0.2 and 0.3 release posts. Previously the full 0.4.0 post rendered inline on the blog listing, pushing older posts far down the page.
jiayuasu
added a commit
that referenced
this pull request
Jun 26, 2026
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.
Did you read the Contributor Guide?
Is this PR related to a ticket?
[DOCS] my subjectWhat changes were proposed in this PR?
The SedonaDB 0.4.0 release blog post (
docs/blog/posts/intro-sedonadb-0-4.md) was missing the<!-- more -->excerpt separator. As a result, the entire post (the full ~11 min read, including all code samples and output tables) rendered inline on the blog index page, pushing all older posts far down the page.This PR adds the
<!-- more -->marker right after the introductory paragraphs (before## Release Highlights), so the blog index shows only a short digest with a "Continue reading" link. This matches the convention already used in the 0.2 and 0.3 release posts.How was this patch tested?
Documentation-only change. Verified that the 0.2 and 0.3 posts use the same
<!-- more -->marker in the same position.Did this PR include necessary documentation updates?