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!

Hierarchy

  • RendererHooks

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.

navigation.begin: [DefaultThemeRenderContext]

Applied immediately before calling context.navigation.

navigation.end: [DefaultThemeRenderContext]

Applied immediately after calling context.navigation.

Generated using TypeDoc