From 56a4bc4370e25b7bce7c6fa1c0e14b89304667d0 Mon Sep 17 00:00:00 2001 From: mrazauskas Date: Wed, 14 May 2025 18:17:34 +0300 Subject: [PATCH] docs: add a link to the `Hooks` interface --- .../docusaurus/docs/advanced/04-technical/plugin-tutorial.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).