fix(docs): dynamic title for docs page

This commit is contained in:
Alex 2020-05-06 17:42:10 +03:00
parent 6a3e0ac104
commit 9f9e04c224
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1 @@
export const DOCS_DIST = './docs/dist';
export const DOCS_OUTPUT = './docs/output.json';
export const EXTENSIONS = ['ts', 'html', 'scss'];