feat(plugins): worked on markdown support for plugin page, #4275
This commit is contained in:
@@ -18,14 +18,14 @@ module.exports = function(grunt) {
|
||||
},
|
||||
pluginDef: {
|
||||
expand: true,
|
||||
src: 'plugin.json',
|
||||
src: ['plugin.json', 'readme.md'],
|
||||
dest: 'dist',
|
||||
}
|
||||
},
|
||||
|
||||
watch: {
|
||||
rebuild_all: {
|
||||
files: ['src/**/*', 'plugin.json'],
|
||||
files: ['src/**/*', 'plugin.json', 'readme.md'],
|
||||
tasks: ['default'],
|
||||
options: {spawn: false}
|
||||
},
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-es2015-modules-systemjs": "^6.5.0",
|
||||
"babel-preset-es2015": "^6.5.0",
|
||||
"lodash": "~4.0.0"
|
||||
"lodash": "~4.0.0",
|
||||
},
|
||||
"homepage": "https://github.com/raintank/kentik-app-poc#readme"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
## Overview
|
||||
|
||||
This application is an example app.
|
||||
|
||||
### Awesome
|
||||
|
||||
Even though it does not have any features it is still pretty awesome.
|
||||
Reference in New Issue
Block a user