You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
545 B
31 lines
545 B
{ |
|
"build": { |
|
"content": [ |
|
{ |
|
"files": [ |
|
"**.md", |
|
"toc.yml" |
|
] |
|
} |
|
], |
|
"resource": [ |
|
{ |
|
"files": [ |
|
"api/**.h", |
|
"api/**.cc", |
|
"exporters/**.h", |
|
"exporters/**.cc", |
|
"sdk/**.h", |
|
"sdk/**.cc" |
|
] |
|
} |
|
], |
|
"dest": "_site", |
|
"globalMetadataFiles": [], |
|
"fileMetadataFiles": [], |
|
"noLangKeyword": false, |
|
"keepFileLink": false, |
|
"cleanupCacheHistory": true, |
|
"disableGitFeatures": true |
|
} |
|
}
|
|
|