zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 04b32d6a8aa30cc894f3057581ffda28466e8ef2 (tree)
parent 9d42a40a9f6d0f5bc1f241c0059cdbcc9ee0e6a8
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Tue,  2 Jul 2019 15:21:03 -0400

docs: mention the standard library documentation

also mention the FAQ in the README.

also link to the other documentation versions.

Diffstat:
MREADME.md | 1+
Mdoc/langref.html.in | 8++++++++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -9,6 +9,7 @@ Zig is an open-source programming language designed for **robustness**, * [Download & Documentation](https://ziglang.org/download) * [Community](https://github.com/ziglang/zig/wiki/Community) * [Contributing](https://github.com/ziglang/zig/blob/master/CONTRIBUTING.md) + * [Frequently Asked Questions](https://github.com/ziglang/zig/wiki/FAQ) ## Building from Source diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -156,6 +156,11 @@ </style> </head> <body> + <a href="https://ziglang.org/documentation/0.1.1">0.1.1</a> | + <a href="https://ziglang.org/documentation/0.2.0">0.2.0</a> | + <a href="https://ziglang.org/documentation/0.3.0">0.3.0</a> | + <a href="https://ziglang.org/documentation/0.4.0">0.4.0</a> | + master <div id="contents"> {#header_open|Introduction#} <p> @@ -182,6 +187,9 @@ The code samples in this document are compiled and tested as part of the main test suite of Zig. This HTML document depends on no external files, so you can use it offline. </p> + <p> + <a href="https://github.com/ziglang/zig/wiki/FAQ#where-is-the-documentation-for-the-zig-standard-library">Where is the documentation for the Zig standard library?</a> + </p> {#header_close#} {#header_open|Index#}