/* * decaffeinate suggestions: * DS102: Remove unnecessary code created because of implicit returns * Full docs: https://github.com/decaffeinate/decaffeinate/blob/main/docs/suggestions.md */ const notice = text => `

${text}

`; app.templates.singleDocNotice = doc => notice(` You're browsing the ${doc.fullName} documentation. To browse all docs, go to ${app.config.production_host} (or press esc). ` ); app.templates.disabledDocNotice = () => notice(` This documentation is disabled. To enable it, go to Preferences. ` );