PRDCT-373: task-oriented "Load Data from Snowflake" how-to#994
Draft
Iamfle4ka wants to merge 2 commits into
Draft
PRDCT-373: task-oriented "Load Data from Snowflake" how-to#994Iamfle4ka wants to merge 2 commits into
Iamfle4ka wants to merge 2 commits into
Conversation
Add the first Diátaxis how-to page — one task start to finish with literal control names and navigation paths — plus the How-to Guides section in the sidebar. Authoring infrastructure for task pages: - `src/content.config.ts`: optional task-page frontmatter fields (`keywords`, `task`, `audience`, `last_verified`, `related`) feeding search, RAG, and freshness tracking. - `scripts/new-page.mjs` + `scripts/templates/task-page-template.md`: scaffold new task pages; `npm run new:page`. - `_data/navigation.yml` + regenerated `src/sidebar.mjs`. Child of PRDCT-372 (Snowflake split, #988): the reference/explanation halves ship there; this is the how-to half. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Scaffolded pages only carried title/slug/description while content.config.ts, task-page-template.md and the docs-page PR checklist expect keywords/task/ audience/last_verified/related — so every scaffold failed its own Stage-4 gate. Also escape regex metacharacters in --section before building the nav-insert pattern. Co-Authored-By: Claude Fable 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.
What
Adds the first Diátaxis how-to page — one task start to finish with literal control names and navigation paths — plus a How-to Guides section in the sidebar.
Authoring infrastructure for task pages:
src/content.config.ts: optional task-page frontmatter (keywords,task,audience,last_verified,related) feeding search, RAG, and freshness tracking.scripts/new-page.mjs+scripts/templates/task-page-template.md: scaffold new task pages;npm run new:page._data/navigation.yml+ regeneratedsrc/sidebar.mjs.Scope
Child of PRDCT-372 (Snowflake split, #988): the reference/explanation halves ship there; this is the how-to half.
npm run buildis clean (256 pages).Linear: PRDCT-373
🤖 Generated with Claude Code