diff --git a/docs/_static/forum-logo-wink.png b/docs/_static/forum-logo-wink.png new file mode 100644 index 000000000..20bc16b70 Binary files /dev/null and b/docs/_static/forum-logo-wink.png differ diff --git a/docs/_static/forum-logo.gif b/docs/_static/forum-logo.gif new file mode 100644 index 000000000..ba9ebd146 Binary files /dev/null and b/docs/_static/forum-logo.gif differ diff --git a/docs/_static/pymupdf-console.html b/docs/_static/pymupdf-console.html deleted file mode 100644 index e2502aae6..000000000 --- a/docs/_static/pymupdf-console.html +++ /dev/null @@ -1,280 +0,0 @@ - - -
- - - - - - - - - - - - diff --git a/docs/footer.rst b/docs/footer.rst index b0599d553..7e652a942 100644 --- a/docs/footer.rst +++ b/docs/footer.rst @@ -12,7 +12,10 @@ if (docLanguage == "ja") { if (str == "Find #pymupdf on Discord") { return "Discordの #pymupdf を見つける"; - } else if (str == "This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of that license. Refer to licensing information at artifex.com or contact Artifex Software Inc., 39 Mesa Street, Suite 108A, San Francisco CA 94129, United States for further information.") { + } else if (str == "Have a question? Need some answers? ") { + return "質問がありますか?答えが必要ですか?"; + } + else if (str == "This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of that license. Refer to licensing information at artifex.com or contact Artifex Software Inc., 39 Mesa Street, Suite 108A, San Francisco CA 94129, United States for further information.") { return "このソフトウェアは無保証で提供されており、明示または黙示を問わず、いかなる保証もありません。このソフトウェアはライセンスの下で配布され、ライセンスの条件に明示的に許可されている場合を除き、コピー、変更、または配布してはなりません。ライセンシング情報については、artifex.comでライセンス情報を参照するか、アメリカ合衆国カリフォルニア州サンフランシスコのArtifex Software Inc. までお問い合わせください。" @@ -23,6 +26,7 @@ } document.getElementById("findOnDiscord").innerHTML = getHeaderAndFooterTranslation("Find #pymupdf on Discord"); + document.getElementById("forumCTAText").innerHTML = getHeaderAndFooterTranslation("Have a question? Need some answers? "); document.getElementById("footerDisclaimer").innerHTML = getHeaderAndFooterTranslation("This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of that license. Refer to licensing information at artifex.com or contact Artifex Software Inc., 39 Mesa Street, Suite 108A, San Francisco CA 94129, United States for further information."); diff --git a/docs/header.rst b/docs/header.rst index 083ae78f6..9f4bfc417 100644 --- a/docs/header.rst +++ b/docs/header.rst @@ -114,7 +114,9 @@