Update extractor script

This commit is contained in:
Angelos Chalaris
2019-08-13 11:39:11 +03:00
parent 233815cc22
commit 7c84eea7cb
11 changed files with 5160 additions and 2954 deletions

View File

@ -7,6 +7,7 @@ module.exports = {
// Path information
snippetPath: `snippets`,
snippetArchivePath: `snippets_archive`,
glossaryPath: `glossary`,
snippetDataPath: `snippet_data`,
assetPath: `assets`,
pagePath: `src/docs/pages`,