feat(guide): add base document metadata [Codex] - #1348
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
guide | d7e7a4b | Commit Preview URL Branch Preview URL |
Sep 13 2026, 07:37 PM |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d39092c90c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Keep shared favicon assets while leaving install-manifest ownership to a future guide-specific implementation.
Keep the tracked ReScript output aligned with the repository formatting gate.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f9109eebd0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Guide Cloudflare deployment⛅️ wrangler 4.114.0
Total Upload: 0.31 KiB / gzip: 0.22 KiB To deploy this version to production traffic use the command wrangler versions deploy Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy |
Cloudflare deploymentDeployement ID: cc4b1d8c-9b13-44d3-86d3-b1ce3ad4da39 ⛅️ wrangler 4.114.0 ✨ Uploading _redirects |
The standalone guide currently has only a document title, so browser chrome and installed-app surfaces lack a description, theme color, and official ReScript icon references.
This adds the guide application name, a concise non-lesson description, and theme color to the root document. It reuses the repository's official favicon set as the guide's Vite public directory, keeping the deployed assets scoped to the favicon files without duplicating branding.
Canonical URLs, robots behavior, and a social-preview image remain intentionally undecided because they depend on the guide's public-domain and discovery decisions.