diff options
author | Marco <marco.home@gmx.de> | 2017-03-29 12:00:02 +0200 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@gmail.com> | 2017-03-29 12:00:02 +0200 |
commit | 2b81e94a5d9b6af9f9492345bfd1db7e49fd52e8 (patch) | |
tree | 0df052a9ce88c9104be48ace695deaa9c3e2875a | |
parent | bc315a1deaa7261f0c575244eaf5e59d5e892f82 (diff) | |
download | gitbook-origin/4.x.x.zip gitbook-origin/4.x.x.tar.gz gitbook-origin/4.x.x.tar.bz2 |
Document limitation of variables in SUMMARY.md (#1765)origin/4.x.x
Fixes https://github.com/GitbookIO/feedback/issues/444#issuecomment-289711954
-rw-r--r-- | docs/templating/variables.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/templating/variables.md b/docs/templating/variables.md index 0d316df..552baa3 100644 --- a/docs/templating/variables.md +++ b/docs/templating/variables.md @@ -96,3 +96,6 @@ Languages are defined by `{ id: 'en', title: 'English' }`. | Variable | Description | | -------- | ----------- | | `glossary.path` | Path to the Glossary in the book | + +### Limitations +Variables won't expand when used inside `SUMMARY.md`. |