mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 18:30:54 +01:00
docs: Update sidebar nav
This commit is contained in:
parent
34a1340d94
commit
c350af1be5
1 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
||||||
theme: jekyll-theme-minimal
|
theme: jekyll-theme-minimal
|
||||||
title: [Luau | fast, small, safe, gradually typed embeddable scripting language]
|
title: Luau
|
||||||
description: >
|
description: >
|
||||||
A fast, small, safe, gradually typed embeddable scripting language derived from Lua
|
A fast, small, safe, gradually typed embeddable scripting language derived from Lua
|
||||||
<hr/>
|
<hr/>
|
||||||
<a href="why.html">Why Luau?</a><br/>
|
<a href="why.html">Why Luau?</a><br/>
|
||||||
|
<a href="syntax.html">Syntax</a><br/>
|
||||||
|
<a href="sandbox.html">Sandboxing</a><br/>
|
||||||
|
<a href="compatibility.html">Compatibility</a><br/>
|
||||||
|
<a href="lint.html">Linting</a><br/>
|
||||||
|
<a href="typecheck.html">Type checking</a><br/>
|
||||||
|
<a href="performance.html">Performance</a><br/>
|
||||||
|
<hr/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue