Christopher Swiedler
fbbfa69c63
Switch to default theme. Set company name so copyright is correct
2021-02-12 12:14:49 -08:00
Christopher Swiedler
86afeee641
Disable RSS feed link
2021-02-12 11:48:12 -08:00
Christopher Swiedler
ce7f88b3bf
Clean up getting started text
2021-02-12 11:47:44 -08:00
AtomicOperation
b6a02933ff
Force publish again
2021-02-11 12:07:27 -08:00
Christopher Swiedler
b6d67f7312
Correct image baseurl tag
2021-02-11 12:06:49 -08:00
AtomicOperation
ae32dffce0
Try to force-publish again
2021-02-11 12:02:49 -08:00
Christopher Swiedler
da41705728
Fix up image paths for GH pages
2021-02-11 12:00:32 -08:00
Christopher Swiedler
5537d85ca6
Add content to getting started. Add table of contents to other pages
2021-02-11 11:58:40 -08:00
Christopher Swiedler
9c29e8c103
Merge branch 'dev' of github.com:AtomicOperation/luau into dev
2021-02-11 09:21:42 -08:00
Christopher Swiedler
c577446595
Remove terms of use link
2021-02-11 09:21:14 -08:00
AtomicOperation
b22caa7cd6
Force publish
2021-02-11 09:03:14 -08:00
Christopher Swiedler
bdf5585f9b
Clean up pages, add sidebar, shorten top bar
2021-02-11 09:02:02 -08:00
Christopher Swiedler
d7d1e9d44a
Add navigation and a splashy index page
2021-02-10 20:27:24 -08:00
Christopher Swiedler
472d4cc22e
Try minimal-mistakes theme
2021-02-10 17:37:26 -08:00
Christopher Swiedler
5b637bc5a2
Basic jekyll files
2021-02-10 17:24:42 -08:00
Kyle
41564d281c
docs: fix minor typos ( #8 )
2021-01-27 19:26:39 -08:00
Arseny Kapoulkine
44cdeb07cc
Update lint.md
...
Add DeadLocal warning description
2021-01-27 17:34:20 -08:00
Alexander
93f9e5e824
Minor improvements in type checking docs ( #9 )
...
It was somewhat outdated from the current Luau world. Some changes to fix that problem.
1. Global assignments are now allowed in nonstrict mode.
2. The example that assigns to `x` from the argument `y` in the function `f` was needlessly complicated. I elected to delete it.
3. Require tracing docs shouldn't need to explain the three possible outcomes.
2021-01-20 11:07:04 -08:00
Arseny Kapoulkine
5e069fa04a
Update limited-terms-of-use.md
2020-12-14 23:22:56 -08:00
Arseny Kapoulkine
83d6132e1d
Update limited-terms-of-use.md
2020-12-14 16:34:01 -08:00
rblanckaert
8f5ab4c47c
Create limited-terms-of-use.md ( #7 )
2020-12-07 12:01:37 -08:00
Arseny Kapoulkine
ffa3c9fe7a
Update index.md ( #6 )
...
Add casing and pronunciation guide
2020-12-02 15:57:25 -08:00
Arseny Kapoulkine
43fed897c1
Update typecheck.md
2020-11-02 12:06:08 -08:00
Arseny Kapoulkine
9d4f338473
Update syntax.md
...
Add short-hand array like table syntax.
2020-10-20 17:47:48 -07:00
Arseny Kapoulkine
ad9f2ac5d0
Update typecheck.md
...
Add short hand array like type syntax
2020-10-20 17:46:29 -07:00
Arseny Kapoulkine
98402c3798
Update performance.md
2020-10-07 12:07:13 -07:00
Arseny Kapoulkine
7480d62ba9
Update typecheck.md
...
Tweak Roblox types section a tiny bit
2020-09-30 11:25:18 -07:00
Alexander
8e38c0ec7d
Fix function type annotation grammar in docs. ( #5 )
2020-08-11 16:56:07 -07:00
Arseny Kapoulkine
3be82035bf
Update lint.md ( #4 )
...
Add TableLiteral docs
2020-08-05 16:56:59 -07:00
Arseny Kapoulkine
a0cd6aa160
Update index.md
2020-08-05 16:07:44 -07:00
Arseny Kapoulkine
a78be01124
Update why.md
...
Tiny spelling fix
2020-08-05 16:06:26 -07:00
Arseny Kapoulkine
637e171a9b
Update lint.md ( #3 )
...
Document new FormatString lint
2020-07-31 20:55:35 -07:00
Arseny Kapoulkine
fe59e0b5ac
Update README.md
2020-07-30 18:02:36 -07:00
Arseny Kapoulkine
ac53e4efc0
Update compatibility.md ( #2 )
...
This reflects the code changes we've made to upgrade string library:
- Updated the match implementation to 5.2, adding support for `%g` and `\0` in patterns
- Added string pack/unpack from 5.3
2020-07-24 11:10:59 -07:00
Arseny Kapoulkine
6163ac78b5
Update performance.md
...
Add a section about upvalue optimizations.
2020-06-29 09:42:18 -07:00
Arseny Kapoulkine
c4148cea83
Update index.md
2020-06-25 18:11:49 -07:00
Arseny Kapoulkine
9ca9cc8f7c
Add _layouts/default.html
...
The repository is currently private and there doesn't seem to be a different way to hide the link to it.
2020-06-24 13:14:15 -07:00
Arseny Kapoulkine
053061e3e8
Update syntax.md
...
Fix hexadecimal escape sequences
2020-06-24 12:20:58 -07:00
Arseny Kapoulkine
2cd63aa589
Update typecheck.md
...
Wording changes in unknown symbols
2020-06-23 09:36:57 -07:00
Arseny Kapoulkine
9939c5c361
Update performance.md
2020-06-22 16:28:16 -07:00
Alexander McCord
af24404615
fix broken link
2020-06-19 00:06:05 -07:00
Alexander McCord
149c14f115
Minor wording changes to typecheck.md
2020-06-18 23:55:19 -07:00
Alexander McCord
aac31bdc1f
Add unknown symbols to typecheck.md
2020-06-18 23:36:14 -07:00
Alexander McCord
593285c012
Add typing idiomatic OOP section
2020-06-18 21:57:55 -07:00
Alexander McCord
e3a161e950
Add Modules interactions section to typecheck.md
2020-06-18 18:51:51 -07:00
Arseny Kapoulkine
68264852a9
Update typecheck.md ( #1 )
2020-06-18 18:43:38 -07:00
Alexander McCord
876b2ad644
docs: Update typechecking.md
2020-06-18 16:23:23 -07:00
Arseny Kapoulkine
7252cbdede
Update sandbox.md
...
Exclude debug.getinfo for now as we haven't enabled it yet for Roblox
2020-06-18 11:18:18 -07:00
Alexander McCord
2e6354f4a7
docs: demote empty statements to shrug
2020-06-12 09:55:16 -07:00
Arseny Kapoulkine
3eec4437d2
docs: Wording
2020-06-12 08:07:35 -07:00