docs: make widget docs editable (#1782)

* make widget docs editable

* update widget doc frontmatter keys

* improve docs preview

* fix formatting

* fix preview

* add prism highlighting for previews

* fix formatting

* restore cms branch
This commit is contained in:
Shawn Erquhart
2018-10-01 20:00:57 -04:00
committed by GitHub
parent c261163eab
commit 6e453b3f08
25 changed files with 143 additions and 162 deletions

View File

@ -53,7 +53,12 @@ module.exports = {
// prettier-ignore
plugins: [
'gatsby-remark-autolink-headers',
'gatsby-remark-prismjs'
{
resolve: 'gatsby-remark-prismjs',
options: {
noInlineHighlight: true,
},
},
]
},
},