mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
5 lines
223 B
JSON
5 lines
223 B
JSON
{
|
|
"glob": ["README.md", "config.js", "app.js", "core/ghost.js", "core/admin/assets/js/*.js", "core/frontend/helpers/index.js", "core/lang/i18n.js"],
|
|
"except": ["core/admin/assets/lib/chart.min.js"],
|
|
"out": "./docs"
|
|
}
|