Skip to content

Commit

Permalink
feat(docs): update docs (#998)
Browse files Browse the repository at this point in the history
feat(docs): update docs

Updates the Wing docs. See details in [workflow run].

[Workflow Run]: https://github.com/winglang/docsite/actions/runs/10691956847

------

*Automatically created via the "update-docs" workflow*
  • Loading branch information
monadabot authored Sep 3, 2024
1 parent c0eca83 commit dc5885c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api_versioned_docs/version-latest/02-cli-user-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,14 @@ This will compile your current Wing directory, and bundle it as a tarball that c
See [Libraries](/docs/category/wing-libraries-winglibs) for more details on packaging and consuming Wing libraries.
## Generate Docs: `wing gen-docs`
## Generate Docs: `wing docs`
The `wing gen-docs` command can be used to generate API documentation for your Wing project.
The `wing docs` command can be used to generate API documentation for your Wing project.
Usage:
```sh
$ wing gen-docs
$ wing docs
```
This will generate a file named `API.md` in the root of your project.
Expand Down

0 comments on commit dc5885c

Please sign in to comment.