wip: fix doctree example
This commit is contained in:
27
lib/threefold/tfgrid3deployer/readme.md
Normal file
27
lib/threefold/tfgrid3deployer/readme.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user