|
| 1 | +# Rendering code lives in content/get-started/learning-about-github/github-language-support.md |
| 2 | + |
| 3 | +# Features configuration - simplified structure |
| 4 | +features: |
| 5 | + copilot: |
| 6 | + name: 'GitHub Copilot' |
| 7 | + link: '/copilot/about-github-copilot/what-is-github-copilot' |
| 8 | + fptAndGhec: true |
| 9 | + ghes: false |
| 10 | + codeNavigation: |
| 11 | + name: 'Code navigation' |
| 12 | + link: '/repositories/working-with-files/using-files/navigating-code-on-github' |
| 13 | + fptAndGhec: true |
| 14 | + ghes: false |
| 15 | + codeScanning: |
| 16 | + name: 'Code scanning' |
| 17 | + link: '/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning' |
| 18 | + fptAndGhec: true |
| 19 | + ghes: true |
| 20 | + depGraph: |
| 21 | + name: 'Dependency graph, Dependabot alerts' |
| 22 | + link: '/code-security/supply-chain-security/understanding-your-software-supply-chain/dependency-graph-supported-package-ecosystems#supported-package-ecosystems' |
| 23 | + fptAndGhec: true |
| 24 | + ghes: true |
| 25 | + depUpdates: |
| 26 | + name: 'Dependabot version updates, Dependabot security updates' |
| 27 | + link: '/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates#supported-repositories-and-ecosystems' |
| 28 | + fptAndGhec: true |
| 29 | + ghes: true |
| 30 | + actions: |
| 31 | + name: 'GitHub Actions' |
| 32 | + link: '/actions/automating-builds-and-tests/about-continuous-integration#supported-languages' |
| 33 | + fptAndGhec: true |
| 34 | + ghes: true |
| 35 | + packages: |
| 36 | + name: 'GitHub Packages' |
| 37 | + link: '/packages/learn-github-packages/introduction-to-github-packages#supported-clients-and-formats' |
| 38 | + fptAndGhec: true |
| 39 | + ghes: true |
| 40 | + |
| 41 | +languages: |
| 42 | + C: |
| 43 | + copilot: 'supported' |
| 44 | + codeNavigation: 'not-supported' |
| 45 | + codeScanning: 'supported' |
| 46 | + depGraph: 'not-supported' |
| 47 | + depUpdates: 'not-supported' |
| 48 | + actions: 'supported' |
| 49 | + packages: 'not-supported' |
| 50 | + C++: |
| 51 | + copilot: 'supported' |
| 52 | + codeNavigation: 'not-supported' |
| 53 | + codeScanning: 'supported' |
| 54 | + depGraph: 'not-supported' |
| 55 | + depUpdates: 'not-supported' |
| 56 | + actions: 'supported' |
| 57 | + packages: 'not-supported' |
| 58 | + C#: |
| 59 | + copilot: 'supported' |
| 60 | + codeNavigation: 'supported' |
| 61 | + codeScanning: 'supported' |
| 62 | + depGraph: '`dotnet` CLI' |
| 63 | + depUpdates: '`dotnet` CLI' |
| 64 | + actions: 'supported' |
| 65 | + packages: '`dotnet` CLI' |
| 66 | + Go: |
| 67 | + copilot: 'supported' |
| 68 | + codeNavigation: 'supported' |
| 69 | + codeScanning: 'supported' |
| 70 | + depGraph: 'Go modules' |
| 71 | + depUpdates: 'Go modules' |
| 72 | + actions: 'supported' |
| 73 | + packages: 'not-supported' |
| 74 | + Java: |
| 75 | + copilot: 'supported' |
| 76 | + codeNavigation: 'supported' |
| 77 | + codeScanning: 'supported' |
| 78 | + depGraph: 'Maven, Gradle' |
| 79 | + depUpdates: 'Maven, Gradle' |
| 80 | + actions: 'supported' |
| 81 | + packages: 'Maven, Gradle' |
| 82 | + JavaScript: |
| 83 | + copilot: 'supported' |
| 84 | + codeNavigation: 'supported' |
| 85 | + codeScanning: 'supported' |
| 86 | + depGraph: 'npm, Yarn' |
| 87 | + depUpdates: 'npm' |
| 88 | + actions: 'supported' |
| 89 | + packages: 'npm' |
| 90 | + Kotlin: |
| 91 | + copilot: 'supported' |
| 92 | + codeNavigation: 'supported' |
| 93 | + codeScanning: 'supported' |
| 94 | + depGraph: 'Maven, Gradle' |
| 95 | + depUpdates: 'Maven, Gradle' |
| 96 | + actions: 'supported' |
| 97 | + packages: 'Maven, Gradle' |
| 98 | + PHP: |
| 99 | + copilot: 'supported' |
| 100 | + codeNavigation: 'supported' |
| 101 | + codeScanning: 'third-party [^1]' |
| 102 | + depGraph: 'Composer' |
| 103 | + depUpdates: 'Composer' |
| 104 | + actions: 'supported' |
| 105 | + packages: 'not-supported' |
| 106 | + Python: |
| 107 | + copilot: 'supported' |
| 108 | + codeNavigation: 'supported' |
| 109 | + codeScanning: 'supported' |
| 110 | + depGraph: 'pip' |
| 111 | + depUpdates: 'pip' |
| 112 | + actions: 'supported' |
| 113 | + packages: 'not-supported' |
| 114 | + Ruby: |
| 115 | + copilot: 'supported' |
| 116 | + codeNavigation: 'supported' |
| 117 | + codeScanning: 'supported' |
| 118 | + depGraph: 'RubyGems' |
| 119 | + depUpdates: 'RubyGems' |
| 120 | + actions: 'supported' |
| 121 | + packages: 'RubyGems' |
| 122 | + Scala: |
| 123 | + copilot: 'supported' |
| 124 | + codeNavigation: 'not-supported' |
| 125 | + codeScanning: 'third-party [^1]' |
| 126 | + depGraph: 'Maven' |
| 127 | + depUpdates: 'Maven, Gradle' |
| 128 | + actions: 'supported' |
| 129 | + packages: 'not-supported' |
| 130 | + Swift: |
| 131 | + copilot: 'supported' |
| 132 | + codeNavigation: 'supported' |
| 133 | + codeScanning: 'supported' |
| 134 | + depGraph: 'supported' |
| 135 | + depUpdates: 'supported' |
| 136 | + actions: 'supported' |
| 137 | + packages: 'Swift Package Manager' |
| 138 | + TypeScript: |
| 139 | + copilot: 'supported' |
| 140 | + codeNavigation: 'supported' |
| 141 | + codeScanning: 'supported' |
| 142 | + depGraph: 'npm, Yarn' |
| 143 | + depUpdates: 'npm' |
| 144 | + actions: 'supported' |
| 145 | + packages: 'npm' |
0 commit comments