README and docs updates#149
Merged
Merged
Conversation
e337cc3 to
1e26e22
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Removes Tryke branding assets (logo/icon) and embedded demo video from the project’s public surfaces (README, docs site, and playground), while refreshing the docs landing page layout to stand on its own without the video/logo.
Changes:
- Removes logo/favicon configuration and OG/Twitter image metadata from the docs theme/config.
- Updates README and docs landing page to remove the embedded demo video; introduces a new homepage hero + feature grid.
- Removes the playground logo chrome (toolbar image + favicon reference).
Reviewed changes
Copilot reviewed 9 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
zensical.toml |
Drops theme logo/favicon and the social image extra config. |
README.md |
Removes the centered icon block and embedded demo video. |
playground/src/Editor/Chrome.tsx |
Removes the toolbar logo image, keeping only the title link. |
playground/index.html |
Removes the favicon link referencing the deleted logo asset. |
docs/stylesheets/extra.css |
Adds styles for the new homepage hero and feature-card grid. |
docs/overrides/main.html |
Removes OG/Twitter image tags that referenced the logo asset. |
docs/overrides/home.html |
Adds a dedicated homepage template with a hero section and CTAs. |
docs/index.md |
Switches to the new homepage template and replaces the video/highlights list with feature cards and refreshed quick-start content. |
.markdownlint-cli2.yaml |
Allows additional HTML elements used in the docs homepage markup. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Context
Remove the branded icon and embedded demo video from the project surfaces.
Changes
Test plan
uv run cargo run -- test --reporter llmuv run cargo nextest run --workspace --all-featurescargo clippy --workspace --all-targets --all-features -- -D warningsuv run zensical build --cleanuvx prek run -a