Remove doc rules for non-existent files

These files have been deleted by cl/324775563.

PiperOrigin-RevId: 325543067
This commit is contained in:
Andrei Vagin
2020-08-07 18:01:06 -07:00
committed by gVisor bot
parent 0b7cd1e751
commit b7a97fe335
2 changed files with 0 additions and 22 deletions
-11
View File
@@ -1,5 +1,4 @@
load("//tools:defs.bzl", "go_binary")
load("//website:defs.bzl", "doc")
package(licenses = ["notice"])
@@ -29,13 +28,3 @@ go_binary(
"@org_golang_x_sys//unix:go_default_library",
],
)
doc(
name = "doc",
src = "README.md",
category = "User Guide",
permalink = "/docs/user_guide/gvisor-containerd-shim/",
subcategory = "Advanced",
visibility = ["//website:__pkg__"],
weight = "93",
)
-11
View File
@@ -1,5 +1,4 @@
load("//tools:defs.bzl", "go_binary")
load("//website:defs.bzl", "doc")
package(licenses = ["notice"])
@@ -17,13 +16,3 @@ go_binary(
"@com_github_containerd_containerd//runtime/v2/shim:go_default_library",
],
)
doc(
name = "doc",
src = "README.md",
category = "User Guide",
permalink = "/docs/user_guide/containerd-shim-runsc-v1/",
subcategory = "Advanced",
visibility = ["//website:__pkg__"],
weight = "92",
)