...

Text file src/github.com/Azure/azure-sdk-for-go/eng/common/docgeneration/docfx.json

Documentation: github.com/Azure/azure-sdk-for-go/eng/common/docgeneration

     1{
     2  "metadata": [
     3    {
     4      "src": [
     5        {
     6          "files": [
     7            "src/**.csproj"
     8          ]
     9        }
    10      ],
    11      "dest": "api",
    12      "disableGitFeatures": false,
    13      "disableDefaultFilter": false
    14    }
    15  ],
    16  "build": {
    17    "content": [
    18      {
    19        "files": [
    20          "api/**.yml",
    21          "api/**.md",
    22          "api/index.md"
    23        ]
    24      },
    25      {
    26        "files": [
    27          "toc.yml",
    28          "*.md"
    29        ]
    30      }
    31    ],
    32    "resource": [
    33      {
    34        "files": [
    35          "images/**"
    36        ]
    37      }
    38    ],
    39    "overwrite": [
    40      {
    41        "files": [
    42          "apidoc/**.md"
    43        ],
    44        "exclude": [
    45          "obj/**",
    46          "_site/**"
    47        ]
    48      }
    49    ],
    50    "dest": "_site",
    51    "globalMetadataFiles": [],
    52    "fileMetadataFiles": [],
    53    "template": [
    54      "default",
    55      "templates/matthews"
    56    ],
    57    "postProcessors": [],
    58    "markdownEngineName": "markdig",
    59    "noLangKeyword": false,
    60    "keepFileLink": false,
    61    "cleanupCacheHistory": false,
    62    "disableGitFeatures": false,
    63    "globalMetadata": {
    64      "_appTitle": "",
    65      "_appFooter": "",
    66      "_enableSearch": false,
    67      "_enableNewTab": true,
    68      "_appFaviconPath": "https://c.s-microsoft.com/favicon.ico?v2",
    69      "_disableContribution": true
    70    }    
    71  }
    72}

View as plain text