Files
herolib/lib/web/mdbook/readme.md
Mahmoud Emad 4c01c88b85 WIP: Building hero
- The work is still in progress

Co-authored-by: supermario <mariobassem12@gmail.com>
2025-01-02 19:01:37 +02:00

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
```