Skip to content

Commit eda0d0a

Browse files
authored
chore(docs): api-plugin and features apply outline deep (#14282)
1 parent a995907 commit eda0d0a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/guide/api-plugin.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
outline: [2, 3]
3+
---
4+
15
# Plugin API
26

37
Vite plugins extends Rollup's well-designed plugin interface with a few extra Vite-specific options. As a result, you can write a Vite plugin once and have it work for both dev and build.

docs/guide/features.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
outline: [2, 3]
3+
---
4+
15
# Features
26

37
At the very basic level, developing using Vite is not that much different from using a static file server. However, Vite provides many enhancements over native ESM imports to support various features that are typically seen in bundler-based setups.

0 commit comments

Comments
 (0)