docs: Add stub documents for all links to point somewhere

This commit is contained in:
Arseny Kapoulkine 2020-06-11 20:44:50 -07:00
parent 1c91ca1f2d
commit 35f337d2ce
4 changed files with 10 additions and 0 deletions

2
docs/lint.md Normal file
View File

@ -0,0 +1,2 @@
Linting
=======

2
docs/performance.md Normal file
View File

@ -0,0 +1,2 @@
Performance
===========

2
docs/sandbox.md Normal file
View File

@ -0,0 +1,2 @@
Sandboxing
==========

4
docs/typecheck.md Normal file
View File

@ -0,0 +1,4 @@
Type checking
=============
Luau supports a gradual type system through the use of type annotations and type inference. One someone gets around to writing this, this will have documentation on the details of the type system and examples of common problems/how to deal with them.