Skip to content

Commit ffdeaa4

Browse files
bteaGaubee
authored andcommitted
chore(docs): api-plugin and features apply outline deep (vitejs#14282)
1 parent 7fddbb7 commit ffdeaa4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/guide/api-plugin.md

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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)