1.1.2 • Published 8 years ago

grunt-desk-rs v1.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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.

1.1.2

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago