gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/g3doc/user_guide/containerd/BUILD (about)

     1  load("//website:defs.bzl", "doc")
     2  
     3  package(
     4      default_applicable_licenses = ["//:license"],
     5      default_visibility = ["//website:__pkg__"],
     6      licenses = ["notice"],
     7  )
     8  
     9  doc(
    10      name = "quick_start",
    11      src = "quick_start.md",
    12      category = "User Guide",
    13      permalink = "/docs/user_guide/containerd/quick_start/",
    14      subcategory = "Containerd",
    15      weight = "10",
    16  )
    17  
    18  doc(
    19      name = "configuration",
    20      src = "configuration.md",
    21      category = "User Guide",
    22      permalink = "/docs/user_guide/containerd/configuration/",
    23      subcategory = "Containerd",
    24      weight = "90",
    25  )
    26  
    27  doc(
    28      name = "containerd_11",
    29      src = "containerd_11.md",
    30      category = "User Guide",
    31      include_in_menu = False,
    32      permalink = "/docs/user_guide/containerd/containerd_11/",
    33      subcategory = "Containerd",
    34  )