Skip to content

Commit

Permalink
Fix for faq_builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Nov 3, 2017
1 parent 602fd69 commit cbb4d2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grunt/faq_builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
module.exports = {
options: {
filename: 'readme.txt',
api_key: process.env.HS_DOCS_API_KEY,
collection_id: process.env.HS_DOCS_CATEGORY_ID,
category_id: process.env.HS_DOCS_COLLECTION_ID,
api_key: process.env.DOCS_API,
collection_id: process.env.DOCS_COLLECTION,
category_id: process.env.DOCS_CATEGORY,
template: "= {article_title} = \n [{article_link}]({article_link}) \n\n ",
},
helpscout: {},
Expand Down

0 comments on commit cbb4d2d

Please sign in to comment.