PRDCT-372: split snowflake transformation page#988
Open
Iamfle4ka wants to merge 5 commits into
Open
Conversation
Lets every revamped page declare the single reader need it serves (how-to | reference | explanation) plus user-vocabulary keywords for search/RAG. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…nation Splits the frankenstein Snowflake transformation page into three Diátaxis pages, each serving one reader need. Product facts that could not be verified against component code (no schema in this repo) are flagged inline with TODO(human-review). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Keeps the old /transformations/snowflake-plain/ URL serving a short hub and preserves redirect_from: /transformations/snowflake/ (verified 301 → hub). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Ready for Issue B (scaling the split to the remaining ~15 frankensteins). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Closes PRDCT-372
Pilot of the Diátaxis split for a single page — the Snowflake transformation page. It validates the pattern, page template, and checklist now reused to split the whole Transformations section (PRDCT-376, stacked on this branch).
BEFORE → AFTER
/transformations/snowflake/still 301s to the hub.Frontmatter & schema
Every page carries
title, description, keywords, type(+redirect_fromon the hub). Schema extended with optionalkeywords+type.Reusable artifacts
revamp/diataxis-page-template.mdandrevamp/diataxis-split-checklist.mdfor scaling to the rest of the section.Human-review queue
Product facts that couldn't be verified against the component config schema (not in this repo) are flagged inline with
TODO(human-review)— nothing invented or renamed: backend sizes + default, 7,200 s query timeout, 8,192-char comment segfault,ABORT_TRANSFORMATIONsemantics, AWS-US timestamp parameter overrides, copy/clone loading types, Free-Plan backend availability, and a few exact UI labels.Verification
npm run buildclean; the/transformations/snowflake/→ hub redirect and all cross-page anchors resolve;audit-phase2.mjsclean on the pilot pages.Note: the page-type classification (Block 0) comes from the PRDCT-354 audit; audience / source-of-truth tags are content-derived pending that input.
🤖 Generated with Claude Code