Skip to content

Commit 926b3e2

Browse files
committed
docs: document generating function documentation
Signed-off-by: Jack Wilsdon <jack+github@wilsdon.me>
1 parent 774c4b6 commit 926b3e2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,10 @@ cd ../ # main project directory
4747

4848
go run ./docs/hack/config/schemas/main.go
4949
```
50+
51+
### Generate Function Docs
52+
```bash
53+
cd ../ # main project directory
54+
55+
go run ./docs/hack/functions/main.go
56+
```

0 commit comments

Comments
 (0)