mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
397 B
397 B
Code Tree
Display a file tree alongside code blocks.
Syntax
::: code-tree title="Project Name" height="400px" entry="src/main.ts"
```lang title="src/main.ts"
// code
```
```lang title="package.json"
// code
```
:::
entry: Default expanded file path.titleon code blocks: Defines the file path in the tree.
Import from Directory
@[code-tree](dir_path)