diff --git a/packages/docusaurus/docs/advanced/04-technical/plugin-tutorial.mdx b/packages/docusaurus/docs/advanced/04-technical/plugin-tutorial.mdx index 093052bd4ae8..4289687de229 100644 --- a/packages/docusaurus/docs/advanced/04-technical/plugin-tutorial.mdx +++ b/packages/docusaurus/docs/advanced/04-technical/plugin-tutorial.mdx @@ -193,6 +193,6 @@ The `YARN_PLUGINS` environment variable is a semicolon-separated list of plugin Packages can use this mechanism to dynamically register plugins and query the Yarn API using commands without having to explicitly depend on the Yarn packages and deal with potential version mismatches. -## Official hooks +## Available hooks -Our new website doesn't support generating the hook list yet; sorry :( +For the list of the available hooks, see documentation of the [Hooks interface](https://yarnpkg.com/api/yarnpkg-core/interface/Hooks).