Changelog

Changelog

Experimentalv0.2.0-beta

This page tracks changes to the docs system structure and conventions.

0.2.0-beta

  • Added Annotation, Details, Steps/Step, and FileTree/FileTreeItem components to support annotations, collapsible sections, step flows, and file hierarchies in MDX
  • Added Cards and Badge components (including inline syntax) and refreshed component docs/examples
  • Extended the MDX pipeline to recognize new directives and render math via remark-math + rehype-katex
  • Improved sidebar navigation behavior with a clearer close button
  • Refined global body/html styles for better responsiveness and scrolling
  • Cleaned up documentation links and expanded remarkCodeTabs typing to include TableNode

0.1.5-alpha

  • SearchModal improvements with highlighted terms and clearer snippets (ellipsis, focus handling, autoFocus)
  • Introduced CopyPageButton and Toc components for page copy and scroll-aware TOC
  • Added CodeTabs and FeatureMatrix components for code switching and capability comparison
  • Updated MDX rendering to support new directives (remark-directive, remark-code-tabs)
  • Expanded component docs and examples (components.mdx updates in both English and Chinese)

0.1.0-alpha

  • Initialize Next.js App Router docs shell (MDX rendering, three-column layout, TOC, sidebar)
  • Establish content/ as the single source of truth with cn/en structure and auto nav/route generation
  • Search modal with full-text fuzzy matching and content snippets
  • Theme switcher, route loading skeleton, mobile sidebar interactions
  • Doc components: Callout (Tip/Info/Warning/Deprecated), DiffBlock, Columns, CodeBlock
  • Build-time docs validation and configuration system
  • Lightweight syntax highlighting (rehype-highlight)