mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
Android Release List: do not generate 'releases_table_short' (unused)
This commit is contained in:
parent
f6337e4380
commit
112833606d
@ -46,11 +46,6 @@ ${
|
||||
$CHANNEL_BADGES_LIST
|
||||
</snippet>
|
||||
|
||||
<snippet id="releases_table_short">
|
||||
${content.items.distinctBy(Item::version).take(5).renderTable()}
|
||||
$CHANNEL_BADGES_LIST
|
||||
</snippet>
|
||||
|
||||
""".split("\n").joinToString("\n", transform = String::trim).let(file(RELEASES_FILE_PATH_MD)::writeText)
|
||||
|
||||
fun List<Item>.renderTable() = """
|
||||
|
Loading…
x
Reference in New Issue
Block a user