Skip to content

feat(website): landing logo images.#1795

Merged
samchon merged 1 commit intomasterfrom
doc/landing-logo
Mar 16, 2026
Merged

feat(website): landing logo images.#1795
samchon merged 1 commit intomasterfrom
doc/landing-logo

Conversation

@samchon
Copy link
Owner

@samchon samchon commented Mar 16, 2026

This pull request updates both documentation and UI components to improve clarity and visual consistency. The most important changes include updating icon usage in the HomeStrengthMovie.tsx feature cards from emojis to image assets, and refining documentation links for accuracy and consistency.

UI improvements:

  • Replaced emoji icons with relevant image assets for all feature cards in HomeStrengthMovie.tsx, providing a more professional and consistent appearance. ([[1]](https://github.com/samchon/typia/pull/1795/files#diff-818f5541e1dcffb0f05ca0d7c1e015824f1a0a452181a8704598981a16a4e927L18-R18), [[2]](https://github.com/samchon/typia/pull/1795/files#diff-818f5541e1dcffb0f05ca0d7c1e015824f1a0a452181a8704598981a16a4e927L28-R28), [[3]](https://github.com/samchon/typia/pull/1795/files#diff-818f5541e1dcffb0f05ca0d7c1e015824f1a0a452181a8704598981a16a4e927L38-R38), [[4]](https://github.com/samchon/typia/pull/1795/files#diff-818f5541e1dcffb0f05ca0d7c1e015824f1a0a452181a8704598981a16a4e927L48-R48), [[5]](https://github.com/samchon/typia/pull/1795/files#diff-818f5541e1dcffb0f05ca0d7c1e015824f1a0a452181a8704598981a16a4e927L58-R58))
  • Modified the FeatureCard component to render icons as images instead of text, ensuring proper display and accessibility. ([website/src/movies/HomeStrengthMovie.tsxL89-R94](https://github.com/samchon/typia/pull/1795/files#diff-818f5541e1dcffb0f05ca0d7c1e015824f1a0a452181a8704598981a16a4e927L89-R94))

Documentation enhancements:

  • Updated documentation links in http.mdx to use absolute paths, improving navigation and link reliability. ([[1]](https://github.com/samchon/typia/pull/1795/files#diff-fd721d3670cc3a91986fec21ce6b794106034318129c2569717c62dcfb40fc76L220-R220), [[2]](https://github.com/samchon/typia/pull/1795/files#diff-fd721d3670cc3a91986fec21ce6b794106034318129c2569717c62dcfb40fc76L328-R328))
  • Corrected the description for the application function in _meta.ts for clarity. ([website/src/content/docs/llm/_meta.tsL4-R4](https://github.com/samchon/typia/pull/1795/files#diff-077ab5b8558ac299b27bd392e001c34468986bb23317e11642e5269b7a1ea740L4-R4))

@samchon samchon self-assigned this Mar 16, 2026
@samchon samchon added the documentation Improvements or additions to documentation label Mar 16, 2026
@samchon samchon marked this pull request as ready for review March 16, 2026 01:19
Copilot AI review requested due to automatic review settings March 16, 2026 01:19
@samchon samchon merged commit 7bceb47 into master Mar 16, 2026
4 checks passed
@samchon samchon deleted the doc/landing-logo branch March 16, 2026 01:19
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the website home “Key Features” cards to use image-based icons (instead of emoji), and adjusts a few LLM docs navigation labels/links for clarity/consistency.

Changes:

  • Replace emoji feature icons with image assets and render them via an <img> element in the home feature cards.
  • Update internal links in llm/http.mdx to use absolute /docs/... paths.
  • Tweak the LLM docs _meta.ts label for application to singular wording.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
website/src/movies/HomeStrengthMovie.tsx Switch feature icons from emoji text to image assets rendered via Box component="img".
website/src/content/docs/llm/http.mdx Update a couple of internal doc links to absolute /docs/... URLs.
website/src/content/docs/llm/_meta.ts Rename the application nav label from plural to singular.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<Box
component="img"
src={props.icon}
alt={props.title}
## Validation Feedback

When used through [MCP](../mcp), [Vercel AI SDK](../vercel), or [Agentica](../chat), `HttpLlm.controller()` embeds [`typia.validate<T>()`](/docs/validators/validate) in every tool for automatic argument validation. When validation fails, the error is returned as text content with inline `// ❌` comments at each invalid property:
When used through [MCP](/docs/llm/mcp), [Vercel AI SDK](/docs/llm/vercel), or [Agentica](/docs/llm/chat), `HttpLlm.controller()` embeds [`typia.validate<T>()`](/docs/validators/validate) in every tool for automatic argument validation. When validation fails, the error is returned as text content with inline `// ❌` comments at each invalid property:
Some LLM SDKs (Anthropic, Vercel AI, LangChain, MCP) parse JSON internally and return JavaScript objects directly. In these cases, use `IHttpLlmFunction.coerce()` instead of `IHttpLlmFunction.parse()` to fix types without re-parsing.

For more details, see [JSON Utilities](../json).
For more details, see [JSON Utilities](/docs/llm/json).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants