Files
apollo/docs/docfx.json
2019-08-04 03:15:46 +01:00

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
}
}