mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 00:37:55 +03:00
6 lines
223 B
JSON
6 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"
|
|
}
|