DynamoDB Rebootstrapping docs#1354
Merged
phillipleblanc merged 2 commits intoFeb 10, 2026
Merged
Conversation
✅ Pull with Spice PassedPassing checks:
|
phillipleblanc
approved these changes
Feb 10, 2026
Jeadie
added a commit
that referenced
this pull request
Feb 10, 2026
* Mark Snapshots as RC quality (#1353) * Snapshots RC quality * Remove preview admonition for acceleration snapshots --------- Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech> * DynamoDB Rebootstrapping docs (#1354) * DynamoDB Rebootstrapping docs * Add reinitializations metric to DynamoDB Streams metrics table --------- Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech> * docs: Add response_status column to HTTP(s) connector docs (#1355) * docs: Add FlightSQL cookie middleware support note (#1356) * docs: Remove outdated 'No Snapshot Support' limitation from Cayenne (#1357) * update acknowledgements --------- Co-authored-by: Viktor Yershov <viktor@spice.ai> Co-authored-by: jeadie <jack@spice.ai>
ewgenius
pushed a commit
that referenced
this pull request
Feb 11, 2026
* Mark Snapshots as RC quality (#1353) * Snapshots RC quality * Remove preview admonition for acceleration snapshots --------- Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech> * DynamoDB Rebootstrapping docs (#1354) * DynamoDB Rebootstrapping docs * Add reinitializations metric to DynamoDB Streams metrics table --------- Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech> * docs: Add response_status column to HTTP(s) connector docs (#1355) * docs: Add FlightSQL cookie middleware support note (#1356) * docs: Remove outdated 'No Snapshot Support' limitation from Cayenne (#1357) * update acknowledgements --------- Co-authored-by: Viktor Yershov <viktor@spice.ai> Co-authored-by: jeadie <jack@spice.ai>
ewgenius
added a commit
that referenced
this pull request
Feb 11, 2026
* Update version references in documentation and scripts for v2.1 release * Handle major versions * Fix merge conflicts * Release Post for v1.11.0 (#1346) * Fix additional links and manually manage versions (#1347) * Make versions.json manually managed instead of auto-generated - Modified generate-versions.sh to read from existing versions.json - Removed versions.json from .gitignore - Script now uses jq to parse the manually managed versions list * Fix deprecation: move onBrokenMarkdownLinks to markdown.hooks * Additional fixes * Additional fixes * Fix broken markdown links in trunk docs Fixed index.md link resolution issues where links from index.md files resolve from the parent URL. Changed paths like: - ../../components/ to ../components/ - ./subdir to parent/subdir - ../sibling to sibling Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix use-cases links and enable strict link checking - Fixed index.md link resolution in use-cases subdirectories - Changed ../../../features/ to ../../features/ - Removed /index suffixes from links - Changed docusaurus config to throw on broken links Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix broken relative links in trunk documentation - Fix incorrect ../secret-stores paths in postgres data-accelerator and data-connector - Fix monitoring page links to use ./datadog, ./grafana, ./zipkin - Fix datatypes page link to use ../sql/operators - Fix spicepod reference links to use ./ prefix for relative paths Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix additional broken relative links in trunk - Fix secret-stores links to include components/ path - Fix monitoring index.md links to use monitoring/ prefix - Fix spicepod index.md links to use spicepod/ prefix - Fix sql index.md links to use sql/ prefix - Fix runtime.md links to use correct depth (../ → ../../../) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix relative links in trunk index.md files - Fix secret-stores/index.md links to use secret-stores/ prefix - Fix cli/reference/index.md links to use reference/ prefix Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Remove blockchain image from community page * Release Post for v1.11.1 (#1365) * Fix internal links - remove .md extensions for Docusaurus compatibility * Fix broken relative links - add .md extensions * Fix broken markdown links - remove .md extensions Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Fix broken markdown links by removing /index suffix (release/1.11) Remove /index suffix from all markdown links to comply with Docusaurus 3.x link resolution requirements. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix non-markdown relative links in index.md files for Docusaurus URL resolution Docusaurus resolves non-markdown links (without .md/.mdx extension) from the URL path rather than the file system path. For index.md files, this means relative links like ../../ and ./ resolve differently than expected: - Depth-1: ../X → X, ./X → dirname/X - Depth-2: ../../X → ../X, ./X → dirname/X, ../sibling → sibling Updated 48 index.md files across all documentation sections. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Fix 3 remaining broken non-markdown links in index.md files - data-accelerators/index.md: ./postgres/ → data-accelerators/postgres/ - deployment/aws/index.md: ./integrations → aws/integrations - features/query-federation/index.md: ../distributed-query → distributed-query, ../caching → caching Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Enable strict broken link checking in Docusaurus build Set onBrokenAnchors, onBrokenLinks, and onBrokenMarkdownLinks to 'throw' now that all broken links across all versioned docs have been fixed. Also add website/versions.json to .gitignore since it's generated. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Fix root index.mdx and sdks/java links for latest-version URL mapping When 1.11.x is the "latest" version (path=''), the URL base is /docs instead of /docs/v1.11, shifting all relative link resolutions by one level. Use .md extensions to force filesystem-based resolution. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * v1.11.1 docs (#1358) * Mark Snapshots as RC quality (#1353) * Snapshots RC quality * Remove preview admonition for acceleration snapshots --------- Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech> * DynamoDB Rebootstrapping docs (#1354) * DynamoDB Rebootstrapping docs * Add reinitializations metric to DynamoDB Streams metrics table --------- Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech> * docs: Add response_status column to HTTP(s) connector docs (#1355) * docs: Add FlightSQL cookie middleware support note (#1356) * docs: Remove outdated 'No Snapshot Support' limitation from Cayenne (#1357) * update acknowledgements --------- Co-authored-by: Viktor Yershov <viktor@spice.ai> Co-authored-by: jeadie <jack@spice.ai> * Updates from trunk (#1361) * Update version references in documentation and scripts for v2.1 release * Handle major versions * Fix merge conflicts * Release Post for v1.11.0 (#1346) * Fix additional links and manually manage versions (#1347) * Make versions.json manually managed instead of auto-generated - Modified generate-versions.sh to read from existing versions.json - Removed versions.json from .gitignore - Script now uses jq to parse the manually managed versions list * Fix deprecation: move onBrokenMarkdownLinks to markdown.hooks * Additional fixes * Additional fixes * Fix broken markdown links in trunk docs Fixed index.md link resolution issues where links from index.md files resolve from the parent URL. Changed paths like: - ../../components/ to ../components/ - ./subdir to parent/subdir - ../sibling to sibling Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix use-cases links and enable strict link checking - Fixed index.md link resolution in use-cases subdirectories - Changed ../../../features/ to ../../features/ - Removed /index suffixes from links - Changed docusaurus config to throw on broken links Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix broken relative links in trunk documentation - Fix incorrect ../secret-stores paths in postgres data-accelerator and data-connector - Fix monitoring page links to use ./datadog, ./grafana, ./zipkin - Fix datatypes page link to use ../sql/operators - Fix spicepod reference links to use ./ prefix for relative paths Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix additional broken relative links in trunk - Fix secret-stores links to include components/ path - Fix monitoring index.md links to use monitoring/ prefix - Fix spicepod index.md links to use spicepod/ prefix - Fix sql index.md links to use sql/ prefix - Fix runtime.md links to use correct depth (../ → ../../../) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix relative links in trunk index.md files - Fix secret-stores/index.md links to use secret-stores/ prefix - Fix cli/reference/index.md links to use reference/ prefix Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Remove blockchain image from community page --------- Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com> Co-authored-by: Wyatt Wenzel <109381471+wyattwenzel@users.noreply.github.com> Co-authored-by: Phillip LeBlanc <phillip@spice.ai> Co-authored-by: Evgenii Khramkov <evgenii@spice.ai> Co-authored-by: Viktor Yershov <viktor@spice.ai> Co-authored-by: Sergei Grebnov <sergei.grebnov@gmail.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> * More docs for v1.11.1 (#1362) * Update version references in documentation and scripts for v2.1 release * Handle major versions * Fix merge conflicts * Release Post for v1.11.0 (#1346) * Fix additional links and manually manage versions (#1347) * Make versions.json manually managed instead of auto-generated - Modified generate-versions.sh to read from existing versions.json - Removed versions.json from .gitignore - Script now uses jq to parse the manually managed versions list * Fix deprecation: move onBrokenMarkdownLinks to markdown.hooks * Additional fixes * Additional fixes * Fix broken markdown links in trunk docs Fixed index.md link resolution issues where links from index.md files resolve from the parent URL. Changed paths like: - ../../components/ to ../components/ - ./subdir to parent/subdir - ../sibling to sibling Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix use-cases links and enable strict link checking - Fixed index.md link resolution in use-cases subdirectories - Changed ../../../features/ to ../../features/ - Removed /index suffixes from links - Changed docusaurus config to throw on broken links Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix broken relative links in trunk documentation - Fix incorrect ../secret-stores paths in postgres data-accelerator and data-connector - Fix monitoring page links to use ./datadog, ./grafana, ./zipkin - Fix datatypes page link to use ../sql/operators - Fix spicepod reference links to use ./ prefix for relative paths Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix additional broken relative links in trunk - Fix secret-stores links to include components/ path - Fix monitoring index.md links to use monitoring/ prefix - Fix spicepod index.md links to use spicepod/ prefix - Fix sql index.md links to use sql/ prefix - Fix runtime.md links to use correct depth (../ → ../../../) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix relative links in trunk index.md files - Fix secret-stores/index.md links to use secret-stores/ prefix - Fix cli/reference/index.md links to use reference/ prefix Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Remove blockchain image from community page * better docs --------- Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com> Co-authored-by: Wyatt Wenzel <109381471+wyattwenzel@users.noreply.github.com> Co-authored-by: Phillip LeBlanc <phillip@spice.ai> Co-authored-by: Evgenii Khramkov <evgenii@spice.ai> Co-authored-by: Viktor Yershov <viktor@spice.ai> Co-authored-by: Sergei Grebnov <sergei.grebnov@gmail.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> * Change broken link and anchor handling to warn instead of throw (#1367) --------- Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com> Co-authored-by: Wyatt Wenzel <109381471+wyattwenzel@users.noreply.github.com> Co-authored-by: Phillip LeBlanc <phillip@spice.ai> Co-authored-by: Jack Eadie <jack@spice.ai> Co-authored-by: Viktor Yershov <viktor@spice.ai> Co-authored-by: Sergei Grebnov <sergei.grebnov@gmail.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
🗣 Description
DynamoDB Rebootstrapping docs