diff options
Diffstat (limited to 'docs/variables.md')
-rw-r--r-- | docs/variables.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/variables.md b/docs/variables.md index 35c7dd7..a0fc64e 100644 --- a/docs/variables.md +++ b/docs/variables.md @@ -15,12 +15,15 @@ The following is a reference of the available data during book's parsing and the | Variable | Description | | -------- | ----------- | +| `book.title` | Title specified in the `book.json` (or detected from the README) | +| `book.description` | Description specified in the `book.json` (or detected from the README) | | `book.[CONFIGURATION_DATA]` | All the `variables` set via the `book.json` are available through the book variable. | ### GitBook Variables | Variable | Description | | -------- | ----------- | +| `gitbook.time` | The current time (when you run the `gitbook` command). | | `gitbook.version` | Version of GitBook used to generate the book | ### File Variables |