Add assets to Sections variables

This commit is contained in:
cmal 2018-08-10 15:59:03 +02:00
parent b8bc13c351
commit ec65d01a72

View file

@ -78,6 +78,8 @@ word_count: Number;
reading_time: Number;
// See the Table of contents section below for more details
toc: Array<Header>;
// Paths of colocated assets, relative to the content directory
assets: Array<String>;
```
## Table of contents