chore(docs): jekyll no longer allows filters in meta data. slugify title to get page ID in nunjucks instead

This commit is contained in:
perry
2016-01-29 10:27:02 -06:00
parent 58443f0ff3
commit 494d0da4ce

View File

@ -4,7 +4,7 @@ version: "<$ version.current.name $>"
versionHref: "<$ version.current.href $>"
path: "<$ doc.path $>"
category: api
id: "{{<$ doc.name $> | slugify}}"
id: "<$ doc.name|lower|replace(' ','-') $>"
title: "<@ if doc.docType == "directive" @><$ doc.name | dashCase $><@ else @><$ doc.name $><@ endif @>"
header_sub_title: "<$ doc.docType | capital $> in module <$ doc.module $>"
doc: "<$ doc.name $>"