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)