| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "metadata": [
- {
- "src": [
- {
- "src": "../Terminal.Gui",
- "files": [
- "**/*.csproj"
- ]
- }
- ],
- "dest": "api",
- "memberLayout": "separatePages"
- },
- {
- "src": [
- {
- "src": "../UICatalog",
- "files": [
- "**/*.csproj"
- ]
- }
- ],
- "dest": "api/UICatalog",
- "memberLayout": "separatePages"
- }
- ],
- "build": {
- "xref": [
- "https://learn.microsoft.com/en-us/dotnet/.xrefmap.json"
- ],
- "template": [
- "default",
- "_exported_templates/modern"
- ],
- "output": "_site",
- "content": [
- {
- "files": [
- "**/*.{md,yml}",
- "schemas/**.json"
- ],
- "exclude": [
- "_site/**",
- "includes/**",
- "apispec/**"
- ]
- }
- ],
- "resource": [
- {
- "files": [
- "images/**",
- "schemas/**.json"
- ]
- }
- ],
- "overwrite": "apispec/*.md",
- "globalMetadata": {
- "_appName": "Terminal.Gui v2",
- "_appTitle": "Terminal.Gui v2",
- "pdf": false,
- "_appFaviconPath": "images/icon48.png",
- "_appLogoPath": "images/logo48.png",
- "_appFooter": "Terminal.Gui - Part of the <a href=https://github.com/gui-cs>gui-cs Organization</a>",
- "_enableSearch": true,
- "_disableSideFilter": false,
- "_enableNewTab": true,
- "_disableContribution": false,
- "_disableBreadcrumb": false,
- "_gitContribute": {
- "repo": "https://github.com/gui-cs/Terminal.Gui",
- "branch": "v2_develop",
- "apiSpecFolder": "docfx/overrides"
- },
- "_gitUrlPattern": "github"
- },
- "markdownEngineName": "markdig",
- "globalMetadataFiles": [],
- "fileMetadataFiles": [],
- "postProcessors": [
- "ExtractSearchIndex"
- ],
- "noLangKeyword": false,
- "keepFileLink": false
- }
- }
|