33 lines
248 B
Markdown
33 lines
248 B
Markdown
# mdbook
|
|
|
|
|
|
|
|
To get started
|
|
|
|
```vlang
|
|
|
|
|
|
|
|
import freeflowuniverse.herolib.clients. mdbook
|
|
|
|
mut client:= mdbook.get()!
|
|
|
|
client...
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
## example heroscript
|
|
|
|
|
|
```hero
|
|
!!mdbook.configure
|
|
secret: '...'
|
|
host: 'localhost'
|
|
port: 8888
|
|
```
|
|
|
|
|