The Lynx website hosts a blog to share updates, tutorials, and announcements.
All blog posts are located in docs/en/blog/.
.mdx file in docs/en/blog/. The filename will be part of the URL.We provide specialized components for blog listings and author avatars.
<BlogList>Renders the list of blog posts automatically.
Lynx 3.6 is now officially released! This release introduces Lynx for AI to enhance AI-native development capabilities, introduces reactlynx-use for improved developer experience, and enhances CSS capabilities for design expressiveness. On the native side, Lynx 3.6 improves platform integration with standalone BackgroundRuntime and asynchronous TemplateBundle creation on HarmonyOS, along with Auto Layout support for LynxView on iOS.
<BlogAvatar>Renders avatars for blog authors.
You can add new authors in src/components/blog-avatar/authors.json.

The blog index is automatically generated. Ensure your date field is correct so posts are ordered chronologically.
Place images in the public/ directory or relative to the blog post if configured.