Skip to content

Releases: LessUp/mini-inference-engine

v1.1.0 - Documentation Rewrite

21 Apr 18:54

Choose a tag to compare

🌐 English

Highlights

This release focuses on documentation improvements and internationalization.

Documentation Improvements

  • Bilingual Documentation: Complete documentation now available in both English and Chinese
  • Professional Documentation Structure: Reorganized docs with clear en/ and zh/ directories
  • Improved Navigation: Added comprehensive navigation and cross-linking
  • Documentation Entry Point: New docs/README.md for easy navigation

New English Documentation

What's Changed

  • Restructured docs/ directory for better organization
  • Improved README.md and added README.zh-CN.md
  • Standardized document formatting and style

Migration Notes

All APIs remain backward compatible. Documentation paths have changed:

Old: docs/QUICK_START.md
New: docs/en/QUICK_START.md or docs/zh/QUICK_START.md

🌐 简体中文

主要更新

本次发布专注于文档改进和国际化支持。

文档改进

  • 双语文档:完整文档现已提供英文和中文版本
  • 专业文档结构:重新组织的 en/zh/ 目录结构
  • 改进的导航:添加了全面的导航和交叉链接

新增中文文档

变更内容

  • 重构 docs/ 目录以获得更好的组织结构
  • 改进 README.md 并新增 README.zh-CN.md
  • 标准化文档格式和样式

迁移说明

所有 API 保持向后兼容。文档路径已更改:

旧路径: docs/QUICK_START.md
新路径: docs/zh/QUICK_START.md 或 docs/en/QUICK_START.md