We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11efea commit 6c5bc5eCopy full SHA for 6c5bc5e
g3doc/user_guide/BUILD
@@ -65,6 +65,14 @@ doc(
65
weight = "51",
66
)
67
68
+doc(
69
+ name = "tpu",
70
+ src = "tpu.md",
71
+ category = "User Guide",
72
+ permalink = "/docs/user_guide/tpu/",
73
+ weight = "51",
74
+)
75
+
76
doc(
77
name = "runtime_monitoring",
78
src = "runtime_monitoring.md",
website/BUILD
@@ -166,6 +166,7 @@ docs(
166
"//g3doc/user_guide:production",
167
"//g3doc/user_guide:runtime_monitoring",
168
"//g3doc/user_guide:systemd",
169
+ "//g3doc/user_guide:tpu",
170
"//g3doc/user_guide/containerd:configuration",
171
"//g3doc/user_guide/containerd:containerd_11",
172
"//g3doc/user_guide/containerd:quick_start",
0 commit comments