<%# --------------------------------------------------------------- # docmd : the zero-config documentation engine. # @website https://docmd.io # [docmd-source] - Please do not remove this header. # --------------------------------------------------------------- %> <% if (optionsMenu && optionsMenu.components) { %>
<% if (optionsMenu.components.search !== false) { %> <% } %> <% if (locals.workspace && workspace.switcher.enabled && workspace.switcher.position === 'options-menu') { %>
<%- await include('project-switcher', { workspace, config, renderIcon, compact: true }) %>
<% } %> <% if (locals.allLocales && allLocales && allLocales.length > 1 && locals.config && config.i18n && config.i18n.position === 'options-menu') { %>
<%- await include('language-switcher', { allLocales, activeLocale: locals.activeLocale, defaultLocale: locals.defaultLocale, config, renderIcon, compact: true, currentPagePath: locals.currentPagePath, localePrefix: locals.localePrefix }) %>
<% } %> <% if (optionsMenu.components.themeSwitch !== false) { %> <% } %> <% if (optionsMenu.components.sponsor) { %> <% } %>
<% } %>