From cda4dd0c19346be2bf7c0626eee54abfe3105959 Mon Sep 17 00:00:00 2001 From: monabot Date: Tue, 8 Oct 2024 00:14:59 +0000 Subject: [PATCH] feat(docs): update docs 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 --- examples/quick-share.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/quick-share.md b/examples/quick-share.md index 49920992..ed5a9d80 100644 --- a/examples/quick-share.md +++ b/examples/quick-share.md @@ -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" @@ -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 @@ -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. \ No newline at end of file +- [winglib email](https://www.winglang.io/docs/winglibs/email) - To send emails to friends.