Add updating file

This commit is contained in:
Amish Shah
2016-08-30 15:06:18 +01:00
parent 39f969c777
commit 4df7968630
6 changed files with 22 additions and 3 deletions

7
docs/custom/welcome.js Normal file
View File

@@ -0,0 +1,7 @@
const fs = require('fs');
module.exports = {
category: 'General',
name: 'Welcome',
data: fs.readFileSync('./docs/custom/documents/welcome.md').toString('utf-8'),
};