You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed for #7216
This merges the https://www.winglang.io/docs/api/language and https://www.winglang.io/docs/learn sections together.
The information from https://www.winglang.io/docs/api/language was duplicated in the wing learn by sections, and some stuff was missing all together. This just cleans it up.
Next phase it actually reviewing the "Getting Started" and "Learn" sections and stream lining into stuff that makes more sense for people learning Wing. I like have rust have done it (https://www.rust-lang.org/learn) with install and learn, with learn forking off into courses, books, learn by, and examples... I think there is much we can learn from here.
This PR is a small step to that direction.
Use Case
At the moment we have https://www.winglang.io/docs/api/language and https://www.winglang.io/docs/learn, both of them doing very similar things, it would be nice to simplify these.
Proposed Solution
Merge https://www.winglang.io/docs/api/language into the https://www.winglang.io/docs/learn section. This can hopefully simplify the docs, and remove duplicated content across pages.
Implementation Notes
Just make sure we consider redirects in place for users using old links if we are deleting pages.
Component
Documentation
Community Notes
The text was updated successfully, but these errors were encountered: