update docs

This commit is contained in:
linpeilie 2023-08-16 10:23:06 +08:00
parent 6e29fdc58b
commit 9e7716d799

View File

@ -4,6 +4,6 @@ export const zhNavbar = navbar([
"/",
{ text: "指南", icon: "api", link: "/guide/class-convert" },
{ text: "更新日志", icon: "blog", link: "/release/log" },
{ text: "MapStruct中文文档", icon: 'read', link: "/mapstruct/1-5-3-Final"}
{ text: "MapStruct中文文档", icon: 'read', link: "/mapstruct/1-5-5-Final"}
]);