mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 08:05:19 +00:00
13 lines
251 B
JavaScript
13 lines
251 B
JavaScript
module.exports = {
|
|
book: {
|
|
assets: './assets',
|
|
js: [
|
|
'myfile.js',
|
|
'https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular.min.js'
|
|
],
|
|
css: [
|
|
'myfile.css'
|
|
]
|
|
}
|
|
};
|