docs: vendor the landing-page build; examples showcase + full stats#41
Merged
Conversation
The fleet site-template only scaffolds new tool repos — after that each tool's site evolves independently. Vendors the template (build_site.py, template.html.j2, tokens.css, fonts) into scripts/site/ and points pages.yml at it, removing the deploy-time metarepo checkout. On the vendored copy, the landing page now reads examples/gallery.json: an Examples nav item, an Examples section with 16:9 hero cards linking to the gallery, and hero stats extended with snippets/templates/examples counts from the CI-gated plugin.json (12/6/17/2/4 instead of 12/6). Landing build outputs (docs/index.html, docs/fonts/, docs/assets/) are now gitignored; docs/gallery/ stays committed. AGENTS.md documents the pages.yml flow. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Review the following changes in direct dependencies. Learn more about Socket 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.
Summary
Phase 2 of the site upgrade, localized to this repo (no metarepo work — the fleet template only scaffolds new tools; each tool's site evolves independently after that).
scripts/site/(build_site.py,template.html.j2,tokens.css, fonts) and pointspages.ymlat it — the deploy-time checkout ofDeveloper-Tools-Directoryis gone; the landing page is now fully owned here.examples/gallery.json, renders an Examples section with 16:9 hero cards linking to the gallery, plus an Examples nav item — the gallery is finally discoverable from the landing page.plugin.jsonjoin skills/rules — 12 / 6 / 17 / 2 / 4.docs/index.html,docs/fonts/,docs/assets/) gitignored;docs/gallery/stays committed.pages.ymltriggers extended withscripts/site/**andCHANGELOG.md. AGENTS.md documents the flow.Testing
Built locally with the vendored template and verified in a browser: stats row shows all five counts, Examples nav anchor works, all four hero cards render at 16:9 (fixed an
aspect-ratiovsheightattribute conflict), install steps render their markup via the existing| safefilter, and the gallery page is untouched.🤖 Generated with Claude Code