mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 22:35:43 +08:00
1ec7be600c
Full documentation for the standard library, written from scratch by looking at the source code - so hopefully this is reasonably correct/precise. Some of the function descriptions are probably too concise to be easily understandable - we can flesh this out in the future. Some of the type specifications aren't using valid Luau syntax; in particular, I've used "function" or "table" in a few places as a human-friendly notion that any function/table suffices, and the iterator functions just say that they return <iterator> without being specific as to what the signature of the generator is.
26 lines
470 B
YAML
26 lines
470 B
YAML
main:
|
|
- title: News
|
|
url: /news
|
|
- title: Getting Started
|
|
url: /getting-started
|
|
|
|
pages:
|
|
- title: Getting Started
|
|
url: /getting-started
|
|
- title: Why Luau?
|
|
url: /why
|
|
- title: Syntax
|
|
url: /syntax
|
|
- title: Linting
|
|
url: /lint
|
|
- title: Performance
|
|
url: /performance
|
|
- title: Sandboxing
|
|
url: /sandbox
|
|
- title: Compatibility
|
|
url: /compatibility
|
|
- title: Typechecking
|
|
url: /typecheck
|
|
- title: Library
|
|
url: /library
|