blob: 62cfff07f37ceda931d41efecff992ddfa3b3b67 [file] [log] [blame]
{
"metadata": [
{
"src": [
{
"files": [ "**/*.cs" ],
"exclude": [ "**/bin/**", "**/obj/**" ],
"src": "Gremlin.Net"
}
],
"dest": "obj/api"
}
],
"build": {
"content": [
{
"files": [ "**/*.yml" ],
"src": "obj/api",
"dest": "api"
},
{
"files": [ "index.md", "toc.yml" ]
}
],
"resource": [
{
"files": [ "images/**"]
}
],
"globalMetadata": {
"_appTitle": "Apache TinkerPop - Gremlin.NET API Docs",
"_enableSearch": true,
"_appLogoPath": "images/tinkerpop-character.png",
"_appFaviconPath": "images/favicon.ico",
"_disableContribution": true,
"_appFooter": "Copyright © 2018 The Apache Software Foundation"
},
"markdownEngineName": "markdig",
"dest": "_site"
}
}