Created
March 30, 2018 11:02
-
-
Save ahmeturganci/0f1004594b67cf767ac64ae1c9b47f2d to your computer and use it in GitHub Desktop.
Configure the API reference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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