From cfdbc06f6a55c93f8a671c2d3f00529534a5f82c Mon Sep 17 00:00:00 2001 From: Ben Lee Date: Fri, 31 Jul 2026 00:35:42 -0400 Subject: [PATCH] Rename bazel_rules_dokka -> rules_dokka --- .bcr/metadata.template.json | 4 ++-- .bcr/source.template.json | 4 ++-- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index f5c581b..1f5fb55 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -1,12 +1,12 @@ { - "homepage": "https://github.com/Bencodes/bazel_rules_dokka", + "homepage": "https://github.com/Bencodes/rules_dokka", "maintainers": [ { "github": "Bencodes" } ], "repository": [ - "github:Bencodes/bazel_rules_dokka" + "github:Bencodes/rules_dokka" ], "versions": [], "yanked_versions": {} diff --git a/.bcr/source.template.json b/.bcr/source.template.json index 8c9d414..a5cc060 100644 --- a/.bcr/source.template.json +++ b/.bcr/source.template.json @@ -1,5 +1,5 @@ { "integrity": "**leave this alone**", - "strip_prefix": "bazel_rules_dokka-{VERSION}", - "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/bazel_rules_dokka-{TAG}.tar.gz" + "strip_prefix": "rules_dokka-{VERSION}", + "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_dokka-{TAG}.tar.gz" } diff --git a/README.md b/README.md index f41a835..1c98193 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bazel_rules_dokka +# rules_dokka Bzlmod-first Bazel rules for generating Kotlin and Java API documentation with [Dokka](https://kotlinlang.org/docs/dokka-introduction.html).