update preamble syntax

This commit is contained in:
leaf corcoran 2015-12-27 21:02:57 -08:00
parent a4bc557724
commit 47d94d5bb6
4 changed files with 24 additions and 20 deletions

View File

@ -1,8 +1,9 @@
target: reference/api {
template: reference target: "reference/api"
title: Compiler API template: "reference"
short_name: api title: "Compiler API"
-- short_name: "api"
}
# MoonScript Compiler API # MoonScript Compiler API

View File

@ -1,8 +1,9 @@
target: reference/command_line {
template: reference target: "reference/command_line"
title: Command Line Tools template: "reference"
short_name: command_line title: "Command Line Tools"
-- short_name: "command_line"
}
# Command Line Tools # Command Line Tools

View File

@ -1,8 +1,9 @@
target: reference/index {
template: reference target: "reference/index"
title: Language Guide template: "reference"
short_name: lang title: "Language Guide"
-- short_name: "lang"
}
MoonScript is a programming language that compiles to MoonScript is a programming language that compiles to
[Lua](http://www.lua.org). This guide expects the reader to have basic [Lua](http://www.lua.org). This guide expects the reader to have basic

View File

@ -1,8 +1,9 @@
target: reference/standard_lib {
template: reference target: "reference/standard_lib"
title: Standard Library template: "reference"
short_name: stdlib title: "Standard Library"
-- short_name: "stdlib"
}
The MoonScript installation comes with a small kernel of functions that can be The MoonScript installation comes with a small kernel of functions that can be
used to perform various common things. used to perform various common things.