mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-05-01 12:38:12 +08:00
424 B
424 B
File Tree
Display directory structure using ::: file-tree.
Syntax
Use unordered lists.
++: Added file/dir.--: Deleted file/dir.**name**: Bold name./at end of dir name: Hide contents (if not listed)....or…: Placeholder.
Example
::: file-tree title="Structure" icon="simple"
- root
- .vuepress
- ++ config.ts
- -- old-file.md
- src/
- README.md
- ...
:::