You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking issue for a JS plugin mechanism (target: 0.18): projects add or replace page scripts through assets/js/plugins/ plus a params.docsy.plugins entry, with no layout overrides.
Opt-in interactive components built on the mechanism
Decide head-side vs body-end emission for plugin stylesheets (body-end for now)
0.18 upgrade note: previously ignored override paths go live (_partials/algolia/head.html, and the new _partials/scripts/*.html names become overridable), and the internal named templates algolia/head and algolia/scripts no longer exist (replaced by the partials); sites calling or shadowing these will see the change
Tracking issue for a JS plugin mechanism (target: 0.18): projects add or replace page scripts through
assets/js/plugins/plus aparams.docsy.pluginsentry, with no layout overrides._partials/algolia/head.html, and the new_partials/scripts/*.htmlnames become overridable), and the internal named templatesalgolia/headandalgolia/scriptsno longer exist (replaced by the partials); sites calling or shadowing these will see the change