feat(plugins): worked on markdown support for plugin page, #4275

This commit is contained in:
Torkel Ödegaard
2016-03-07 18:03:45 +01:00
parent a6c6b00d7e
commit 4cd4ce504d
11 changed files with 46 additions and 1466 deletions
+2 -2
View File
@@ -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}
},
+1 -1
View File
@@ -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"
}
+7
View File
@@ -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.