mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 22:35:43 +08:00
d04a41fcff
Use minimal-mistakes theme. Add a splash front page and a getting started page.
22 lines
380 B
YAML
22 lines
380 B
YAML
main:
|
|
- title: Home
|
|
url: /
|
|
- 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: Typechecking
|
|
url: /typecheck
|