Skip to content

Commit

Permalink
docs(docs): add link to wing templates (#6684)
Browse files Browse the repository at this point in the history
Watching the [latest wing update](https://youtu.be/30DVoyAuwP0?si=plqoNGSMhEkNM-PA&t=478) it was great to see the new slack template, but from what I understand the docs don't explain or link to the templates.

I know we can see templates using the CLI, but this is just small change to help users find templates in other ways.

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
boyney123 authored Jun 12, 2024
1 parent 687fae9 commit 242ffda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/06-tools/01-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Usage:
$ wing new <template>
```

Run `wing new` without any arguments to view the available templates.
Run `wing new` without any arguments to view the available templates or you can [view the templates on GitHub](https://github.com/winglang/wing/tree/main/apps/wing/project-templates/wing).

## Run: `wing run|it`

Expand Down

0 comments on commit 242ffda

Please sign in to comment.