wip: fix doctree example

This commit is contained in:
2024-12-30 12:22:36 +02:00
parent 523a58cfec
commit e34a770cc6
278 changed files with 19517 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
# tfgrid3deployer
To get started
```vlang
import freeflowuniverse.herolib.clients. tfgrid3deployer
mut client:= tfgrid3deployer.get()!
client...
```
## example heroscript
```hero
!!tfgrid3deployer.configure
secret: '...'
host: 'localhost'
port: 8888
```