diff --git a/website/docs/api/plugin-methods/lifecycle-apis.md b/website/docs/api/plugin-methods/lifecycle-apis.md index 4e2d788280e2..322ea9bbf596 100644 --- a/website/docs/api/plugin-methods/lifecycle-apis.md +++ b/website/docs/api/plugin-methods/lifecycle-apis.md @@ -397,6 +397,12 @@ module.exports = function (context, options) { }; ``` +Tags will be added as follows: + +- `headTags` will be inserted before the closing `` tag after scripts added by config. +- `preBodyTags` will be inserted after the opening `` tag before any child elements. +- `postBodyTags` will be inserted before the closing `` tag after all child elements. + ## `getClientModules()` {#getClientModules} Returns an array of paths to the [client modules](../../advanced/client.md#client-modules) that are to be imported into the client bundle.