Skip to content

Instantly share code, notes, and snippets.

@ahmeturganci
Created March 30, 2018 11:02
Show Gist options
  • Select an option

  • Save ahmeturganci/0f1004594b67cf767ac64ae1c9b47f2d to your computer and use it in GitHub Desktop.

Select an option

Save ahmeturganci/0f1004594b67cf767ac64ae1c9b47f2d to your computer and use it in GitHub Desktop.
Configure the API reference
{
"metadata": [
{
"src": [
{
"files": [
"Source/**.sln"
],
"exclude": [
"**/obj/**",
"**/bin/**",
"_site/**"
],
"src":".."
}
],
"dest": "api",
"disableGitFeatures": false
}
],
"build": {
"content": [
{
"files": [
"api/**.yml",
"api/index.md"
]
},
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"overwrite": [
{
"files": [
"apidoc/**.md"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default"
],
"postProcessors": [],
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment