notice = (text) -> """
#{_ text}
""" app.templates.singleDocNotice = (doc) -> notice en: """ You're browsing the #{doc.fullName} documentation. To browse all docs, go to #{app.config.production_host} (or pressesc
). """
ja: """ #{doc.fullName} をブラウズしています。すべてのドキュメントを見るには
#{app.config.production_host} へアクセスしてください。(またはesc
を押してください) """
app.templates.disabledDocNotice = ->
notice
en: """ This documentation is disabled.
To enable it, go to Preferences. """
ja: """ このドキュメントは無効です。
有効にするには設定.にアクセスしてください。"""