Skip to content

Commit

Permalink
chore(docs): inflight doc link to interactive tutorial (#3374)
Browse files Browse the repository at this point in the history
The inlight concept doc now links to the interactive tutorial about preflight-inflight

## Checklist

- [X] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted)
- [X] Description explains motivation and solution
- [ ] Tests added (always)
- [X] Docs updated (only required for features)
- [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Monada Contribution License](https://www.winglang.io/terms-and-policies/contribution-license.html)*.
  • Loading branch information
ShaiBer authored Jul 12, 2023
1 parent 03021cb commit 72c75c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/02-concepts/01-preflight-and-inflight.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: "Wing's two execution phases: preflight and inflight"
keywords: [Inflights, Inflight functions, Preflight, Preflight code]
---

> This content is also available in an [interactive tutorial](https://www.winglang.io/learn/preflight-inflight)
One of the main differences between Wing and other languages is that it unifies both infrastructure definitions and application logic under the same programming model.
This is enabled by the concepts of the *preflight* and *inflight* execution phases:

Expand Down

0 comments on commit 72c75c2

Please sign in to comment.