mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-22 02:23:30 +00:00
Write correct glossary to disk
This commit is contained in:
@@ -258,7 +258,7 @@ Generator.prototype.writeGlossaryIndex = function() {
|
||||
|
||||
return fs.writeFile(
|
||||
path.join(this.options.output, 'glossary_index.json'),
|
||||
this.glossaryIndexer.dump()
|
||||
JSON.stringify(this.options.glossary)
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user