From 585a91e895f6e2d64b1ab7553f486651195157ee Mon Sep 17 00:00:00 2001 From: "qingjie.du" Date: Thu, 2 Jul 2026 18:02:12 +0900 Subject: [PATCH] docs: add GitHub Documentation & Changelog links to footer --- contextwizard_top.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/contextwizard_top.html b/contextwizard_top.html index e9e8106..4f083a7 100644 --- a/contextwizard_top.html +++ b/contextwizard_top.html @@ -1161,6 +1161,18 @@ lang_map.set('ja', 'お問い合わせ'); i18n_messages.set('footer_contact', lang_map); + lang_map = new Map(); + lang_map.set('en', 'Documentation'); + lang_map.set('ja', 'ドキュメント'); + lang_map.set('zh-CN', '文档'); + i18n_messages.set('footer_docs', lang_map); + + lang_map = new Map(); + lang_map.set('en', 'Changelog'); + lang_map.set('ja', '変更履歴'); + lang_map.set('zh-CN', '更新日志'); + i18n_messages.set('footer_changelog', lang_map); + lang_map = new Map(); lang_map.set('en', '© 2026 amiPro, LLC. All rights reserved.'); lang_map.set('ja', '© 2026 amiPro, LLC. All rights reserved.'); @@ -1760,6 +1772,8 @@ Privacy Policy 特定商取引法に基づく表記 Contact + Documentation + Changelog