Add a FileTree component and convert every directory tree to it

This commit is contained in:
Djeex
2026-09-02 23:02:17 +02:00
parent 940096b2b1
commit 54edbae731
29 changed files with 553 additions and 329 deletions
+10 -8
View File
@@ -62,14 +62,16 @@ sudo mkdir /docker
### Configuration
File structure we will create:
```text [Directory tree]
root
└── docker
└── dockge
└── compose.yml
```
::file-tree
---
label: File structure we will create
tree:
/:
- docker:
- dockge:
- compose.yml
---
::
::steps{level="4"}
#### Create the stack folder