luau/docs/_config.yml

14 lines
480 B
YAML
Raw Normal View History

2020-06-12 02:36:25 -04:00
theme: jekyll-theme-minimal
2020-06-12 02:39:27 -04:00
title: Luau
2020-06-12 02:36:25 -04:00
description: >
A fast, small, safe, gradually typed embeddable scripting language derived from Lua
<hr/>
<a href="why.html">Why Luau?</a><br/>
2020-06-12 02:39:27 -04:00
<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/>
2020-06-12 02:40:39 -04:00
<br/><hr/>