Skip to content

Commit

Permalink
docs: document generating function documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Wilsdon <[email protected]>
  • Loading branch information
jackwilsdon committed Dec 4, 2023
1 parent 774c4b6 commit 926b3e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ cd ../ # main project directory

go run ./docs/hack/config/schemas/main.go
```

### Generate Function Docs
```bash
cd ../ # main project directory

go run ./docs/hack/functions/main.go
```

0 comments on commit 926b3e2

Please sign in to comment.