12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "metadata": [
- {
- "src": [
- {
- "src": "../Terminal.Gui",
- "files": [
- "**/*.csproj"
- ]
- }
- ],
- "dest": "api",
- "memberLayout": "separatePages"
- },
- {
- "src": [
- {
- "src": "../UICatalog",
- "files": [
- "**/*.csproj"
- ]
- }
- ],
- "dest": "api/UICatalog",
- "memberLayout": "separatePages"
- }
- ],
- "build": {
- "template": [
- "default",
- "templates/modern"
- // ,
- // "templates/singulinkfx"
- ],
- "theme": "light",
- "output": "_site",
- "content": [
- {
- "files": [
- "**/*.{md,yml}"
- ],
- "exclude": [
- "_site/**"
- ]
- }
- ],
- "resource": [
- {
- "files": [
- "images/**"
- ]
- }
- ],
- "globalMetadata": {
- "_appName": "Terminal.Gui v1",
- "_appTitle": "Terminal.Gui v1",
- "pdf": false,
- "_appFaviconPath": "images/icon48.png",
- "_appLogoPath": "images/logo48.png",
- "_appFooter": "Terminal.Gui - Part of the gui-cs Organization",
- "_enableSearch": true,
- "_disableSideFilter": false,
- "_enableNewTab": true,
- "_disableContribution": false,
- "_disableBreadcrumb": false,
- "_gitContribute": {
- "repo": "https://github.com/gui-cs/Terminal.Gui",
- "branch": "develop",
- "apiSpecFolder": "docfx/overrides"
- },
- "_gitUrlPattern": "github"
- },
- "markdownEngineName": "markdig",
- "globalMetadataFiles": [],
- "fileMetadataFiles": [],
- "postProcessors": [
- "ExtractSearchIndex"
- ],
- "noLangKeyword": false,
- "keepFileLink": false
- }
- }
|