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/5523525017

------

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

Signed-off-by: monabot <[email protected]>
  • Loading branch information
monadabot committed Jul 11, 2023
1 parent e1aafae commit 04956e8
Show file tree
Hide file tree
Showing 7 changed files with 406 additions and 485 deletions.
42 changes: 37 additions & 5 deletions versioned_docs/version-latest/01-start-here/06-learn-more.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,45 @@
---
title: Learn more
id: learn-more
description: Tutorials and Workshopts
keywords: [Wing]
description: Tutorials, Documentation and more resources to help with learning Wing
keywords: [Wing, Tutorial, Documentation, Learn, Resources]
---

To learn more, check out the rest of our docs where we cover all the basics with Wing, or check out our [examples repository](https://github.com/winglang/examples) to see some samples of Wing applications.
To learn more, you can check out our various tutorials and documentation pages and other resources.

### Documentation

Learn about Wing's [core concepts](https://www.winglang.io/docs/category/core-concepts), including Wing's main differentiator, the [preflight and inflight execution phases](https://www.winglang.io/docs/concepts/inflights).

Or check out the documentation of the varios resources in Wing's [standard library](https://www.winglang.io/docs/category/standard-library) which abstracts the cloud.

You can also check out Wing's [toolchain](https://www.winglang.io/docs/category/tools), including the [compiler plugins](https://www.winglang.io/docs/tools/compiler-plugins) that allow you to go below the abstraction layer and tweak the infrastructure definitions directly.

### Interactive Tutorials

[Intro to Wing](https://www.winglang.io/learn/)

[Preflight and Inflight execution phases](https://www.winglang.io/learn/preflight-inflight)

[The Bucket resource](https://www.winglang.io/learn/bucket)

[Introduction to Counter](https://www.winglang.io/learn/counter)

[Working with Queue](https://www.winglang.io/learn/queue)

[The Topic resource](https://www.winglang.io/learn/topic)

### Guides
Check out our [guides](https://www.winglang.io/docs/category/guides) to learn how to use Wing to build real-world applications.

### Examples
Check out our [examples repository](https://github.com/winglang/examples) to see some samples of Wing applications.
There are also smaller code examples by theme in the [docs](https://www.winglang.io/docs/category/examples).

### Playground
Put your skills to the test using the [playground](https://docs.winglang.io/getting-started).

### Community
We also have a [YouTube channel](https://www.youtube.com/@winglangio) where we share clips of demos and guest interviews on our [Twitch show](https://www.twitch.tv/winglangio), and a [blog](https://www.winglang.io/blog).

Finally, we encourage you to join our [Wing Slack](http://t.winglang.io/slack).
We're here to help each other, answer questions, and share our cloud adventures.
Finally, we encourage you to join our [Wing Slack](http://t.winglang.io/slack) where we help each other, answer questions, and share our cloud adventures.
Loading

0 comments on commit 04956e8

Please sign in to comment.