mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
// Configuration files to test (sorted)
|
|
module.exports = [
|
|
'book.js',
|
|
'book.json'
|
|
];
|