mirror of
https://github.com/chenasraf/simple-scaffold.git
synced 2026-05-18 01:29:09 +00:00
27 lines
489 B
JSON
27 lines
489 B
JSON
{
|
|
"name": "Simple Scaffold",
|
|
"entryPoints": [
|
|
"src/index.ts"
|
|
],
|
|
"includeVersion": true,
|
|
"categorizeByGroup": false,
|
|
"sort": [
|
|
"visibility"
|
|
],
|
|
"categoryOrder": [
|
|
"Main",
|
|
"*"
|
|
],
|
|
"media": "media",
|
|
"githubPages": true,
|
|
"entryPointStrategy": "expand",
|
|
"out": "docs",
|
|
"excludePrivate": true,
|
|
"excludeProtected": true,
|
|
"excludeInternal": true,
|
|
"gaID": "GTM-KHQS9TQ",
|
|
"validation": {
|
|
"invalidLink": true
|
|
},
|
|
"customCss": "src/docs.css",
|
|
} |