Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4f715e0
Import documentation from the wiki
ark120202 Feb 25, 2020
640d839
Minor style changes
ark120202 Feb 26, 2020
cca9027
Add custom `CodeBlock` component with file name and playground button
ark120202 Feb 26, 2020
f9cb634
Update relative documentation links
ark120202 Feb 26, 2020
53c1443
Add `SideBySide` component
ark120202 Feb 28, 2020
89707bc
Update some code examples
ark120202 Feb 28, 2020
5ccdb29
Add `Configuration` page
ark120202 Feb 29, 2020
f7328fb
Add `Editor Support` page
ark120202 Mar 11, 2020
69570bc
Merge `Differences between Lua and JS` and `Limitations` pages to `Ca…
ark120202 Mar 11, 2020
fc26086
Add `API/Plugins` page
ark120202 Mar 15, 2020
1cd19b1
Merge branch 'source' into docs
ark120202 Mar 20, 2020
f779bc4
Rewrite `Getting Started` page with focus on project install
ark120202 Mar 20, 2020
75e1885
Remove `Project Design Goals` page
ark120202 Mar 20, 2020
27d9559
Add `Type-directed emit` section to `Caveats` page
ark120202 Mar 20, 2020
d7ad84d
Update API documentation
ark120202 Mar 20, 2020
101fedb
Create `Advanced` category
ark120202 Mar 20, 2020
ca342bf
Don't use level 1 headings
ark120202 Mar 20, 2020
24182d7
Add `Declarations` section to `Getting Started` page
ark120202 Mar 21, 2020
6fadcd0
Minor improvements
ark120202 Apr 5, 2020
13c88ee
Use admonitions
ark120202 Apr 5, 2020
c1790aa
Improve title annotations on `Writing Declarations` page
ark120202 Apr 7, 2020
c9876d9
More formatting on Writing Declarations page more consistent
ark120202 Apr 10, 2020
b82828e
Rewrite few sections on Writing Declarations page
ark120202 Apr 10, 2020
3668198
Reword local/global install note
ark120202 Apr 10, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern

### Installation

```
```bash
$ npm install
```

### Local Development

```
```bash
$ npm run start
```

Expand Down
Loading