Interface RendererHooks

Describes the hooks available to inject output in the default theme. If the available hooks don't let you put something where you'd like, please open an issue!

Properties

Applied immediately after the opening <body> tag.

Applied immediately before the closing </body> tag.

content.begin: [DefaultThemeRenderContext]

Applied immediately before the main template.

Applied immediately after the main template.

Applied immediately after the opening <head> tag.

Applied immediately before the closing </head> tag.

pageSidebar.begin: [DefaultThemeRenderContext]

Applied immediately before calling context.pageSidebar.

pageSidebar.end: [DefaultThemeRenderContext]

Applied immediately after calling context.pageSidebar.

sidebar.begin: [DefaultThemeRenderContext]

Applied immediately before calling context.sidebar.

Applied immediately after calling context.sidebar.

Generated using TypeDoc