Skip to content

Commit

Permalink
Update instruction to generate reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng authored Oct 12, 2024
1 parent fc4f4c7 commit bd26b1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@ Static files (like screenshots) can be included directly in the `runtime`,
## Reference docs

The reference docs served at `/api` are generated via the `deno doc` subcommand.
To generate the reference docs locally, in the `reference_gen` directory, run:
To generate the reference docs locally, run:

```console
deno task types
deno task doc
deno task reference
```

This will generate the reference docs, and you can use the `serve` or `build`
Expand Down

0 comments on commit bd26b1c

Please sign in to comment.