From 0d4fb6268e35dc6c1d16cb99ecb26599222d4db7 Mon Sep 17 00:00:00 2001 From: sapphi-red Date: Tue, 19 Apr 2022 01:57:20 +0900 Subject: [PATCH] docs: add link to "Using Plugins" from Plugins section --- docs/plugins/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugins/index.md b/docs/plugins/index.md index 6d81a060cf8883..0a8803ba2d3b9a 100644 --- a/docs/plugins/index.md +++ b/docs/plugins/index.md @@ -4,6 +4,8 @@ Vite aims to provide out-of-the-box support for common web development patterns. Before searching for a Vite or Compatible Rollup plugin, check out the [Features Guide](../guide/features.md). A lot of the cases where a plugin would be needed in a Rollup project are already covered in Vite. ::: +Check out [Using Plugins](../guide/using-plugins) for information on how to use plugins. + ## Official Plugins ### [@vitejs/plugin-vue](https://github.com/vitejs/vite/tree/main/packages/plugin-vue)