[generate/docs/examples] allow overriding individual example files based on version

This commit is contained in:
spalger
2016-01-26 09:12:07 -07:00
parent 010a8b186f
commit 05263b487c
4 changed files with 22 additions and 14 deletions

6
docs/_examples/index.js Normal file
View File

@ -0,0 +1,6 @@
module.exports = [
{
version: '*',
examples: {}
}
]