summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJordan <jpatters@users.noreply.github.com>2017-04-25 14:37:35 -0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2017-04-25 19:37:35 +0200
commit162d3a586d36cabf6376a76b096fd8b6414487ae (patch)
tree16af97f6c957de19e7aa09c253fa0eea59c9bfc9 /docs
parentfd5109b6d8c8b927198d948795dbd0be3f72571e (diff)
docs: Add notes about some output format behaviour
Diffstat (limited to 'docs')
-rw-r--r--docs/content/extras/output-formats.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/content/extras/output-formats.md b/docs/content/extras/output-formats.md
index 784a692d5..b3e87919f 100644
--- a/docs/content/extras/output-formats.md
+++ b/docs/content/extras/output-formats.md
@@ -106,6 +106,7 @@ Example from site config in `config.toml`:
* The names used must match the `Name` of a defined `Output Format`.
* Any `Kind` without a definition will get `HTML`.
* These can be overriden per `Page` in front matter (see below).
+ * When `outputs` is specified, only the formats defined in outputs will be rendered
A `Page` with `YAML` front matter defining some output formats for that `Page`:
@@ -118,7 +119,11 @@ A `Page` with `YAML` front matter defining some output formats for that `Page`:
- json
---
```
- Note that the names used for the output formats are case insensitive.
+ Note:
+
+ * The names used for the output formats are case insensitive.
+ * The first output format in the list will act as the default.
+ * The default output format is used when generating links to other pages in menus, etc.
## Link to Output Formats