Add documentation
This commit is contained in:
parent
8da32f8afd
commit
3211b96218
scripts
|
@ -1,5 +1,7 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
// https://crowdagger.github.io/textes/articles/heuristique.html
|
||||||
|
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const { loadPages, savePages } = require('./page');
|
const { loadPages, savePages } = require('./page');
|
||||||
const richtypo = require('richtypo');
|
const richtypo = require('richtypo');
|
||||||
|
|
Loading…
Reference in New Issue