It would be great if I could include longer form documents in the `toc`. Something like this ```yml toc: - name: Introduction file: intro.md - name: About description: "Cool stuf is happening in here" ``` and then the content is simply read in from the `intro.md` file instead inlined in here.