Skip to content

README and docs updates#149

Merged
thejchap merged 2 commits into
mainfrom
codex/remove-brand-assets
Jul 4, 2026
Merged

README and docs updates#149
thejchap merged 2 commits into
mainfrom
codex/remove-brand-assets

Conversation

@thejchap

@thejchap thejchap commented Jul 4, 2026

Copy link
Copy Markdown
Owner

Context

Remove the branded icon and embedded demo video from the project surfaces.

Changes

  • Remove the icon from the README, docs theme and social metadata, and playground chrome.
  • Delete the docs and playground logo assets.
  • Remove the embedded video from the README and docs landing page.

Test plan

  • uv run cargo run -- test --reporter llm
  • uv run cargo nextest run --workspace --all-features
  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • uv run zensical build --clean
  • uvx prek run -a

@thejchap thejchap force-pushed the codex/remove-brand-assets branch from e337cc3 to 1e26e22 Compare July 4, 2026 16:23
@thejchap thejchap changed the title Remove branded icon and embedded video README and docs updates Jul 4, 2026
@thejchap thejchap added documentation Improvements or additions to documentation area: docs tryke.dev site and top-level README labels Jul 4, 2026
@thejchap thejchap marked this pull request as ready for review July 4, 2026 16:28
Copilot AI review requested due to automatic review settings July 4, 2026 16:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@thejchap thejchap merged commit dfdf02c into main Jul 4, 2026
25 checks passed
@thejchap thejchap deleted the codex/remove-brand-assets branch July 4, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs tryke.dev site and top-level README documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants