authorgravatar for 44562154+ExeVirus@users.noreply.github.comExeVirus <44562154+ExeVirus@users.noreply.github.com> 2025-01-26 12:58:30-05:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2025-01-26 18:58:30+01:00
log738d813619568aeaf6ddba7e5a8b8a73ccda2dc3
treeb4460dd55bc4032a74707158f90ff74e2eb9caf4
parent5b3eaff80d5d5254676877436df08829dbc7186b
signaturebadge-check Signed by PGP key B5690EEEBB952194

Add `zig std` to langref.html (#22360)


1 files changed, 4 insertions(+), 0 deletions(-)

doc/langref.html.in+4
...@@ -360,6 +360,10 @@...@@ -360,6 +360,10 @@
360 You will see many examples of Zig's Standard Library used in this documentation. To learn more about the Zig Standard Library,360 You will see many examples of Zig's Standard Library used in this documentation. To learn more about the Zig Standard Library,
361 visit the link above.361 visit the link above.
362 </p>362 </p>
363 <p>
364 Alternatively, the Zig Standard Library documentation is provided with each Zig distribution. It can be rendered via a local webserver with:
365 </p>
366 {#shell_samp#}zig std{#end_shell_samp#}
363 {#header_close#}367 {#header_close#}
364368
365 {#header_open|Hello World#}369 {#header_open|Hello World#}