mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
61 lines
1.2 KiB
JSON
61 lines
1.2 KiB
JSON
{
|
|
"build": {
|
|
"globalMetadata": {
|
|
"_appTitle": "Apollo Documentation",
|
|
"_gitContribute": {
|
|
"repo": "https://github.com/apollo-rsps/apollo",
|
|
"branch": "kotlin-experiments"
|
|
}
|
|
},
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"api/**.yml",
|
|
"api/**.md"
|
|
]
|
|
},
|
|
{
|
|
"files": [
|
|
"guide/**.md",
|
|
"guide/**/toc.yml",
|
|
"toc.yml",
|
|
"*.md"
|
|
]
|
|
},
|
|
{
|
|
"files": [
|
|
"plugin-api/toc.yml",
|
|
"plugin-api/spec/**.yml"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**"
|
|
]
|
|
}
|
|
],
|
|
"overwrite": [
|
|
{
|
|
"files": [
|
|
"plugin-api/overwrites/**.md"
|
|
],
|
|
"exclude": [
|
|
"obj/**",
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"dest": "_site",
|
|
"globalMetadataFiles": [],
|
|
"fileMetadataFiles": [],
|
|
"template": [ "default", "templates/material" ],
|
|
"postProcessors": [],
|
|
"markdownEngineName": "markdig",
|
|
"noLangKeyword": false,
|
|
"keepFileLink": false,
|
|
"cleanupCacheHistory": false,
|
|
"disableGitFeatures": false
|
|
}
|
|
} |