Skip to content

Commit

Permalink
docs: link to the config and using plugin sections from getting start…
Browse files Browse the repository at this point in the history
…ed (#13472)
  • Loading branch information
patak-dev authored Jun 9, 2023
1 parent 0464398 commit 0c673b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Vite (French word for "quick", pronounced `/vit/`<button style="border:none;padd

- A build command that bundles your code with [Rollup](https://rollupjs.org), pre-configured to output highly optimized static assets for production.

Vite is opinionated and comes with sensible defaults out of the box, but is also highly extensible via its [Plugin API](./api-plugin) and [JavaScript API](./api-javascript) with full typing support.
Vite is opinionated and comes with sensible defaults out of the box. Read about what's possible in the [Features Guide](./features). Support for frameworks or integration with other tools is possible through [Plugins](./using-plugins). The [Config Section](../config/) explains how to adapt Vite to your project if needed.

Vite is also highly extensible via its [Plugin API](./api-plugin) and [JavaScript API](./api-javascript) with full typing support.

You can learn more about the rationale behind the project in the [Why Vite](./why) section.

Expand Down

0 comments on commit 0c673b0

Please # to comment.