docs: add per-mode pages under data-acceleration/refresh-modes#1654
Merged
Conversation
Adds dedicated sub-pages for each refresh mode (full, append, changes, snapshot) alongside the existing caching page, plus an index landing page so the sidebar renders as a 'Refresh Modes' category. Updates data-refresh.md to link to all mode sub-pages.
✅ Pull with Spice PassedPassing checks:
|
|
🚀 deployed to https://c07a221c.spiceai-org-website.pages.dev |
phillipleblanc
approved these changes
May 6, 2026
|
🚀 deployed to https://e49ca40b.spiceai-org-website.pages.dev |
|
🚀 deployed to https://99afcea1.spiceai-org-website.pages.dev |
|
🚀 deployed to https://b50b741d.spiceai-org-website.pages.dev |
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.
Summary
Fixes the sidebar entry for Data Acceleration > Refresh Modes and adds dedicated sub-pages for each refresh mode.
Previously the
refresh-modes/folder only containedcaching.md, so the sidebar showed a bare folder with one child. This PR:index.mdlanding page so the sidebar renders as a proper Refresh Modes category with an overview table.full,append,changes, andsnapshot(alongside the existingcachingpage).data-refresh.mdto link to all five mode sub-pages.Content for the new pages is consolidated from the existing prose in
data-refresh.mdandreference/spicepod/datasets.md. The cross-cutting refresh behavior (intervals, retries, retention, on-zero-results, etc.) intentionally remains ondata-refresh.mdand is linked from each mode page.Files
website/docs/features/data-acceleration/refresh-modes/index.md(new)website/docs/features/data-acceleration/refresh-modes/full.md(new)website/docs/features/data-acceleration/refresh-modes/append.md(new)website/docs/features/data-acceleration/refresh-modes/changes.md(new)website/docs/features/data-acceleration/refresh-modes/snapshot.md(new)website/docs/features/data-acceleration/data-refresh.md(updated link list)