|
| 1 | +{ |
| 2 | + "metadata": [ |
| 3 | + { |
| 4 | + "src": [ |
| 5 | + { |
| 6 | + "files": [ |
| 7 | + "external/MonoGame/Artifacts/MonoGame.Framework/DesktopGL/Debug/MonoGame.Framework.dll", |
| 8 | + "external/MonoGame/Artifacts/MonoGame.Framework.Content.Pipeline/Debug/MonoGame.Framework.Content.Pipeline.dll" |
| 9 | + ] |
| 10 | + } |
| 11 | + ], |
| 12 | + "dest": "api", |
| 13 | + "filter": "filterConfig.yml", |
| 14 | + "includePrivateMembers": false, |
| 15 | + "disableGitFeatures": false, |
| 16 | + "disableDefaultFilter": false, |
| 17 | + "noRestore": false, |
| 18 | + "namespaceLayout": "flattened", |
| 19 | + "memberLayout": "samePage", |
| 20 | + "EnumSortOrder": "alphabetic" |
| 21 | + } |
| 22 | + ], |
| 23 | + "rules": { |
| 24 | + "InvalidFileLink": "error", |
| 25 | + "InvalidBookmark": "error", |
| 26 | + "UidNotFound": "error", |
| 27 | + "ReferencedXrefPropertyNotString": "error" |
| 28 | + }, |
| 29 | + "build": { |
| 30 | + "content": [ |
| 31 | + { |
| 32 | + "files": [ |
| 33 | + "api/**/*.yml", |
| 34 | + "api/**/*.md" |
| 35 | + ] |
| 36 | + }, |
| 37 | + { |
| 38 | + "files": [ |
| 39 | + "articles/**/*.md", |
| 40 | + "articles/**/*.yml", |
| 41 | + "foundation/**/*.md", |
| 42 | + "roadmap/**/*.md", |
| 43 | + "roadmap/**/*.yml", |
| 44 | + "errors/**/*.md", |
| 45 | + "pdf/**/*.md", |
| 46 | + "pdf/**/*.yml", |
| 47 | + "toc.yml", |
| 48 | + "*.md" |
| 49 | + ], |
| 50 | + "exclude": [ "_site/**", "README.md" ] |
| 51 | + } |
| 52 | + ], |
| 53 | + "resource": [ |
| 54 | + { |
| 55 | + "files": [ |
| 56 | + "**/images/**", |
| 57 | + "**/videos/**", |
| 58 | + "**/files/**", |
| 59 | + "**/snippets/**", |
| 60 | + "**/*.docx", |
| 61 | + "CNAME" |
| 62 | + ] |
| 63 | + } |
| 64 | + ], |
| 65 | + "output": "_site", |
| 66 | + "globalMetadata": { |
| 67 | + "_appLogoUrl": "https://monogame.net", |
| 68 | + "_appFaviconPath": "/images/favicon.png", |
| 69 | + "_disableBreadcrumb": "true", |
| 70 | + "_appFooter": "Copyright © 2009-2026 MonoGame Foundation, Inc.", |
| 71 | + "_hostname": "monogame.net", |
| 72 | + "_openGraphImage": "images/social_embed_image.png", |
| 73 | + "_description": "One framework for creating powerful cross-platform games.", |
| 74 | + "_appTitle": "MonoGame", |
| 75 | + "_enableSearch": true, |
| 76 | + "pdfFooterTemplate": "<div style='width: 100%; font-size: 11px; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; border-top: 2px solid #e73c00; padding: 8px 20px 0 20px; display: flex; justify-content: space-between; align-items: center;'><span style='color: #e73c00; font-weight: 600;'>MonoGame Complete Reference Guide</span><span style='color: #666;'>Page <span class='pageNumber'></span> of <span class='totalPages'></span></span></div>" |
| 77 | + }, |
| 78 | + "template": [ |
| 79 | + "default", |
| 80 | + "modern", |
| 81 | + "templates/monogame" |
| 82 | + ], |
| 83 | + "markdownEngineProperties": { |
| 84 | + "markdigExtensions": [ |
| 85 | + "Abbreviations", |
| 86 | + "Figures", |
| 87 | + "CustomContainers", |
| 88 | + "attributes" |
| 89 | + ] |
| 90 | + }, |
| 91 | + "postProcessors": [], |
| 92 | + "keepFileLink": false, |
| 93 | + "disableGitFeatures": false, |
| 94 | + "sitemap": { |
| 95 | + "baseUrl": "https://docs.monogame.net/", |
| 96 | + "priority": 0.1, |
| 97 | + "changefreq": "monthly" |
| 98 | + } |
| 99 | + } |
| 100 | +} |
0 commit comments