Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
hackish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jam10o-new authored Jan 4, 2019
1 parent 6b61904 commit cb91cce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generate-config-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ function compiledMd (cliOptions) {
async function buildPage () {
var compiledBuffer = new BufferList();
const source = await data.fetchSource();
const extra = JSON.parse(fs.readFileSync(path.resolve(__dirname, '../src/data.extra.json'), 'UTF-8'));
compiledBuffer.append(docTemplate.preExampleConfig);
compiledBuffer.append(compiledToml(data.getData(source)));
compiledBuffer.append(docTemplate.postExampleConfig);
Expand Down

0 comments on commit cb91cce

Please sign in to comment.