grunt-desk-rs
v1.1.2
Published
Download task for desk.com articles
Downloads
4
Readme
grunt-desk-rs
This is an experimental library for importing desk.com articles into a simple JSON file within grunt.
You can invoke it like this:
desk: {
download: {
dest: 'articles.yml'
},
options: {
subdomain: 'your-site',
consumerKey: 'example',
consumerSecret: 'example',
token: 'example',
tokenSecret: 'example',
languages: ['en_us', 'zh_cn'],
descriptionFilter: 'whitelist term in topic description'
}
}
The desk.com Topics that are in the support center will be downloaded for all requested languages as well as every article within each topic. The resulting data will be written to the file specified in yml format.