Add systemd documentation to gVisor website.

Fixes 8c3abba800 ("Add documentation that clarifies systemd usage in runsc.")

Updates #11040

PiperOrigin-RevId: 692290646
This commit is contained in:
Ayush Ranjan
2024-11-01 14:27:23 -07:00
committed by gVisor bot
parent 0608f803c8
commit 22d58ca31b
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -104,3 +104,11 @@ doc(
permalink = "/docs/user_guide/faq/",
weight = "90",
)
doc(
name = "systemd",
src = "systemd.md",
category = "User Guide",
permalink = "/docs/user_guide/systemd/",
weight = "91",
)
+1
View File
@@ -165,6 +165,7 @@ docs(
"//g3doc/user_guide:platforms",
"//g3doc/user_guide:production",
"//g3doc/user_guide:runtime_monitoring",
"//g3doc/user_guide:systemd",
"//g3doc/user_guide/containerd:configuration",
"//g3doc/user_guide/containerd:containerd_11",
"//g3doc/user_guide/containerd:quick_start",