Skip to content

Commit 6c5bc5e

Browse files
manninglucasgvisor-bot
authored andcommitted
Add documentation about TPU support to the website
PiperOrigin-RevId: 710742221
1 parent b11efea commit 6c5bc5e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

g3doc/user_guide/BUILD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ doc(
6565
weight = "51",
6666
)
6767

68+
doc(
69+
name = "tpu",
70+
src = "tpu.md",
71+
category = "User Guide",
72+
permalink = "/docs/user_guide/tpu/",
73+
weight = "51",
74+
)
75+
6876
doc(
6977
name = "runtime_monitoring",
7078
src = "runtime_monitoring.md",

website/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ docs(
166166
"//g3doc/user_guide:production",
167167
"//g3doc/user_guide:runtime_monitoring",
168168
"//g3doc/user_guide:systemd",
169+
"//g3doc/user_guide:tpu",
169170
"//g3doc/user_guide/containerd:configuration",
170171
"//g3doc/user_guide/containerd:containerd_11",
171172
"//g3doc/user_guide/containerd:quick_start",

0 commit comments

Comments
 (0)