Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge api wing lang into learn section #1040

Merged
merged 2 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api_versioned_docs/version-latest/01-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ keywords: [Wing language, api]

- [CLI User Manual](/docs/api/cli)
- Learn and explore the Wing Cli
- [Wing Language](/docs/api/language/variable-declaration)
- Dive deeper into the Wing Language, learn how to [declare variables](/docs/api/language/variable-declaration), [functions](/docs/api/language/functions-example), [structs](/docs/api/language/structs) and much more.
- [Wing Language](/docs/learn)
- Dive deeper into the Wing Language, learn how to [declare variables](/docs/learn/Variables), [functions](/docs/learn/functions), [structs](/docs/learn/structs) and much more.
- [Standard Library](/docs/api/standard-library)
- API references for the Wing standard library and supported modules
- [Language Reference](/docs/api/language-reference)
Expand Down

This file was deleted.

78 changes: 0 additions & 78 deletions api_versioned_docs/version-latest/03-language/02-primitives.md

This file was deleted.

51 changes: 0 additions & 51 deletions api_versioned_docs/version-latest/03-language/03-functions.md

This file was deleted.

107 changes: 0 additions & 107 deletions api_versioned_docs/version-latest/03-language/04-flow-controls.md

This file was deleted.

97 changes: 0 additions & 97 deletions api_versioned_docs/version-latest/03-language/05-optionality.md

This file was deleted.

Loading