Add playground to nav, open-in-playground buttons, deps migration#17
Merged
Conversation
…ocks Add playground link to the navigation bar alongside docs. Fink code blocks now have a subtle icon in the top-right corner that opens the snippet in the playground. Source is encoded at build time using the same deflate-raw + base62 scheme the playground uses for URL hashes.
Swap generic external-link icon for the fink bird SVG with original beak colour. Set default opacity to 0.2 for better visibility.
- Move asset dependencies from build/assets/ to .deps/ (gitignored) - Add brand as a release dependency (v1.0.0), build generates logo, favicons (downscaled via image crate), and social image from it - Remove brand assets from static/ — now sourced from .deps/brand/ - Pin fink crate to tag v0.1.0 instead of branch main - Add check-deps command that queries GitHub API for newer releases of all dependencies (git crates and asset deps) - Clean up stale playground gitignore entries - Update CLAUDE.md to document new project layout
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
build/assets/to.deps/(gitignored)imagecrate), and social image from itstatic/— now sourced from.deps/brand/tag = "v0.1.0"instead ofbranch = "main"check-depscommand that queries GitHub API for newer releasesTest plan
cargo run -- build— brand assets generated inbuild/site/cargo run -- check-deps— all deps reportedcargo run -- update-deps— fetches to.deps/