Skip to content

Commit

Permalink
feat(docs): update docs
Browse files Browse the repository at this point in the history
Updates the Wing docs. See details in [workflow run].

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

------

*Automatically created via the "update-docs" workflow*

Signed-off-by: monabot <[email protected]>
  • Loading branch information
monadabot committed Oct 8, 2024
1 parent 93cee0f commit cda4dd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/quick-share.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ platform:
- "sim"
language:
- "wing"
githubURL: "https://github.com/winglang/website-with-file-uploader"
githubURL: "https://github.com/winglang/quickshare-demo"
repoDirectory: "/"
coverImage: "/img/examples/quickshare.png"
coverImageInPage: true
resources:
- label: "Deploy your own version of this application"
href: "https://github.com/winglang/website-with-file-uploader"
href: "https://github.com/winglang/quickshare-demo"
authors:
- name: "David Boyne"
role: "Developer Advocate, Wing"
Expand All @@ -25,9 +25,9 @@ cloudResources:
- api
---

This demo application shows how you can write Wing applications with cloud primitives and custom abstractions into services, routes and listening to database changes.
This demo application ([source code](https://github.com/winglang/quickshare-demo)) shows how you can write Wing applications with cloud primitives and custom abstractions into services, routes and listening to database changes.

To use the application
To use the application:

- Make sure you have Wing installed and clone the repo.
- Run `wing it` in the `backend` project directory
Expand All @@ -43,4 +43,4 @@ This application consists of a collection of cloud primitives with Wing and wing
- [Cloud functions](https://www.winglang.io/docs/api/standard-library/cloud/function) - Compute to process API requests, queues and database changes.
- [Queues](https://www.winglang.io/docs/api/standard-library/cloud/queue) - To handle sending the email, configured DLQ on the queue
- [winglib DynamoDB](https://www.winglang.io/docs/winglibs/dynamodb) - Single table design to store friends and spaces into the database.
- [winglib email](https://www.winglang.io/docs/winglibs/email) - To send emails to friends.
- [winglib email](https://www.winglang.io/docs/winglibs/email) - To send emails to friends.

0 comments on commit cda4dd0

Please sign in to comment.