Skip to content

Commit

Permalink
Fix recipe indexing
Browse files Browse the repository at this point in the history
- fix a metadata issue in asmTransformClasses
- make Plugin Features show up earlier in the category list

Bug: N/A
Test: existing
Change-Id: I83f9b19d40da56e0b74d7f53f75ac241cbb73bee
  • Loading branch information
ducrohet committed Mar 19, 2024
1 parent 6d97736 commit 81adae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import kotlin.io.path.exists

private const val INDEX_METADATA_FILE = "README.md"

private val THEME_ORDER = listOf("Themes", "APIs", "Call chains")
private val THEME_ORDER = listOf("Themes", "Plugin Features", "APIs", "Call chains")

private const val COMMA_DELIMITER = ", "

Expand Down
2 changes: 1 addition & 1 deletion recipes/asmTransformClasses/recipe_metadata.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ index = [
"APIs/Instrumentation.transformClassesWith()",
"APIs/AndroidComponentsExtension.onVariants()",
"APIs/ScopedArtifact.CLASSES",
"APIS/ScopedArtifacts.Scope.PROJECT",
"APIs/ScopedArtifacts.Scope.PROJECT",
"APIs/ScopedArtifacts.use()",
"APIs/ScopedArtifactsOperation.toGet()",
"Call chains/variant.artifacts.forScope().use().toGet()"
Expand Down

0 comments on commit 81adae4

Please sign in to comment.