Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
454 changes: 1 addition & 453 deletions README.md

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -516,3 +516,14 @@ load("@io_bazel_rules_kotlin//kotlin:kotlin.bzl", "kotlin_repositories", "kt_reg
kotlin_repositories()

kt_register_toolchains()

# For API doc generation
http_archive(
name = "io_bazel_stardoc",
patches = [],
sha256 = "f89bda7b6b696c777b5cf0ba66c80d5aa97a6701977d43789a9aee319eef71e8",
strip_prefix = "stardoc-d93ee5347e2d9c225ad315094507e018364d5a67",
urls = [
"https://github.com/bazelbuild/stardoc/archive/d93ee5347e2d9c225ad315094507e018364d5a67.tar.gz",
],
)
8 changes: 0 additions & 8 deletions container/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("@io_bazel_stardoc//stardoc:stardoc.bzl", "stardoc")

package(default_visibility = ["//visibility:public"])

Expand Down Expand Up @@ -192,13 +191,6 @@ bzl_library(
],
)

stardoc(
name = "image_doc",
out = "image.md",
input = ":image.bzl",
deps = [":image"],
)

bzl_library(
name = "import",
srcs = ["import.bzl"],
Expand Down
Loading